Shades of Light Green #85EE9D
Tints of Light Green #85EE9D
RGB
CMYK
RGB Variations
Color information
#85EE9D (or 0x85EE9D) is known color: Light Green. HEX triplet: 85, EE and 9D. RGB value is (133,238,157). Sum of RGB (Red+Green+Blue) = 133+238+157=528 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.19% from 528); Green value is 238 (93.36% from 255 or 45.08% from 528); Blue value is 157 (61.72% from 255 or 29.73% from 528); Max value from RGB is 238 - color contains mainly: green. Hex color #85EE9D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85EE9D is #7A1162. Grayscale: #C5C5C5. Windows color (decimal): -7999843 or 10350213. OLE color: 10350213.
HSL color Cylindrical-coordinate representation of color #85EE9D: hue angle of 133.71º 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 #85EE9D is Cyan = 0.44, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 238 | 157 | - |
| CMYK | 0.44 | 0 | 0.34 | 0.07 |
| HSL | 133.71º | 0.76% | 0.73% | - |
| HSV(B) | 133.71º | 0.44% | 0.93% | - |
| XYZ | 46.33 | 68.57 | 42.69 | - |
| YUV | 197.37 | 105.21 | 82.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 238 | 157 | 0.44 | 0 | 0.34 | 0.07 | 133.71 | 0.76 | 0.73 |
| Hex | 85 | EE | 9D | 2C | 0 | 22 | 7 | 86 | 4C | 49 |
| Octal | 205 | 356 | 235 | 54 | 0 | 42 | 7 | 206 | 114 | 111 |
| Binary | 10000101 | 11101110 | 10011101 | 101100 | 0 | 100010 | 111 | 10000110 | 1001100 | 1001001 |
Color Harmonies of #85EE9D
Complementary color
Monochromatic Colors of #85EE9D
Black with #85EE9D
Text Example
Text Example
White with #85EE9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85EE9D; }
p { color: rgb(133,238,157); }
H1.HeaderClassName
{
color: #85EE9D;
}
.AnyTagClassName
{
color: #85EE9D;
}
</style>
background-color css
<style>
a { background-color: #85EE9D; }
a { background-color: rgb(133,238,157); }
div.DivClassName
{
background-color: #85EE9D;
}
.BgClassName
{
background-color: #85EE9D;
}
</style>
border-color css
<style>
span { border-color: #85EE9D; }
span { border-color: rgb(133,238,157); }
td.TdClassName
{
border-color: #85EE9D;
}
.TagClassName
{
border-color: #85EE9D;
}
</style>