Shades of Light Green #76ED8D
Tints of Light Green #76ED8D
RGB
CMYK
RGB Variations
Color information
#76ED8D (or 0x76ED8D) is known color: Light Green. HEX triplet: 76, ED and 8D. RGB value is (118,237,141). Sum of RGB (Red+Green+Blue) = 118+237+141=496 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.79% from 496); Green value is 237 (92.97% from 255 or 47.78% from 496); Blue value is 141 (55.47% from 255 or 28.43% from 496); Max value from RGB is 237 - color contains mainly: green. Hex color #76ED8D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #76ED8D is #891272. Grayscale: #BEBEBE. Windows color (decimal): -8983155 or 9301366. OLE color: 9301366.
HSL color Cylindrical-coordinate representation of color #76ED8D: hue angle of 131.6º degrees, saturation: 0.77, 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 #76ED8D is Cyan = 0.50, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 118 | 237 | 141 | - |
| CMYK | 0.50 | 0 | 0.41 | 0.07 |
| HSL | 131.6º | 0.77% | 0.7% | - |
| HSV(B) | 131.6º | 0.5% | 0.93% | - |
| XYZ | 42.56 | 66.34 | 35.76 | - |
| YUV | 190.48 | 100.08 | 76.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 237 | 141 | 0.50 | 0 | 0.41 | 0.07 | 131.6 | 0.77 | 0.7 |
| Hex | 76 | ED | 8D | 32 | 0 | 29 | 7 | 84 | 4D | 46 |
| Octal | 166 | 355 | 215 | 62 | 0 | 51 | 7 | 204 | 115 | 106 |
| Binary | 1110110 | 11101101 | 10001101 | 110010 | 0 | 101001 | 111 | 10000100 | 1001101 | 1000110 |
Color Harmonies of #76ED8D
Complementary color
Monochromatic Colors of #76ED8D
Black with #76ED8D
Text Example
Text Example
White with #76ED8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76ED8D; }
p { color: rgb(118,237,141); }
H1.HeaderClassName
{
color: #76ED8D;
}
.AnyTagClassName
{
color: #76ED8D;
}
</style>
background-color css
<style>
a { background-color: #76ED8D; }
a { background-color: rgb(118,237,141); }
div.DivClassName
{
background-color: #76ED8D;
}
.BgClassName
{
background-color: #76ED8D;
}
</style>
border-color css
<style>
span { border-color: #76ED8D; }
span { border-color: rgb(118,237,141); }
td.TdClassName
{
border-color: #76ED8D;
}
.TagClassName
{
border-color: #76ED8D;
}
</style>