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
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.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#74C365
Base
#B465C3
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#74C365
Base
#A3C365
#65C385
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#74C365
Base
#6574C3
#C36574
Two colors flanking the complement — high contrast with less tension than full complementary.
#74C365
Base
#8565C3
#C365A3
Four colors at 90° intervals — rich variety, best when one color dominates.
#74C365
Base
#65A3C3
#B465C3
#C38565
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#74C365
Base
#326728
#4D9E3E
#59B848
#8FCE82
#A6D89C
#D7EED3
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
#74C365
Base
#8CCE80
#A5D89B
#BDE3B6
#D6EDD2
#EEF8ED
Ready-to-use code snippets for #74C365. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #74C365;
}
/* Text */
.element {
color: #74C365;
}
/* Border */
.element {
border: 1px solid #74C365;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#74C365,
#D7A6E0
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#74C365,
#D7A6E0
);
}
// 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);
}
How Mantis appears to people with different types of color vision deficiency.
#74C365
How the color appears with full color vision.
#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.
#BCBC64
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#84BABA
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#B0B0B0
Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
How to use this color
- Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
- Use CMYK when preparing print assets (posters, packaging, brochures).
- Check contrast before using it for text or important UI elements.