Shades of Lawn Green #76DD14
Tints of Lawn Green #76DD14
RGB
CMYK
RGB Variations
Color information
#76DD14 (or 0x76DD14) is known color: Lawn Green. HEX triplet: 76, DD and 14. RGB value is (118,221,20). Sum of RGB (Red+Green+Blue) = 118+221+20=359 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.87% from 359); Green value is 221 (86.72% from 255 or 61.56% from 359); Blue value is 20 (8.20% from 255 or 5.57% from 359); Max value from RGB is 221 - color contains mainly: green. Hex color #76DD14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76DD14 is #8922EB. Grayscale: #A7A7A7. Windows color (decimal): -8987372 or 1367414. OLE color: 1367414.
HSL color Cylindrical-coordinate representation of color #76DD14: hue angle of 90.75º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #76DD14 is Cyan = 0.47, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 221 | 20 | - |
| CMYK | 0.47 | 0 | 0.91 | 0.13 |
| HSL | 90.75º | 0.83% | 0.47% | - |
| HSV(B) | 90.75º | 0.91% | 0.87% | - |
| XYZ | 33.45 | 55.61 | 9.63 | - |
| YUV | 167.29 | 44.88 | 92.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 221 | 20 | 0.47 | 0 | 0.91 | 0.13 | 90.75 | 0.83 | 0.47 |
| Hex | 76 | DD | 14 | 2F | 0 | 5B | D | 5B | 53 | 2F |
| Octal | 166 | 335 | 24 | 57 | 0 | 133 | 15 | 133 | 123 | 57 |
| Binary | 1110110 | 11011101 | 10100 | 101111 | 0 | 1011011 | 1101 | 1011011 | 1010011 | 101111 |
Color Harmonies of #76DD14
Complementary color
Monochromatic Colors of #76DD14
Black with #76DD14
Text Example
Text Example
White with #76DD14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DD14; }
p { color: rgb(118,221,20); }
H1.HeaderClassName
{
color: #76DD14;
}
.AnyTagClassName
{
color: #76DD14;
}
</style>
background-color css
<style>
a { background-color: #76DD14; }
a { background-color: rgb(118,221,20); }
div.DivClassName
{
background-color: #76DD14;
}
.BgClassName
{
background-color: #76DD14;
}
</style>
border-color css
<style>
span { border-color: #76DD14; }
span { border-color: rgb(118,221,20); }
td.TdClassName
{
border-color: #76DD14;
}
.TagClassName
{
border-color: #76DD14;
}
</style>