Shades of Mantis #74C24E
Tints of Mantis #74C24E
RGB
CMYK
RGB Variations
Color information
#74C24E (or 0x74C24E) is known color: Mantis. HEX triplet: 74, C2 and 4E. RGB value is (116,194,78). Sum of RGB (Red+Green+Blue) = 116+194+78=388 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.90% from 388); Green value is 194 (76.17% from 255 or 50% from 388); Blue value is 78 (30.86% from 255 or 20.10% from 388); Max value from RGB is 194 - color contains mainly: green. Hex color #74C24E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C24E is #8B3DB1. Grayscale: #9D9D9D. Windows color (decimal): -9125298 or 5161588. OLE color: 5161588.
HSL color Cylindrical-coordinate representation of color #74C24E: hue angle of 100.34º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #74C24E is Cyan = 0.40, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 116 | 194 | 78 | - |
| CMYK | 0.40 | 0 | 0.60 | 0.24 |
| HSL | 100.34º | 0.49% | 0.53% | - |
| HSV(B) | 100.34º | 0.6% | 0.76% | - |
| XYZ | 27.87 | 42.85 | 14.01 | - |
| YUV | 157.45 | 83.16 | 98.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 194 | 78 | 0.40 | 0 | 0.60 | 0.24 | 100.34 | 0.49 | 0.53 |
| Hex | 74 | C2 | 4E | 28 | 0 | 3C | 18 | 64 | 31 | 35 |
| Octal | 164 | 302 | 116 | 50 | 0 | 74 | 30 | 144 | 61 | 65 |
| Binary | 1110100 | 11000010 | 1001110 | 101000 | 0 | 111100 | 11000 | 1100100 | 110001 | 110101 |
Color Harmonies of #74C24E
Complementary color
Monochromatic Colors of #74C24E
Black with #74C24E
Text Example
Text Example
White with #74C24E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C24E; }
p { color: rgb(116,194,78); }
H1.HeaderClassName
{
color: #74C24E;
}
.AnyTagClassName
{
color: #74C24E;
}
</style>
background-color css
<style>
a { background-color: #74C24E; }
a { background-color: rgb(116,194,78); }
div.DivClassName
{
background-color: #74C24E;
}
.BgClassName
{
background-color: #74C24E;
}
</style>
border-color css
<style>
span { border-color: #74C24E; }
span { border-color: rgb(116,194,78); }
td.TdClassName
{
border-color: #74C24E;
}
.TagClassName
{
border-color: #74C24E;
}
</style>