Shades of Lawn Green #74D208
Tints of Lawn Green #74D208
RGB
CMYK
RGB Variations
Color information
#74D208 (or 0x74D208) is known color: Lawn Green. HEX triplet: 74, D2 and 08. RGB value is (116,210,8). Sum of RGB (Red+Green+Blue) = 116+210+8=334 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.73% from 334); Green value is 210 (82.42% from 255 or 62.87% from 334); Blue value is 8 (3.52% from 255 or 2.40% from 334); Max value from RGB is 210 - color contains mainly: green. Hex color #74D208 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74D208 is #8B2DF7. Grayscale: #9F9F9F. Windows color (decimal): -9121272 or 578164. OLE color: 578164.
HSL color Cylindrical-coordinate representation of color #74D208: hue angle of 87.92º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #74D208 is Cyan = 0.45, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 116 | 210 | 8 | - |
| CMYK | 0.45 | 0 | 0.96 | 0.18 |
| HSL | 87.92º | 0.93% | 0.43% | - |
| HSV(B) | 87.92º | 0.96% | 0.82% | - |
| XYZ | 30.29 | 49.82 | 8.25 | - |
| YUV | 158.87 | 42.86 | 97.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 210 | 8 | 0.45 | 0 | 0.96 | 0.18 | 87.92 | 0.93 | 0.43 |
| Hex | 74 | D2 | 8 | 2D | 0 | 60 | 12 | 58 | 5D | 2B |
| Octal | 164 | 322 | 10 | 55 | 0 | 140 | 22 | 130 | 135 | 53 |
| Binary | 1110100 | 11010010 | 1000 | 101101 | 0 | 1100000 | 10010 | 1011000 | 1011101 | 101011 |
Color Harmonies of #74D208
Complementary color
Monochromatic Colors of #74D208
Black with #74D208
Text Example
Text Example
White with #74D208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D208; }
p { color: rgb(116,210,8); }
H1.HeaderClassName
{
color: #74D208;
}
.AnyTagClassName
{
color: #74D208;
}
</style>
background-color css
<style>
a { background-color: #74D208; }
a { background-color: rgb(116,210,8); }
div.DivClassName
{
background-color: #74D208;
}
.BgClassName
{
background-color: #74D208;
}
</style>
border-color css
<style>
span { border-color: #74D208; }
span { border-color: rgb(116,210,8); }
td.TdClassName
{
border-color: #74D208;
}
.TagClassName
{
border-color: #74D208;
}
</style>