Shades of Light Green #76FF85
Tints of Light Green #76FF85
RGB
CMYK
RGB Variations
Color information
#76FF85 (or 0x76FF85) is known color: Light Green. HEX triplet: 76, FF and 85. RGB value is (118,255,133). Sum of RGB (Red+Green+Blue) = 118+255+133=506 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.32% from 506); Green value is 255 (100% from 255 or 50.40% from 506); Blue value is 133 (52.34% from 255 or 26.28% from 506); Max value from RGB is 255 - color contains mainly: green. Hex color #76FF85 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #76FF85 is #89007A. Grayscale: #C8C8C8. Windows color (decimal): -8978555 or 8781686. OLE color: 8781686.
HSL color Cylindrical-coordinate representation of color #76FF85: hue angle of 126.57º 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 #76FF85 is Cyan = 0.54, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 118 | 255 | 133 | - |
| CMYK | 0.54 | 0 | 0.48 | 0 |
| HSL | 126.57º | 1% | 0.73% | - |
| HSV(B) | 126.57º | 0.54% | 1% | - |
| XYZ | 47.46 | 77.07 | 34.56 | - |
| YUV | 200.13 | 90.11 | 69.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 255 | 133 | 0.54 | 0 | 0.48 | 0 | 126.57 | 1 | 0.73 |
| Hex | 76 | FF | 85 | 36 | 0 | 30 | 0 | 7F | 64 | 49 |
| Octal | 166 | 377 | 205 | 66 | 0 | 60 | 0 | 177 | 144 | 111 |
| Binary | 1110110 | 11111111 | 10000101 | 110110 | 0 | 110000 | 0 | 1111111 | 1100100 | 1001001 |
Color Harmonies of #76FF85
Complementary color
Monochromatic Colors of #76FF85
Black with #76FF85
Text Example
Text Example
White with #76FF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76FF85; }
p { color: rgb(118,255,133); }
H1.HeaderClassName
{
color: #76FF85;
}
.AnyTagClassName
{
color: #76FF85;
}
</style>
background-color css
<style>
a { background-color: #76FF85; }
a { background-color: rgb(118,255,133); }
div.DivClassName
{
background-color: #76FF85;
}
.BgClassName
{
background-color: #76FF85;
}
</style>
border-color css
<style>
span { border-color: #76FF85; }
span { border-color: rgb(118,255,133); }
td.TdClassName
{
border-color: #76FF85;
}
.TagClassName
{
border-color: #76FF85;
}
</style>