Shades of Light Green #76FF8C
Tints of Light Green #76FF8C
RGB
CMYK
RGB Variations
Color information
#76FF8C (or 0x76FF8C) is known color: Light Green. HEX triplet: 76, FF and 8C. RGB value is (118,255,140). Sum of RGB (Red+Green+Blue) = 118+255+140=513 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.00% from 513); Green value is 255 (100% from 255 or 49.71% from 513); Blue value is 140 (55.08% from 255 or 27.29% from 513); Max value from RGB is 255 - color contains mainly: green. Hex color #76FF8C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #76FF8C is #890073. Grayscale: #C9C9C9. Windows color (decimal): -8978548 or 9240438. OLE color: 9240438.
HSL color Cylindrical-coordinate representation of color #76FF8C: hue angle of 129.64º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #76FF8C is Cyan = 0.54, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 118 | 255 | 140 | - |
| CMYK | 0.54 | 0 | 0.45 | 0 |
| HSL | 129.64º | 1% | 0.73% | - |
| HSV(B) | 129.64º | 0.54% | 1% | - |
| XYZ | 47.96 | 77.27 | 37.2 | - |
| YUV | 200.93 | 93.61 | 68.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 255 | 140 | 0.54 | 0 | 0.45 | 0 | 129.64 | 1 | 0.73 |
| Hex | 76 | FF | 8C | 36 | 0 | 2D | 0 | 82 | 64 | 49 |
| Octal | 166 | 377 | 214 | 66 | 0 | 55 | 0 | 202 | 144 | 111 |
| Binary | 1110110 | 11111111 | 10001100 | 110110 | 0 | 101101 | 0 | 10000010 | 1100100 | 1001001 |
Color Harmonies of #76FF8C
Complementary color
Monochromatic Colors of #76FF8C
Black with #76FF8C
Text Example
Text Example
White with #76FF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76FF8C; }
p { color: rgb(118,255,140); }
H1.HeaderClassName
{
color: #76FF8C;
}
.AnyTagClassName
{
color: #76FF8C;
}
</style>
background-color css
<style>
a { background-color: #76FF8C; }
a { background-color: rgb(118,255,140); }
div.DivClassName
{
background-color: #76FF8C;
}
.BgClassName
{
background-color: #76FF8C;
}
</style>
border-color css
<style>
span { border-color: #76FF8C; }
span { border-color: rgb(118,255,140); }
td.TdClassName
{
border-color: #76FF8C;
}
.TagClassName
{
border-color: #76FF8C;
}
</style>