Shades of Lawn Green #76FA15
Tints of Lawn Green #76FA15
RGB
CMYK
RGB Variations
Color information
#76FA15 (or 0x76FA15) is known color: Lawn Green. HEX triplet: 76, FA and 15. RGB value is (118,250,21). Sum of RGB (Red+Green+Blue) = 118+250+21=389 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.33% from 389); Green value is 250 (98.05% from 255 or 64.27% from 389); Blue value is 21 (8.59% from 255 or 5.40% from 389); Max value from RGB is 250 - color contains mainly: green. Hex color #76FA15 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #76FA15 is #8905EA. Grayscale: #B9B9B9. Windows color (decimal): -8979947 or 1440374. OLE color: 1440374.
HSL color Cylindrical-coordinate representation of color #76FA15: hue angle of 94.59º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #76FA15 is Cyan = 0.53, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 118 | 250 | 21 | - |
| CMYK | 0.53 | 0 | 0.92 | 0.02 |
| HSL | 94.59º | 0.96% | 0.53% | - |
| HSV(B) | 94.59º | 0.92% | 0.98% | - |
| XYZ | 41.79 | 72.28 | 12.46 | - |
| YUV | 184.43 | 35.77 | 80.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 250 | 21 | 0.53 | 0 | 0.92 | 0.02 | 94.59 | 0.96 | 0.53 |
| Hex | 76 | FA | 15 | 35 | 0 | 5C | 2 | 5F | 60 | 35 |
| Octal | 166 | 372 | 25 | 65 | 0 | 134 | 2 | 137 | 140 | 65 |
| Binary | 1110110 | 11111010 | 10101 | 110101 | 0 | 1011100 | 10 | 1011111 | 1100000 | 110101 |
Color Harmonies of #76FA15
Complementary color
Monochromatic Colors of #76FA15
Black with #76FA15
Text Example
Text Example
White with #76FA15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76FA15; }
p { color: rgb(118,250,21); }
H1.HeaderClassName
{
color: #76FA15;
}
.AnyTagClassName
{
color: #76FA15;
}
</style>
background-color css
<style>
a { background-color: #76FA15; }
a { background-color: rgb(118,250,21); }
div.DivClassName
{
background-color: #76FA15;
}
.BgClassName
{
background-color: #76FA15;
}
</style>
border-color css
<style>
span { border-color: #76FA15; }
span { border-color: rgb(118,250,21); }
td.TdClassName
{
border-color: #76FA15;
}
.TagClassName
{
border-color: #76FA15;
}
</style>