Shades of Light Green #85EB8C
Tints of Light Green #85EB8C
RGB
CMYK
RGB Variations
Color information
#85EB8C (or 0x85EB8C) is known color: Light Green. HEX triplet: 85, EB and 8C. RGB value is (133,235,140). Sum of RGB (Red+Green+Blue) = 133+235+140=508 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.18% from 508); Green value is 235 (92.19% from 255 or 46.26% from 508); Blue value is 140 (55.08% from 255 or 27.56% from 508); Max value from RGB is 235 - color contains mainly: green. Hex color #85EB8C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85EB8C is #7A1473. Grayscale: #C1C1C1. Windows color (decimal): -8000628 or 9235333. OLE color: 9235333.
HSL color Cylindrical-coordinate representation of color #85EB8C: hue angle of 124.12º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #85EB8C is Cyan = 0.43, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 133 | 235 | 140 | - |
| CMYK | 0.43 | 0 | 0.40 | 0.08 |
| HSL | 124.12º | 0.72% | 0.72% | - |
| HSV(B) | 124.12º | 0.43% | 0.92% | - |
| XYZ | 44.11 | 66.3 | 35.28 | - |
| YUV | 193.67 | 97.71 | 84.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 235 | 140 | 0.43 | 0 | 0.40 | 0.08 | 124.12 | 0.72 | 0.72 |
| Hex | 85 | EB | 8C | 2B | 0 | 28 | 8 | 7C | 48 | 48 |
| Octal | 205 | 353 | 214 | 53 | 0 | 50 | 10 | 174 | 110 | 110 |
| Binary | 10000101 | 11101011 | 10001100 | 101011 | 0 | 101000 | 1000 | 1111100 | 1001000 | 1001000 |
Color Harmonies of #85EB8C
Complementary color
Monochromatic Colors of #85EB8C
Black with #85EB8C
Text Example
Text Example
White with #85EB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85EB8C; }
p { color: rgb(133,235,140); }
H1.HeaderClassName
{
color: #85EB8C;
}
.AnyTagClassName
{
color: #85EB8C;
}
</style>
background-color css
<style>
a { background-color: #85EB8C; }
a { background-color: rgb(133,235,140); }
div.DivClassName
{
background-color: #85EB8C;
}
.BgClassName
{
background-color: #85EB8C;
}
</style>
border-color css
<style>
span { border-color: #85EB8C; }
span { border-color: rgb(133,235,140); }
td.TdClassName
{
border-color: #85EB8C;
}
.TagClassName
{
border-color: #85EB8C;
}
</style>