Mantis (#74C365)

HEX, RGB, HSL, CMYK values + mood/style/use-case color tags. Use this page to keep your colors consistent across web and print.

Preview

Sample Text
This is how text may look on this color.
Best text color: #000000
Contrast vs white: 2.16:1 — vs black: 9.74:1

Color values

  • HEX #74C365
  • RGB rgb(116, 195, 101)
  • HSL hsl(110, 48%, 76%)
  • CMYK cmyk( 40.51, 0, 48.21, 23.53 )
  • Websafe #66CC66

Tags

Tip: tags are heuristic suggestions (helpful for browsing and inspiration).

Color Harmonies

Colors that pair well with #74C365 based on color theory relationships.

Complementary

The color directly opposite on the color wheel — creates maximum contrast and vibrance.

Mantis
#74C365 Base
#B465C3
Analogous

Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.

Mantis
#74C365 Base
#A3C365
#65C385
Triadic

Three colors equally spaced 120° apart — bold, balanced, and visually rich.

Mantis
#74C365 Base
#6574C3
#C36574
Split-Complementary

Two colors flanking the complement — high contrast with less tension than full complementary.

Mantis
#74C365 Base
#8565C3
#C365A3
Tetradic (Square)

Four colors at 90° intervals — rich variety, best when one color dominates.

Mantis
#74C365 Base
#65A3C3
#B465C3
#C38565
Monochromatic

Shades and tints of the same hue — cohesive, elegant, and easy to work with.

Mantis
#74C365 Base
#326728
#4D9E3E
#59B848
#8FCE82
#A6D89C
#D7EED3
Shades & Tints

Darker shades and lighter tints of Mantis, generated by adjusting lightness while keeping the same hue and saturation.

Shades (darker)

#091207
#1C3916
#2F6025
#428735
#55AE44
Mantis #74C365 Base
#8CCE80
#A5D89B
#BDE3B6
#D6EDD2
#EEF8ED
CSS & SCSS Snippets

Ready-to-use code snippets for #74C365. Click the copy button to copy any snippet to your clipboard.

CSS Properties
/* Background */
.element {
    background-color: #74C365;
}

/* Text */
.element {
    color: #74C365;
}

/* Border */
.element {
    border: 1px solid #74C365;
}
CSS Gradient
/* Linear gradient to complementary */
.element {
    background: linear-gradient(
        to right,
        #74C365,
        #D7A6E0
    );
}

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #74C365,
        #D7A6E0
    );
}
SCSS Variable
// SCSS variable
$mantis: #74C365;

// With RGB channels (useful for rgba() usage)
$mantis-r: 116;
$mantis-g: 195;
$mantis-b: 101;

// Usage
.element {
    background-color: $mantis;
    color: rgba($mantis-r, $mantis-g, $mantis-b, 0.8);
}
Color Blindness Simulation

How Mantis appears to people with different types of color vision deficiency.

Normal Vision #74C365 How the color appears with full color vision.
Deuteranopia #B1B168 Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
Protanopia #BCBC64 Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
Tritanopia #84BABA Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
Achromatopsia #B0B0B0 Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
Similar Named Colors

The closest named colors to Mantis ranked by perceptual difference (Delta-E 2000 — lower = more similar).

Mantis #74C365 Base
Dollar Bill #85BB65 ΔE 3.65
Bud Green #7BB661 ΔE 3.87
Pistachio #93C572 ΔE 4.53
Fern #71BC78 ΔE 4.84

How to use this color

  1. Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
  2. Use CMYK when preparing print assets (posters, packaging, brochures).
  3. Check contrast before using it for text or important UI elements.