Shades of Lawn Green #74D808
Tints of Lawn Green #74D808
RGB
CMYK
RGB Variations
Color information
#74D808 (or 0x74D808) is known color: Lawn Green. HEX triplet: 74, D8 and 08. RGB value is (116,216,8). Sum of RGB (Red+Green+Blue) = 116+216+8=340 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.12% from 340); Green value is 216 (84.77% from 255 or 63.53% from 340); Blue value is 8 (3.52% from 255 or 2.35% from 340); Max value from RGB is 216 - color contains mainly: green. Hex color #74D808 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74D808 is #8B27F7. Grayscale: #A3A3A3. Windows color (decimal): -9119736 or 579700. OLE color: 579700.
HSL color Cylindrical-coordinate representation of color #74D808: hue angle of 88.85º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #74D808 is Cyan = 0.46, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 116 | 216 | 8 | - |
| CMYK | 0.46 | 0 | 0.96 | 0.15 |
| HSL | 88.85º | 0.93% | 0.44% | - |
| HSV(B) | 88.85º | 0.96% | 0.85% | - |
| XYZ | 31.8 | 52.84 | 8.75 | - |
| YUV | 162.39 | 40.87 | 94.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 216 | 8 | 0.46 | 0 | 0.96 | 0.15 | 88.85 | 0.93 | 0.44 |
| Hex | 74 | D8 | 8 | 2E | 0 | 60 | F | 59 | 5D | 2C |
| Octal | 164 | 330 | 10 | 56 | 0 | 140 | 17 | 131 | 135 | 54 |
| Binary | 1110100 | 11011000 | 1000 | 101110 | 0 | 1100000 | 1111 | 1011001 | 1011101 | 101100 |
Color Harmonies of #74D808
Complementary color
Monochromatic Colors of #74D808
Black with #74D808
Text Example
Text Example
White with #74D808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D808; }
p { color: rgb(116,216,8); }
H1.HeaderClassName
{
color: #74D808;
}
.AnyTagClassName
{
color: #74D808;
}
</style>
background-color css
<style>
a { background-color: #74D808; }
a { background-color: rgb(116,216,8); }
div.DivClassName
{
background-color: #74D808;
}
.BgClassName
{
background-color: #74D808;
}
</style>
border-color css
<style>
span { border-color: #74D808; }
span { border-color: rgb(116,216,8); }
td.TdClassName
{
border-color: #74D808;
}
.TagClassName
{
border-color: #74D808;
}
</style>