Shades of Light Green #85F777
Tints of Light Green #85F777
RGB
CMYK
RGB Variations
Color information
#85F777 (or 0x85F777) is known color: Light Green. HEX triplet: 85, F7 and 77. RGB value is (133,247,119). Sum of RGB (Red+Green+Blue) = 133+247+119=499 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.65% from 499); Green value is 247 (96.88% from 255 or 49.50% from 499); Blue value is 119 (46.88% from 255 or 23.85% from 499); Max value from RGB is 247 - color contains mainly: green. Hex color #85F777 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85F777 is #7A0888. Grayscale: #C6C6C6. Windows color (decimal): -7997577 or 7862149. OLE color: 7862149.
HSL color Cylindrical-coordinate representation of color #85F777: hue angle of 113.44º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #85F777 is Cyan = 0.46, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 133 | 247 | 119 | - |
| CMYK | 0.46 | 0 | 0.52 | 0.03 |
| HSL | 113.44º | 0.89% | 0.72% | - |
| HSV(B) | 113.44º | 0.52% | 0.97% | - |
| XYZ | 46.26 | 72.84 | 29.07 | - |
| YUV | 198.32 | 83.23 | 81.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 247 | 119 | 0.46 | 0 | 0.52 | 0.03 | 113.44 | 0.89 | 0.72 |
| Hex | 85 | F7 | 77 | 2E | 0 | 34 | 3 | 71 | 59 | 48 |
| Octal | 205 | 367 | 167 | 56 | 0 | 64 | 3 | 161 | 131 | 110 |
| Binary | 10000101 | 11110111 | 1110111 | 101110 | 0 | 110100 | 11 | 1110001 | 1011001 | 1001000 |
Color Harmonies of #85F777
Complementary color
Monochromatic Colors of #85F777
Black with #85F777
Text Example
Text Example
White with #85F777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F777; }
p { color: rgb(133,247,119); }
H1.HeaderClassName
{
color: #85F777;
}
.AnyTagClassName
{
color: #85F777;
}
</style>
background-color css
<style>
a { background-color: #85F777; }
a { background-color: rgb(133,247,119); }
div.DivClassName
{
background-color: #85F777;
}
.BgClassName
{
background-color: #85F777;
}
</style>
border-color css
<style>
span { border-color: #85F777; }
span { border-color: rgb(133,247,119); }
td.TdClassName
{
border-color: #85F777;
}
.TagClassName
{
border-color: #85F777;
}
</style>