Shades of Lawn Green #74F010
Tints of Lawn Green #74F010
RGB
CMYK
RGB Variations
Color information
#74F010 (or 0x74F010) is known color: Lawn Green. HEX triplet: 74, F0 and 10. RGB value is (116,240,16). Sum of RGB (Red+Green+Blue) = 116+240+16=372 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.18% from 372); Green value is 240 (94.14% from 255 or 64.52% from 372); Blue value is 16 (6.64% from 255 or 4.30% from 372); Max value from RGB is 240 - color contains mainly: green. Hex color #74F010 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #74F010 is #8B0FEF. Grayscale: #B2B2B2. Windows color (decimal): -9113584 or 1110132. OLE color: 1110132.
HSL color Cylindrical-coordinate representation of color #74F010: hue angle of 93.21º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #74F010 is Cyan = 0.52, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 116 | 240 | 16 | - |
| CMYK | 0.52 | 0 | 0.93 | 0.06 |
| HSL | 93.21º | 0.88% | 0.5% | - |
| HSV(B) | 93.21º | 0.93% | 0.94% | - |
| XYZ | 38.46 | 66.07 | 11.22 | - |
| YUV | 177.39 | 36.92 | 84.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 240 | 16 | 0.52 | 0 | 0.93 | 0.06 | 93.21 | 0.88 | 0.5 |
| Hex | 74 | F0 | 10 | 34 | 0 | 5D | 6 | 5D | 58 | 32 |
| Octal | 164 | 360 | 20 | 64 | 0 | 135 | 6 | 135 | 130 | 62 |
| Binary | 1110100 | 11110000 | 10000 | 110100 | 0 | 1011101 | 110 | 1011101 | 1011000 | 110010 |
Color Harmonies of #74F010
Complementary color
Monochromatic Colors of #74F010
Black with #74F010
Text Example
Text Example
White with #74F010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F010; }
p { color: rgb(116,240,16); }
H1.HeaderClassName
{
color: #74F010;
}
.AnyTagClassName
{
color: #74F010;
}
</style>
background-color css
<style>
a { background-color: #74F010; }
a { background-color: rgb(116,240,16); }
div.DivClassName
{
background-color: #74F010;
}
.BgClassName
{
background-color: #74F010;
}
</style>
border-color css
<style>
span { border-color: #74F010; }
span { border-color: rgb(116,240,16); }
td.TdClassName
{
border-color: #74F010;
}
.TagClassName
{
border-color: #74F010;
}
</style>