Shades of Light Green #85EA9D
Tints of Light Green #85EA9D
RGB
CMYK
RGB Variations
Color information
#85EA9D (or 0x85EA9D) is known color: Light Green. HEX triplet: 85, EA and 9D. RGB value is (133,234,157). Sum of RGB (Red+Green+Blue) = 133+234+157=524 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.38% from 524); Green value is 234 (91.80% from 255 or 44.66% from 524); Blue value is 157 (61.72% from 255 or 29.96% from 524); Max value from RGB is 234 - color contains mainly: green. Hex color #85EA9D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85EA9D is #7A1562. Grayscale: #C3C3C3. Windows color (decimal): -8000867 or 10349189. OLE color: 10349189.
HSL color Cylindrical-coordinate representation of color #85EA9D: hue angle of 134.26º degrees, saturation: 0.71, 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 #85EA9D is Cyan = 0.43, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 133 | 234 | 157 | - |
| CMYK | 0.43 | 0 | 0.33 | 0.08 |
| HSL | 134.26º | 0.71% | 0.72% | - |
| HSV(B) | 134.26º | 0.43% | 0.92% | - |
| XYZ | 45.18 | 66.27 | 42.31 | - |
| YUV | 195.02 | 106.54 | 83.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 234 | 157 | 0.43 | 0 | 0.33 | 0.08 | 134.26 | 0.71 | 0.72 |
| Hex | 85 | EA | 9D | 2B | 0 | 21 | 8 | 86 | 47 | 48 |
| Octal | 205 | 352 | 235 | 53 | 0 | 41 | 10 | 206 | 107 | 110 |
| Binary | 10000101 | 11101010 | 10011101 | 101011 | 0 | 100001 | 1000 | 10000110 | 1000111 | 1001000 |
Color Harmonies of #85EA9D
Complementary color
Monochromatic Colors of #85EA9D
Black with #85EA9D
Text Example
Text Example
White with #85EA9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85EA9D; }
p { color: rgb(133,234,157); }
H1.HeaderClassName
{
color: #85EA9D;
}
.AnyTagClassName
{
color: #85EA9D;
}
</style>
background-color css
<style>
a { background-color: #85EA9D; }
a { background-color: rgb(133,234,157); }
div.DivClassName
{
background-color: #85EA9D;
}
.BgClassName
{
background-color: #85EA9D;
}
</style>
border-color css
<style>
span { border-color: #85EA9D; }
span { border-color: rgb(133,234,157); }
td.TdClassName
{
border-color: #85EA9D;
}
.TagClassName
{
border-color: #85EA9D;
}
</style>