Shades of Light Green #85EEA0
Tints of Light Green #85EEA0
RGB
CMYK
RGB Variations
Color information
#85EEA0 (or 0x85EEA0) is known color: Light Green. HEX triplet: 85, EE and A0. RGB value is (133,238,160). Sum of RGB (Red+Green+Blue) = 133+238+160=531 (70% of max value = 765). Red value is 133 (52.34% from 255 or 25.05% from 531); Green value is 238 (93.36% from 255 or 44.82% from 531); Blue value is 160 (62.89% from 255 or 30.13% from 531); Max value from RGB is 238 - color contains mainly: green. Hex color #85EEA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85EEA0 is #7A115F. Grayscale: #C5C5C5. Windows color (decimal): -7999840 or 10546821. OLE color: 10546821.
HSL color Cylindrical-coordinate representation of color #85EEA0: hue angle of 135.43º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85EEA0 is Cyan = 0.44, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 238 | 160 | - |
| CMYK | 0.44 | 0 | 0.33 | 0.07 |
| HSL | 135.43º | 0.76% | 0.73% | - |
| HSV(B) | 135.43º | 0.44% | 0.93% | - |
| XYZ | 46.59 | 68.67 | 44.06 | - |
| YUV | 197.71 | 106.71 | 81.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 238 | 160 | 0.44 | 0 | 0.33 | 0.07 | 135.43 | 0.76 | 0.73 |
| Hex | 85 | EE | A0 | 2C | 0 | 21 | 7 | 87 | 4C | 49 |
| Octal | 205 | 356 | 240 | 54 | 0 | 41 | 7 | 207 | 114 | 111 |
| Binary | 10000101 | 11101110 | 10100000 | 101100 | 0 | 100001 | 111 | 10000111 | 1001100 | 1001001 |
Color Harmonies of #85EEA0
Complementary color
Monochromatic Colors of #85EEA0
Black with #85EEA0
Text Example
Text Example
White with #85EEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85EEA0; }
p { color: rgb(133,238,160); }
H1.HeaderClassName
{
color: #85EEA0;
}
.AnyTagClassName
{
color: #85EEA0;
}
</style>
background-color css
<style>
a { background-color: #85EEA0; }
a { background-color: rgb(133,238,160); }
div.DivClassName
{
background-color: #85EEA0;
}
.BgClassName
{
background-color: #85EEA0;
}
</style>
border-color css
<style>
span { border-color: #85EEA0; }
span { border-color: rgb(133,238,160); }
td.TdClassName
{
border-color: #85EEA0;
}
.TagClassName
{
border-color: #85EEA0;
}
</style>