Shades of Light Green #85EF7C
Tints of Light Green #85EF7C
RGB
CMYK
RGB Variations
Color information
#85EF7C (or 0x85EF7C) is known color: Light Green. HEX triplet: 85, EF and 7C. RGB value is (133,239,124). Sum of RGB (Red+Green+Blue) = 133+239+124=496 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.81% from 496); Green value is 239 (93.75% from 255 or 48.19% from 496); Blue value is 124 (48.83% from 255 or 25% from 496); Max value from RGB is 239 - color contains mainly: green. Hex color #85EF7C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85EF7C is #7A1083. Grayscale: #C2C2C2. Windows color (decimal): -7999620 or 8187781. OLE color: 8187781.
HSL color Cylindrical-coordinate representation of color #85EF7C: hue angle of 115.3º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #85EF7C is Cyan = 0.44, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 133 | 239 | 124 | - |
| CMYK | 0.44 | 0 | 0.48 | 0.06 |
| HSL | 115.3º | 0.78% | 0.71% | - |
| HSV(B) | 115.3º | 0.48% | 0.94% | - |
| XYZ | 44.18 | 68.17 | 29.9 | - |
| YUV | 194.2 | 88.38 | 84.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 239 | 124 | 0.44 | 0 | 0.48 | 0.06 | 115.3 | 0.78 | 0.71 |
| Hex | 85 | EF | 7C | 2C | 0 | 30 | 6 | 73 | 4E | 47 |
| Octal | 205 | 357 | 174 | 54 | 0 | 60 | 6 | 163 | 116 | 107 |
| Binary | 10000101 | 11101111 | 1111100 | 101100 | 0 | 110000 | 110 | 1110011 | 1001110 | 1000111 |
Color Harmonies of #85EF7C
Complementary color
Monochromatic Colors of #85EF7C
Black with #85EF7C
Text Example
Text Example
White with #85EF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85EF7C; }
p { color: rgb(133,239,124); }
H1.HeaderClassName
{
color: #85EF7C;
}
.AnyTagClassName
{
color: #85EF7C;
}
</style>
background-color css
<style>
a { background-color: #85EF7C; }
a { background-color: rgb(133,239,124); }
div.DivClassName
{
background-color: #85EF7C;
}
.BgClassName
{
background-color: #85EF7C;
}
</style>
border-color css
<style>
span { border-color: #85EF7C; }
span { border-color: rgb(133,239,124); }
td.TdClassName
{
border-color: #85EF7C;
}
.TagClassName
{
border-color: #85EF7C;
}
</style>