Shades of Pastel Green #85E87A
Tints of Pastel Green #85E87A
RGB
CMYK
RGB Variations
Color information
#85E87A (or 0x85E87A) is known color: Pastel Green. HEX triplet: 85, E8 and 7A. RGB value is (133,232,122). Sum of RGB (Red+Green+Blue) = 133+232+122=487 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.31% from 487); Green value is 232 (91.02% from 255 or 47.64% from 487); Blue value is 122 (48.05% from 255 or 25.05% from 487); Max value from RGB is 232 - color contains mainly: green. Hex color #85E87A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85E87A is #7A1785. Grayscale: #BEBEBE. Windows color (decimal): -8001414 or 8054917. OLE color: 8054917.
HSL color Cylindrical-coordinate representation of color #85E87A: hue angle of 114º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85E87A is Cyan = 0.43, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 133 | 232 | 122 | - |
| CMYK | 0.43 | 0 | 0.47 | 0.09 |
| HSL | 114º | 0.71% | 0.69% | - |
| HSV(B) | 114º | 0.47% | 0.91% | - |
| XYZ | 42.04 | 64.1 | 28.57 | - |
| YUV | 189.86 | 89.7 | 87.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 232 | 122 | 0.43 | 0 | 0.47 | 0.09 | 114 | 0.71 | 0.69 |
| Hex | 85 | E8 | 7A | 2B | 0 | 2F | 9 | 72 | 47 | 45 |
| Octal | 205 | 350 | 172 | 53 | 0 | 57 | 11 | 162 | 107 | 105 |
| Binary | 10000101 | 11101000 | 1111010 | 101011 | 0 | 101111 | 1001 | 1110010 | 1000111 | 1000101 |
Color Harmonies of #85E87A
Complementary color
Monochromatic Colors of #85E87A
Black with #85E87A
Text Example
Text Example
White with #85E87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E87A; }
p { color: rgb(133,232,122); }
H1.HeaderClassName
{
color: #85E87A;
}
.AnyTagClassName
{
color: #85E87A;
}
</style>
background-color css
<style>
a { background-color: #85E87A; }
a { background-color: rgb(133,232,122); }
div.DivClassName
{
background-color: #85E87A;
}
.BgClassName
{
background-color: #85E87A;
}
</style>
border-color css
<style>
span { border-color: #85E87A; }
span { border-color: rgb(133,232,122); }
td.TdClassName
{
border-color: #85E87A;
}
.TagClassName
{
border-color: #85E87A;
}
</style>