Shades of Lawn Green #76FE04
Tints of Lawn Green #76FE04
RGB
CMYK
RGB Variations
Color information
#76FE04 (or 0x76FE04) is known color: Lawn Green. HEX triplet: 76, FE and 04. RGB value is (118,254,4). Sum of RGB (Red+Green+Blue) = 118+254+4=376 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.38% from 376); Green value is 254 (99.61% from 255 or 67.55% from 376); Blue value is 4 (1.95% from 255 or 1.06% from 376); Max value from RGB is 254 - color contains mainly: green. Hex color #76FE04 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #76FE04 is #8901FB. Grayscale: #B9B9B9. Windows color (decimal): -8978940 or 327286. OLE color: 327286.
HSL color Cylindrical-coordinate representation of color #76FE04: hue angle of 92.64º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #76FE04 is Cyan = 0.54, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 118 | 254 | 4 | - |
| CMYK | 0.54 | 0 | 0.98 | 0.00 |
| HSL | 92.64º | 0.99% | 0.51% | - |
| HSV(B) | 92.64º | 0.98% | 1% | - |
| XYZ | 42.93 | 74.74 | 12.28 | - |
| YUV | 184.84 | 25.94 | 80.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 254 | 4 | 0.54 | 0 | 0.98 | 0.00 | 92.64 | 0.99 | 0.51 |
| Hex | 76 | FE | 4 | 36 | 0 | 62 | 0 | 5D | 63 | 33 |
| Octal | 166 | 376 | 4 | 66 | 0 | 142 | 0 | 135 | 143 | 63 |
| Binary | 1110110 | 11111110 | 100 | 110110 | 0 | 1100010 | 0 | 1011101 | 1100011 | 110011 |
Color Harmonies of #76FE04
Complementary color
Monochromatic Colors of #76FE04
Black with #76FE04
Text Example
Text Example
White with #76FE04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76FE04; }
p { color: rgb(118,254,4); }
H1.HeaderClassName
{
color: #76FE04;
}
.AnyTagClassName
{
color: #76FE04;
}
</style>
background-color css
<style>
a { background-color: #76FE04; }
a { background-color: rgb(118,254,4); }
div.DivClassName
{
background-color: #76FE04;
}
.BgClassName
{
background-color: #76FE04;
}
</style>
border-color css
<style>
span { border-color: #76FE04; }
span { border-color: rgb(118,254,4); }
td.TdClassName
{
border-color: #76FE04;
}
.TagClassName
{
border-color: #76FE04;
}
</style>