Shades of Lawn Green #74F412
Tints of Lawn Green #74F412
RGB
CMYK
RGB Variations
Color information
#74F412 (or 0x74F412) is known color: Lawn Green. HEX triplet: 74, F4 and 12. RGB value is (116,244,18). Sum of RGB (Red+Green+Blue) = 116+244+18=378 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.69% from 378); Green value is 244 (95.70% from 255 or 64.55% from 378); Blue value is 18 (7.42% from 255 or 4.76% from 378); Max value from RGB is 244 - color contains mainly: green. Hex color #74F412 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #74F412 is #8B0BED. Grayscale: #B4B4B4. Windows color (decimal): -9112558 or 1242228. OLE color: 1242228.
HSL color Cylindrical-coordinate representation of color #74F412: hue angle of 93.98º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #74F412 is Cyan = 0.52, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 116 | 244 | 18 | - |
| CMYK | 0.52 | 0 | 0.93 | 0.04 |
| HSL | 93.98º | 0.91% | 0.51% | - |
| HSV(B) | 93.98º | 0.93% | 0.96% | - |
| XYZ | 39.66 | 68.46 | 11.7 | - |
| YUV | 179.96 | 36.59 | 82.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 244 | 18 | 0.52 | 0 | 0.93 | 0.04 | 93.98 | 0.91 | 0.51 |
| Hex | 74 | F4 | 12 | 34 | 0 | 5D | 4 | 5E | 5B | 33 |
| Octal | 164 | 364 | 22 | 64 | 0 | 135 | 4 | 136 | 133 | 63 |
| Binary | 1110100 | 11110100 | 10010 | 110100 | 0 | 1011101 | 100 | 1011110 | 1011011 | 110011 |
Color Harmonies of #74F412
Complementary color
Monochromatic Colors of #74F412
Black with #74F412
Text Example
Text Example
White with #74F412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F412; }
p { color: rgb(116,244,18); }
H1.HeaderClassName
{
color: #74F412;
}
.AnyTagClassName
{
color: #74F412;
}
</style>
background-color css
<style>
a { background-color: #74F412; }
a { background-color: rgb(116,244,18); }
div.DivClassName
{
background-color: #74F412;
}
.BgClassName
{
background-color: #74F412;
}
</style>
border-color css
<style>
span { border-color: #74F412; }
span { border-color: rgb(116,244,18); }
td.TdClassName
{
border-color: #74F412;
}
.TagClassName
{
border-color: #74F412;
}
</style>