Shades of Light Green #85FC7C
Tints of Light Green #85FC7C
RGB
CMYK
RGB Variations
Color information
#85FC7C (or 0x85FC7C) is known color: Light Green. HEX triplet: 85, FC and 7C. RGB value is (133,252,124). Sum of RGB (Red+Green+Blue) = 133+252+124=509 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.13% from 509); Green value is 252 (98.83% from 255 or 49.51% from 509); Blue value is 124 (48.83% from 255 or 24.36% from 509); Max value from RGB is 252 - color contains mainly: green. Hex color #85FC7C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85FC7C is #7A0383. Grayscale: #CACACA. Windows color (decimal): -7996292 or 8191109. OLE color: 8191109.
HSL color Cylindrical-coordinate representation of color #85FC7C: hue angle of 115.78º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #85FC7C is Cyan = 0.47, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 133 | 252 | 124 | - |
| CMYK | 0.47 | 0 | 0.51 | 0.01 |
| HSL | 115.78º | 0.96% | 0.74% | - |
| HSV(B) | 115.78º | 0.51% | 0.99% | - |
| XYZ | 48.12 | 76.06 | 31.21 | - |
| YUV | 201.83 | 84.08 | 78.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 252 | 124 | 0.47 | 0 | 0.51 | 0.01 | 115.78 | 0.96 | 0.74 |
| Hex | 85 | FC | 7C | 2F | 0 | 33 | 1 | 74 | 60 | 4A |
| Octal | 205 | 374 | 174 | 57 | 0 | 63 | 1 | 164 | 140 | 112 |
| Binary | 10000101 | 11111100 | 1111100 | 101111 | 0 | 110011 | 1 | 1110100 | 1100000 | 1001010 |
Color Harmonies of #85FC7C
Complementary color
Monochromatic Colors of #85FC7C
Black with #85FC7C
Text Example
Text Example
White with #85FC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FC7C; }
p { color: rgb(133,252,124); }
H1.HeaderClassName
{
color: #85FC7C;
}
.AnyTagClassName
{
color: #85FC7C;
}
</style>
background-color css
<style>
a { background-color: #85FC7C; }
a { background-color: rgb(133,252,124); }
div.DivClassName
{
background-color: #85FC7C;
}
.BgClassName
{
background-color: #85FC7C;
}
</style>
border-color css
<style>
span { border-color: #85FC7C; }
span { border-color: rgb(133,252,124); }
td.TdClassName
{
border-color: #85FC7C;
}
.TagClassName
{
border-color: #85FC7C;
}
</style>