Shades of Lawn Green #76FE21
Tints of Lawn Green #76FE21
RGB
CMYK
RGB Variations
Color information
#76FE21 (or 0x76FE21) is known color: Lawn Green. HEX triplet: 76, FE and 21. RGB value is (118,254,33). Sum of RGB (Red+Green+Blue) = 118+254+33=405 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.14% from 405); Green value is 254 (99.61% from 255 or 62.72% from 405); Blue value is 33 (13.28% from 255 or 8.15% from 405); Max value from RGB is 254 - color contains mainly: green. Hex color #76FE21 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #76FE21 is #8901DE. Grayscale: #BCBCBC. Windows color (decimal): -8978911 or 2227830. OLE color: 2227830.
HSL color Cylindrical-coordinate representation of color #76FE21: hue angle of 96.92º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #76FE21 is Cyan = 0.54, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 118 | 254 | 33 | - |
| CMYK | 0.54 | 0 | 0.87 | 0.00 |
| HSL | 96.92º | 0.99% | 0.56% | - |
| HSV(B) | 96.92º | 0.87% | 1% | - |
| XYZ | 43.19 | 74.84 | 13.61 | - |
| YUV | 188.14 | 40.44 | 77.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 254 | 33 | 0.54 | 0 | 0.87 | 0.00 | 96.92 | 0.99 | 0.56 |
| Hex | 76 | FE | 21 | 36 | 0 | 57 | 0 | 61 | 63 | 38 |
| Octal | 166 | 376 | 41 | 66 | 0 | 127 | 0 | 141 | 143 | 70 |
| Binary | 1110110 | 11111110 | 100001 | 110110 | 0 | 1010111 | 0 | 1100001 | 1100011 | 111000 |
Color Harmonies of #76FE21
Complementary color
Monochromatic Colors of #76FE21
Black with #76FE21
Text Example
Text Example
White with #76FE21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76FE21; }
p { color: rgb(118,254,33); }
H1.HeaderClassName
{
color: #76FE21;
}
.AnyTagClassName
{
color: #76FE21;
}
</style>
background-color css
<style>
a { background-color: #76FE21; }
a { background-color: rgb(118,254,33); }
div.DivClassName
{
background-color: #76FE21;
}
.BgClassName
{
background-color: #76FE21;
}
</style>
border-color css
<style>
span { border-color: #76FE21; }
span { border-color: rgb(118,254,33); }
td.TdClassName
{
border-color: #76FE21;
}
.TagClassName
{
border-color: #76FE21;
}
</style>