Shades of Light Green #85F77B
Tints of Light Green #85F77B
RGB
CMYK
RGB Variations
Color information
#85F77B (or 0x85F77B) is known color: Light Green. HEX triplet: 85, F7 and 7B. RGB value is (133,247,123). Sum of RGB (Red+Green+Blue) = 133+247+123=503 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.44% from 503); Green value is 247 (96.88% from 255 or 49.11% from 503); Blue value is 123 (48.44% from 255 or 24.45% from 503); Max value from RGB is 247 - color contains mainly: green. Hex color #85F77B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85F77B is #7A0884. Grayscale: #C7C7C7. Windows color (decimal): -7997573 or 8124293. OLE color: 8124293.
HSL color Cylindrical-coordinate representation of color #85F77B: hue angle of 115.16º degrees, saturation: 0.89, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #85F77B is Cyan = 0.46, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 133 | 247 | 123 | - |
| CMYK | 0.46 | 0 | 0.50 | 0.03 |
| HSL | 115.16º | 0.89% | 0.73% | - |
| HSV(B) | 115.16º | 0.5% | 0.97% | - |
| XYZ | 46.51 | 72.94 | 30.37 | - |
| YUV | 198.78 | 85.23 | 81.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 247 | 123 | 0.46 | 0 | 0.50 | 0.03 | 115.16 | 0.89 | 0.73 |
| Hex | 85 | F7 | 7B | 2E | 0 | 32 | 3 | 73 | 59 | 49 |
| Octal | 205 | 367 | 173 | 56 | 0 | 62 | 3 | 163 | 131 | 111 |
| Binary | 10000101 | 11110111 | 1111011 | 101110 | 0 | 110010 | 11 | 1110011 | 1011001 | 1001001 |
Color Harmonies of #85F77B
Complementary color
Monochromatic Colors of #85F77B
Black with #85F77B
Text Example
Text Example
White with #85F77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F77B; }
p { color: rgb(133,247,123); }
H1.HeaderClassName
{
color: #85F77B;
}
.AnyTagClassName
{
color: #85F77B;
}
</style>
background-color css
<style>
a { background-color: #85F77B; }
a { background-color: rgb(133,247,123); }
div.DivClassName
{
background-color: #85F77B;
}
.BgClassName
{
background-color: #85F77B;
}
</style>
border-color css
<style>
span { border-color: #85F77B; }
span { border-color: rgb(133,247,123); }
td.TdClassName
{
border-color: #85F77B;
}
.TagClassName
{
border-color: #85F77B;
}
</style>