Shades of Mantis #74C24F
Tints of Mantis #74C24F
RGB
CMYK
RGB Variations
Color information
#74C24F (or 0x74C24F) is known color: Mantis. HEX triplet: 74, C2 and 4F. RGB value is (116,194,79). Sum of RGB (Red+Green+Blue) = 116+194+79=389 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.82% from 389); Green value is 194 (76.17% from 255 or 49.87% from 389); Blue value is 79 (31.25% from 255 or 20.31% from 389); Max value from RGB is 194 - color contains mainly: green. Hex color #74C24F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C24F is #8B3DB0. Grayscale: #9D9D9D. Windows color (decimal): -9125297 or 5227124. OLE color: 5227124.
HSL color Cylindrical-coordinate representation of color #74C24F: hue angle of 100.7º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #74C24F is Cyan = 0.40, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 116 | 194 | 79 | - |
| CMYK | 0.40 | 0 | 0.59 | 0.24 |
| HSL | 100.7º | 0.49% | 0.54% | - |
| HSV(B) | 100.7º | 0.59% | 0.76% | - |
| XYZ | 27.91 | 42.86 | 14.2 | - |
| YUV | 157.57 | 83.66 | 98.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 194 | 79 | 0.40 | 0 | 0.59 | 0.24 | 100.7 | 0.49 | 0.54 |
| Hex | 74 | C2 | 4F | 28 | 0 | 3B | 18 | 65 | 31 | 36 |
| Octal | 164 | 302 | 117 | 50 | 0 | 73 | 30 | 145 | 61 | 66 |
| Binary | 1110100 | 11000010 | 1001111 | 101000 | 0 | 111011 | 11000 | 1100101 | 110001 | 110110 |
Color Harmonies of #74C24F
Complementary color
Monochromatic Colors of #74C24F
Black with #74C24F
Text Example
Text Example
White with #74C24F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C24F; }
p { color: rgb(116,194,79); }
H1.HeaderClassName
{
color: #74C24F;
}
.AnyTagClassName
{
color: #74C24F;
}
</style>
background-color css
<style>
a { background-color: #74C24F; }
a { background-color: rgb(116,194,79); }
div.DivClassName
{
background-color: #74C24F;
}
.BgClassName
{
background-color: #74C24F;
}
</style>
border-color css
<style>
span { border-color: #74C24F; }
span { border-color: rgb(116,194,79); }
td.TdClassName
{
border-color: #74C24F;
}
.TagClassName
{
border-color: #74C24F;
}
</style>