Shades of Light Green #85F97C
Tints of Light Green #85F97C
RGB
CMYK
RGB Variations
Color information
#85F97C (or 0x85F97C) is known color: Light Green. HEX triplet: 85, F9 and 7C. RGB value is (133,249,124). Sum of RGB (Red+Green+Blue) = 133+249+124=506 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.28% from 506); Green value is 249 (97.66% from 255 or 49.21% from 506); Blue value is 124 (48.83% from 255 or 24.51% from 506); Max value from RGB is 249 - color contains mainly: green. Hex color #85F97C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85F97C is #7A0683. Grayscale: #C8C8C8. Windows color (decimal): -7997060 or 8190341. OLE color: 8190341.
HSL color Cylindrical-coordinate representation of color #85F97C: hue angle of 115.68º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #85F97C is Cyan = 0.47, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 133 | 249 | 124 | - |
| CMYK | 0.47 | 0 | 0.50 | 0.02 |
| HSL | 115.68º | 0.91% | 0.73% | - |
| HSV(B) | 115.68º | 0.5% | 0.98% | - |
| XYZ | 47.19 | 74.19 | 30.9 | - |
| YUV | 200.07 | 85.07 | 80.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 249 | 124 | 0.47 | 0 | 0.50 | 0.02 | 115.68 | 0.91 | 0.73 |
| Hex | 85 | F9 | 7C | 2F | 0 | 32 | 2 | 74 | 5B | 49 |
| Octal | 205 | 371 | 174 | 57 | 0 | 62 | 2 | 164 | 133 | 111 |
| Binary | 10000101 | 11111001 | 1111100 | 101111 | 0 | 110010 | 10 | 1110100 | 1011011 | 1001001 |
Color Harmonies of #85F97C
Complementary color
Monochromatic Colors of #85F97C
Black with #85F97C
Text Example
Text Example
White with #85F97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F97C; }
p { color: rgb(133,249,124); }
H1.HeaderClassName
{
color: #85F97C;
}
.AnyTagClassName
{
color: #85F97C;
}
</style>
background-color css
<style>
a { background-color: #85F97C; }
a { background-color: rgb(133,249,124); }
div.DivClassName
{
background-color: #85F97C;
}
.BgClassName
{
background-color: #85F97C;
}
</style>
border-color css
<style>
span { border-color: #85F97C; }
span { border-color: rgb(133,249,124); }
td.TdClassName
{
border-color: #85F97C;
}
.TagClassName
{
border-color: #85F97C;
}
</style>