Shades of Light Green #76EEA0
Tints of Light Green #76EEA0
RGB
CMYK
RGB Variations
Color information
#76EEA0 (or 0x76EEA0) is known color: Light Green. HEX triplet: 76, EE and A0. RGB value is (118,238,160). Sum of RGB (Red+Green+Blue) = 118+238+160=516 (68% of max value = 765). Red value is 118 (46.48% from 255 or 22.87% from 516); Green value is 238 (93.36% from 255 or 46.12% from 516); Blue value is 160 (62.89% from 255 or 31.01% from 516); Max value from RGB is 238 - color contains mainly: green. Hex color #76EEA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #76EEA0 is #89115F. Grayscale: #C1C1C1. Windows color (decimal): -8982880 or 10546806. OLE color: 10546806.
HSL color Cylindrical-coordinate representation of color #76EEA0: hue angle of 141º 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 #76EEA0 is Cyan = 0.50, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 118 | 238 | 160 | - |
| CMYK | 0.50 | 0 | 0.33 | 0.07 |
| HSL | 141º | 0.78% | 0.7% | - |
| HSV(B) | 141º | 0.5% | 0.93% | - |
| XYZ | 44.39 | 67.54 | 43.95 | - |
| YUV | 193.23 | 109.24 | 74.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 238 | 160 | 0.50 | 0 | 0.33 | 0.07 | 141 | 0.78 | 0.7 |
| Hex | 76 | EE | A0 | 32 | 0 | 21 | 7 | 8D | 4E | 46 |
| Octal | 166 | 356 | 240 | 62 | 0 | 41 | 7 | 215 | 116 | 106 |
| Binary | 1110110 | 11101110 | 10100000 | 110010 | 0 | 100001 | 111 | 10001101 | 1001110 | 1000110 |
Color Harmonies of #76EEA0
Complementary color
Monochromatic Colors of #76EEA0
Black with #76EEA0
Text Example
Text Example
White with #76EEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76EEA0; }
p { color: rgb(118,238,160); }
H1.HeaderClassName
{
color: #76EEA0;
}
.AnyTagClassName
{
color: #76EEA0;
}
</style>
background-color css
<style>
a { background-color: #76EEA0; }
a { background-color: rgb(118,238,160); }
div.DivClassName
{
background-color: #76EEA0;
}
.BgClassName
{
background-color: #76EEA0;
}
</style>
border-color css
<style>
span { border-color: #76EEA0; }
span { border-color: rgb(118,238,160); }
td.TdClassName
{
border-color: #76EEA0;
}
.TagClassName
{
border-color: #76EEA0;
}
</style>