Shades of Light Green #85FA76
Tints of Light Green #85FA76
RGB
CMYK
RGB Variations
Color information
#85FA76 (or 0x85FA76) is known color: Light Green. HEX triplet: 85, FA and 76. RGB value is (133,250,118). Sum of RGB (Red+Green+Blue) = 133+250+118=501 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.55% from 501); Green value is 250 (98.05% from 255 or 49.90% from 501); Blue value is 118 (46.48% from 255 or 23.55% from 501); Max value from RGB is 250 - color contains mainly: green. Hex color #85FA76 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85FA76 is #7A0589. Grayscale: #C8C8C8. Windows color (decimal): -7996810 or 7797381. OLE color: 7797381.
HSL color Cylindrical-coordinate representation of color #85FA76: hue angle of 113.18º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #85FA76 is Cyan = 0.47, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 133 | 250 | 118 | - |
| CMYK | 0.47 | 0 | 0.53 | 0.02 |
| HSL | 113.18º | 0.93% | 0.72% | - |
| HSV(B) | 113.18º | 0.53% | 0.98% | - |
| XYZ | 47.13 | 74.67 | 29.07 | - |
| YUV | 199.97 | 81.74 | 80.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 250 | 118 | 0.47 | 0 | 0.53 | 0.02 | 113.18 | 0.93 | 0.72 |
| Hex | 85 | FA | 76 | 2F | 0 | 35 | 2 | 71 | 5D | 48 |
| Octal | 205 | 372 | 166 | 57 | 0 | 65 | 2 | 161 | 135 | 110 |
| Binary | 10000101 | 11111010 | 1110110 | 101111 | 0 | 110101 | 10 | 1110001 | 1011101 | 1001000 |
Color Harmonies of #85FA76
Complementary color
Monochromatic Colors of #85FA76
Black with #85FA76
Text Example
Text Example
White with #85FA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FA76; }
p { color: rgb(133,250,118); }
H1.HeaderClassName
{
color: #85FA76;
}
.AnyTagClassName
{
color: #85FA76;
}
</style>
background-color css
<style>
a { background-color: #85FA76; }
a { background-color: rgb(133,250,118); }
div.DivClassName
{
background-color: #85FA76;
}
.BgClassName
{
background-color: #85FA76;
}
</style>
border-color css
<style>
span { border-color: #85FA76; }
span { border-color: rgb(133,250,118); }
td.TdClassName
{
border-color: #85FA76;
}
.TagClassName
{
border-color: #85FA76;
}
</style>