Shades of Lawn Green #76D405
Tints of Lawn Green #76D405
RGB
CMYK
RGB Variations
Color information
#76D405 (or 0x76D405) is known color: Lawn Green. HEX triplet: 76, D4 and 05. RGB value is (118,212,5). Sum of RGB (Red+Green+Blue) = 118+212+5=335 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.22% from 335); Green value is 212 (83.20% from 255 or 63.28% from 335); Blue value is 5 (2.34% from 255 or 1.49% from 335); Max value from RGB is 212 - color contains mainly: green. Hex color #76D405 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76D405 is #892BFA. Grayscale: #A1A1A1. Windows color (decimal): -8989691 or 382070. OLE color: 382070.
HSL color Cylindrical-coordinate representation of color #76D405: hue angle of 87.25º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #76D405 is Cyan = 0.44, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 118 | 212 | 5 | - |
| CMYK | 0.44 | 0 | 0.98 | 0.17 |
| HSL | 87.25º | 0.95% | 0.43% | - |
| HSV(B) | 87.25º | 0.98% | 0.83% | - |
| XYZ | 31.04 | 50.95 | 8.34 | - |
| YUV | 160.3 | 40.36 | 97.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 212 | 5 | 0.44 | 0 | 0.98 | 0.17 | 87.25 | 0.95 | 0.43 |
| Hex | 76 | D4 | 5 | 2C | 0 | 62 | 11 | 57 | 5F | 2B |
| Octal | 166 | 324 | 5 | 54 | 0 | 142 | 21 | 127 | 137 | 53 |
| Binary | 1110110 | 11010100 | 101 | 101100 | 0 | 1100010 | 10001 | 1010111 | 1011111 | 101011 |
Color Harmonies of #76D405
Complementary color
Monochromatic Colors of #76D405
Black with #76D405
Text Example
Text Example
White with #76D405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D405; }
p { color: rgb(118,212,5); }
H1.HeaderClassName
{
color: #76D405;
}
.AnyTagClassName
{
color: #76D405;
}
</style>
background-color css
<style>
a { background-color: #76D405; }
a { background-color: rgb(118,212,5); }
div.DivClassName
{
background-color: #76D405;
}
.BgClassName
{
background-color: #76D405;
}
</style>
border-color css
<style>
span { border-color: #76D405; }
span { border-color: rgb(118,212,5); }
td.TdClassName
{
border-color: #76D405;
}
.TagClassName
{
border-color: #76D405;
}
</style>