Shades of Light Green #76FF9F
Tints of Light Green #76FF9F
RGB
CMYK
RGB Variations
Color information
#76FF9F (or 0x76FF9F) is known color: Light Green. HEX triplet: 76, FF and 9F. RGB value is (118,255,159). Sum of RGB (Red+Green+Blue) = 118+255+159=532 (70% of max value = 765). Red value is 118 (46.48% from 255 or 22.18% from 532); Green value is 255 (100% from 255 or 47.93% from 532); Blue value is 159 (62.5% from 255 or 29.89% from 532); Max value from RGB is 255 - color contains mainly: green. Hex color #76FF9F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #76FF9F is #890060. Grayscale: #CBCBCB. Windows color (decimal): -8978529 or 10485622. OLE color: 10485622.
HSL color Cylindrical-coordinate representation of color #76FF9F: hue angle of 137.96º 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 #76FF9F is Cyan = 0.54, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 118 | 255 | 159 | - |
| CMYK | 0.54 | 0 | 0.38 | 0 |
| HSL | 137.96º | 1% | 0.73% | - |
| HSV(B) | 137.96º | 0.54% | 1% | - |
| XYZ | 49.49 | 77.87 | 45.22 | - |
| YUV | 203.09 | 103.11 | 67.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 255 | 159 | 0.54 | 0 | 0.38 | 0 | 137.96 | 1 | 0.73 |
| Hex | 76 | FF | 9F | 36 | 0 | 26 | 0 | 8A | 64 | 49 |
| Octal | 166 | 377 | 237 | 66 | 0 | 46 | 0 | 212 | 144 | 111 |
| Binary | 1110110 | 11111111 | 10011111 | 110110 | 0 | 100110 | 0 | 10001010 | 1100100 | 1001001 |
Color Harmonies of #76FF9F
Complementary color
Monochromatic Colors of #76FF9F
Black with #76FF9F
Text Example
Text Example
White with #76FF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76FF9F; }
p { color: rgb(118,255,159); }
H1.HeaderClassName
{
color: #76FF9F;
}
.AnyTagClassName
{
color: #76FF9F;
}
</style>
background-color css
<style>
a { background-color: #76FF9F; }
a { background-color: rgb(118,255,159); }
div.DivClassName
{
background-color: #76FF9F;
}
.BgClassName
{
background-color: #76FF9F;
}
</style>
border-color css
<style>
span { border-color: #76FF9F; }
span { border-color: rgb(118,255,159); }
td.TdClassName
{
border-color: #76FF9F;
}
.TagClassName
{
border-color: #76FF9F;
}
</style>