Shades of Lawn Green #76EF32
Tints of Lawn Green #76EF32
RGB
CMYK
RGB Variations
Color information
#76EF32 (or 0x76EF32) is known color: Lawn Green. HEX triplet: 76, EF and 32. RGB value is (118,239,50). Sum of RGB (Red+Green+Blue) = 118+239+50=407 (53% of max value = 765). Red value is 118 (46.48% from 255 or 28.99% from 407); Green value is 239 (93.75% from 255 or 58.72% from 407); Blue value is 50 (19.92% from 255 or 12.29% from 407); Max value from RGB is 239 - color contains mainly: green. Hex color #76EF32 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #76EF32 is #8910CD. Grayscale: #B5B5B5. Windows color (decimal): -8982734 or 3338102. OLE color: 3338102.
HSL color Cylindrical-coordinate representation of color #76EF32: hue angle of 98.41º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #76EF32 is Cyan = 0.51, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 118 | 239 | 50 | - |
| CMYK | 0.51 | 0 | 0.79 | 0.06 |
| HSL | 98.41º | 0.86% | 0.57% | - |
| HSV(B) | 98.41º | 0.79% | 0.94% | - |
| XYZ | 38.91 | 65.81 | 13.67 | - |
| YUV | 181.28 | 53.91 | 82.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 239 | 50 | 0.51 | 0 | 0.79 | 0.06 | 98.41 | 0.86 | 0.57 |
| Hex | 76 | EF | 32 | 33 | 0 | 4F | 6 | 62 | 56 | 39 |
| Octal | 166 | 357 | 62 | 63 | 0 | 117 | 6 | 142 | 126 | 71 |
| Binary | 1110110 | 11101111 | 110010 | 110011 | 0 | 1001111 | 110 | 1100010 | 1010110 | 111001 |
Color Harmonies of #76EF32
Complementary color
Monochromatic Colors of #76EF32
Black with #76EF32
Text Example
Text Example
White with #76EF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76EF32; }
p { color: rgb(118,239,50); }
H1.HeaderClassName
{
color: #76EF32;
}
.AnyTagClassName
{
color: #76EF32;
}
</style>
background-color css
<style>
a { background-color: #76EF32; }
a { background-color: rgb(118,239,50); }
div.DivClassName
{
background-color: #76EF32;
}
.BgClassName
{
background-color: #76EF32;
}
</style>
border-color css
<style>
span { border-color: #76EF32; }
span { border-color: rgb(118,239,50); }
td.TdClassName
{
border-color: #76EF32;
}
.TagClassName
{
border-color: #76EF32;
}
</style>