Shades of Lawn Green #74D810
Tints of Lawn Green #74D810
RGB
CMYK
RGB Variations
Color information
#74D810 (or 0x74D810) is known color: Lawn Green. HEX triplet: 74, D8 and 10. RGB value is (116,216,16). Sum of RGB (Red+Green+Blue) = 116+216+16=348 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.33% from 348); Green value is 216 (84.77% from 255 or 62.07% from 348); Blue value is 16 (6.64% from 255 or 4.60% from 348); Max value from RGB is 216 - color contains mainly: green. Hex color #74D810 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74D810 is #8B27EF. Grayscale: #A4A4A4. Windows color (decimal): -9119728 or 1103988. OLE color: 1103988.
HSL color Cylindrical-coordinate representation of color #74D810: hue angle of 90º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #74D810 is Cyan = 0.46, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 116 | 216 | 16 | - |
| CMYK | 0.46 | 0 | 0.93 | 0.15 |
| HSL | 90º | 0.86% | 0.45% | - |
| HSV(B) | 90º | 0.93% | 0.85% | - |
| XYZ | 31.85 | 52.86 | 9.01 | - |
| YUV | 163.3 | 44.87 | 94.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 216 | 16 | 0.46 | 0 | 0.93 | 0.15 | 90 | 0.86 | 0.45 |
| Hex | 74 | D8 | 10 | 2E | 0 | 5D | F | 5A | 56 | 2D |
| Octal | 164 | 330 | 20 | 56 | 0 | 135 | 17 | 132 | 126 | 55 |
| Binary | 1110100 | 11011000 | 10000 | 101110 | 0 | 1011101 | 1111 | 1011010 | 1010110 | 101101 |
Color Harmonies of #74D810
Complementary color
Monochromatic Colors of #74D810
Black with #74D810
Text Example
Text Example
White with #74D810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D810; }
p { color: rgb(116,216,16); }
H1.HeaderClassName
{
color: #74D810;
}
.AnyTagClassName
{
color: #74D810;
}
</style>
background-color css
<style>
a { background-color: #74D810; }
a { background-color: rgb(116,216,16); }
div.DivClassName
{
background-color: #74D810;
}
.BgClassName
{
background-color: #74D810;
}
</style>
border-color css
<style>
span { border-color: #74D810; }
span { border-color: rgb(116,216,16); }
td.TdClassName
{
border-color: #74D810;
}
.TagClassName
{
border-color: #74D810;
}
</style>