Shades of Lawn Green #76D915
Tints of Lawn Green #76D915
RGB
CMYK
RGB Variations
Color information
#76D915 (or 0x76D915) is known color: Lawn Green. HEX triplet: 76, D9 and 15. RGB value is (118,217,21). Sum of RGB (Red+Green+Blue) = 118+217+21=356 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.15% from 356); Green value is 217 (85.16% from 255 or 60.96% from 356); Blue value is 21 (8.59% from 255 or 5.90% from 356); Max value from RGB is 217 - color contains mainly: green. Hex color #76D915 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76D915 is #8926EA. Grayscale: #A5A5A5. Windows color (decimal): -8988395 or 1431926. OLE color: 1431926.
HSL color Cylindrical-coordinate representation of color #76D915: hue angle of 90.31º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #76D915 is Cyan = 0.46, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 118 | 217 | 21 | - |
| CMYK | 0.46 | 0 | 0.90 | 0.15 |
| HSL | 90.31º | 0.82% | 0.47% | - |
| HSV(B) | 90.31º | 0.9% | 0.85% | - |
| XYZ | 32.42 | 53.53 | 9.33 | - |
| YUV | 165.06 | 46.7 | 94.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 217 | 21 | 0.46 | 0 | 0.90 | 0.15 | 90.31 | 0.82 | 0.47 |
| Hex | 76 | D9 | 15 | 2E | 0 | 5A | F | 5A | 52 | 2F |
| Octal | 166 | 331 | 25 | 56 | 0 | 132 | 17 | 132 | 122 | 57 |
| Binary | 1110110 | 11011001 | 10101 | 101110 | 0 | 1011010 | 1111 | 1011010 | 1010010 | 101111 |
Color Harmonies of #76D915
Complementary color
Monochromatic Colors of #76D915
Black with #76D915
Text Example
Text Example
White with #76D915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D915; }
p { color: rgb(118,217,21); }
H1.HeaderClassName
{
color: #76D915;
}
.AnyTagClassName
{
color: #76D915;
}
</style>
background-color css
<style>
a { background-color: #76D915; }
a { background-color: rgb(118,217,21); }
div.DivClassName
{
background-color: #76D915;
}
.BgClassName
{
background-color: #76D915;
}
</style>
border-color css
<style>
span { border-color: #76D915; }
span { border-color: rgb(118,217,21); }
td.TdClassName
{
border-color: #76D915;
}
.TagClassName
{
border-color: #76D915;
}
</style>