Shades of Light Green #76EE96
Tints of Light Green #76EE96
RGB
CMYK
RGB Variations
Color information
#76EE96 (or 0x76EE96) is known color: Light Green. HEX triplet: 76, EE and 96. RGB value is (118,238,150). Sum of RGB (Red+Green+Blue) = 118+238+150=506 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.32% from 506); Green value is 238 (93.36% from 255 or 47.04% from 506); Blue value is 150 (58.98% from 255 or 29.64% from 506); Max value from RGB is 238 - color contains mainly: green. Hex color #76EE96 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #76EE96 is #891169. Grayscale: #C0C0C0. Windows color (decimal): -8982890 or 9891446. OLE color: 9891446.
HSL color Cylindrical-coordinate representation of color #76EE96: hue angle of 136º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76EE96 is Cyan = 0.50, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 118 | 238 | 150 | - |
| CMYK | 0.50 | 0 | 0.37 | 0.07 |
| HSL | 136º | 0.78% | 0.7% | - |
| HSV(B) | 136º | 0.5% | 0.93% | - |
| XYZ | 43.55 | 67.2 | 39.53 | - |
| YUV | 192.09 | 104.24 | 75.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 238 | 150 | 0.50 | 0 | 0.37 | 0.07 | 136 | 0.78 | 0.7 |
| Hex | 76 | EE | 96 | 32 | 0 | 25 | 7 | 88 | 4E | 46 |
| Octal | 166 | 356 | 226 | 62 | 0 | 45 | 7 | 210 | 116 | 106 |
| Binary | 1110110 | 11101110 | 10010110 | 110010 | 0 | 100101 | 111 | 10001000 | 1001110 | 1000110 |
Color Harmonies of #76EE96
Complementary color
Monochromatic Colors of #76EE96
Black with #76EE96
Text Example
Text Example
White with #76EE96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76EE96; }
p { color: rgb(118,238,150); }
H1.HeaderClassName
{
color: #76EE96;
}
.AnyTagClassName
{
color: #76EE96;
}
</style>
background-color css
<style>
a { background-color: #76EE96; }
a { background-color: rgb(118,238,150); }
div.DivClassName
{
background-color: #76EE96;
}
.BgClassName
{
background-color: #76EE96;
}
</style>
border-color css
<style>
span { border-color: #76EE96; }
span { border-color: rgb(118,238,150); }
td.TdClassName
{
border-color: #76EE96;
}
.TagClassName
{
border-color: #76EE96;
}
</style>