Shades of Lawn Green #74D710
Tints of Lawn Green #74D710
RGB
CMYK
RGB Variations
Color information
#74D710 (or 0x74D710) is known color: Lawn Green. HEX triplet: 74, D7 and 10. RGB value is (116,215,16). Sum of RGB (Red+Green+Blue) = 116+215+16=347 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.43% from 347); Green value is 215 (84.38% from 255 or 61.96% from 347); Blue value is 16 (6.64% from 255 or 4.61% from 347); Max value from RGB is 215 - color contains mainly: green. Hex color #74D710 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74D710 is #8B28EF. Grayscale: #A3A3A3. Windows color (decimal): -9119984 or 1103732. OLE color: 1103732.
HSL color Cylindrical-coordinate representation of color #74D710: hue angle of 89.85º 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 #74D710 is Cyan = 0.46, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 116 | 215 | 16 | - |
| CMYK | 0.46 | 0 | 0.93 | 0.16 |
| HSL | 89.85º | 0.86% | 0.45% | - |
| HSV(B) | 89.85º | 0.93% | 0.84% | - |
| XYZ | 31.6 | 52.35 | 8.93 | - |
| YUV | 162.71 | 45.2 | 94.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 215 | 16 | 0.46 | 0 | 0.93 | 0.16 | 89.85 | 0.86 | 0.45 |
| Hex | 74 | D7 | 10 | 2E | 0 | 5D | 10 | 5A | 56 | 2D |
| Octal | 164 | 327 | 20 | 56 | 0 | 135 | 20 | 132 | 126 | 55 |
| Binary | 1110100 | 11010111 | 10000 | 101110 | 0 | 1011101 | 10000 | 1011010 | 1010110 | 101101 |
Color Harmonies of #74D710
Complementary color
Monochromatic Colors of #74D710
Black with #74D710
Text Example
Text Example
White with #74D710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D710; }
p { color: rgb(116,215,16); }
H1.HeaderClassName
{
color: #74D710;
}
.AnyTagClassName
{
color: #74D710;
}
</style>
background-color css
<style>
a { background-color: #74D710; }
a { background-color: rgb(116,215,16); }
div.DivClassName
{
background-color: #74D710;
}
.BgClassName
{
background-color: #74D710;
}
</style>
border-color css
<style>
span { border-color: #74D710; }
span { border-color: rgb(116,215,16); }
td.TdClassName
{
border-color: #74D710;
}
.TagClassName
{
border-color: #74D710;
}
</style>