Shades of Lawn Green #74D610
Tints of Lawn Green #74D610
RGB
CMYK
RGB Variations
Color information
#74D610 (or 0x74D610) is known color: Lawn Green. HEX triplet: 74, D6 and 10. RGB value is (116,214,16). Sum of RGB (Red+Green+Blue) = 116+214+16=346 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.53% from 346); Green value is 214 (83.98% from 255 or 61.85% from 346); Blue value is 16 (6.64% from 255 or 4.62% from 346); Max value from RGB is 214 - color contains mainly: green. Hex color #74D610 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74D610 is #8B29EF. Grayscale: #A2A2A2. Windows color (decimal): -9120240 or 1103476. OLE color: 1103476.
HSL color Cylindrical-coordinate representation of color #74D610: hue angle of 89.7º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #74D610 is Cyan = 0.46, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 116 | 214 | 16 | - |
| CMYK | 0.46 | 0 | 0.93 | 0.16 |
| HSL | 89.7º | 0.86% | 0.45% | - |
| HSV(B) | 89.7º | 0.93% | 0.84% | - |
| XYZ | 31.34 | 51.84 | 8.85 | - |
| YUV | 162.13 | 45.53 | 95.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 214 | 16 | 0.46 | 0 | 0.93 | 0.16 | 89.7 | 0.86 | 0.45 |
| Hex | 74 | D6 | 10 | 2E | 0 | 5D | 10 | 5A | 56 | 2D |
| Octal | 164 | 326 | 20 | 56 | 0 | 135 | 20 | 132 | 126 | 55 |
| Binary | 1110100 | 11010110 | 10000 | 101110 | 0 | 1011101 | 10000 | 1011010 | 1010110 | 101101 |
Color Harmonies of #74D610
Complementary color
Monochromatic Colors of #74D610
Black with #74D610
Text Example
Text Example
White with #74D610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D610; }
p { color: rgb(116,214,16); }
H1.HeaderClassName
{
color: #74D610;
}
.AnyTagClassName
{
color: #74D610;
}
</style>
background-color css
<style>
a { background-color: #74D610; }
a { background-color: rgb(116,214,16); }
div.DivClassName
{
background-color: #74D610;
}
.BgClassName
{
background-color: #74D610;
}
</style>
border-color css
<style>
span { border-color: #74D610; }
span { border-color: rgb(116,214,16); }
td.TdClassName
{
border-color: #74D610;
}
.TagClassName
{
border-color: #74D610;
}
</style>