Shades of Light Green #85EE80
Tints of Light Green #85EE80
RGB
CMYK
RGB Variations
Color information
#85EE80 (or 0x85EE80) is known color: Light Green. HEX triplet: 85, EE and 80. RGB value is (133,238,128). Sum of RGB (Red+Green+Blue) = 133+238+128=499 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.65% from 499); Green value is 238 (93.36% from 255 or 47.70% from 499); Blue value is 128 (50.39% from 255 or 25.65% from 499); Max value from RGB is 238 - color contains mainly: green. Hex color #85EE80 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85EE80 is #7A117F. Grayscale: #C2C2C2. Windows color (decimal): -7999872 or 8449669. OLE color: 8449669.
HSL color Cylindrical-coordinate representation of color #85EE80: hue angle of 117.27º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #85EE80 is Cyan = 0.44, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 238 | 128 | - |
| CMYK | 0.44 | 0 | 0.46 | 0.07 |
| HSL | 117.27º | 0.76% | 0.72% | - |
| HSV(B) | 117.27º | 0.46% | 0.93% | - |
| XYZ | 44.14 | 67.69 | 31.16 | - |
| YUV | 194.07 | 90.71 | 84.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 238 | 128 | 0.44 | 0 | 0.46 | 0.07 | 117.27 | 0.76 | 0.72 |
| Hex | 85 | EE | 80 | 2C | 0 | 2E | 7 | 75 | 4C | 48 |
| Octal | 205 | 356 | 200 | 54 | 0 | 56 | 7 | 165 | 114 | 110 |
| Binary | 10000101 | 11101110 | 10000000 | 101100 | 0 | 101110 | 111 | 1110101 | 1001100 | 1001000 |
Color Harmonies of #85EE80
Complementary color
Monochromatic Colors of #85EE80
Black with #85EE80
Text Example
Text Example
White with #85EE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85EE80; }
p { color: rgb(133,238,128); }
H1.HeaderClassName
{
color: #85EE80;
}
.AnyTagClassName
{
color: #85EE80;
}
</style>
background-color css
<style>
a { background-color: #85EE80; }
a { background-color: rgb(133,238,128); }
div.DivClassName
{
background-color: #85EE80;
}
.BgClassName
{
background-color: #85EE80;
}
</style>
border-color css
<style>
span { border-color: #85EE80; }
span { border-color: rgb(133,238,128); }
td.TdClassName
{
border-color: #85EE80;
}
.TagClassName
{
border-color: #85EE80;
}
</style>