Shades of Pastel Green #85E87C
Tints of Pastel Green #85E87C
RGB
CMYK
RGB Variations
Color information
#85E87C (or 0x85E87C) is known color: Pastel Green. HEX triplet: 85, E8 and 7C. RGB value is (133,232,124). Sum of RGB (Red+Green+Blue) = 133+232+124=489 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.20% from 489); Green value is 232 (91.02% from 255 or 47.44% from 489); Blue value is 124 (48.83% from 255 or 25.36% from 489); Max value from RGB is 232 - color contains mainly: green. Hex color #85E87C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85E87C is #7A1783. Grayscale: #BEBEBE. Windows color (decimal): -8001412 or 8185989. OLE color: 8185989.
HSL color Cylindrical-coordinate representation of color #85E87C: hue angle of 115º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85E87C is Cyan = 0.43, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 133 | 232 | 124 | - |
| CMYK | 0.43 | 0 | 0.47 | 0.09 |
| HSL | 115º | 0.7% | 0.7% | - |
| HSV(B) | 115º | 0.47% | 0.91% | - |
| XYZ | 42.17 | 64.16 | 29.23 | - |
| YUV | 190.09 | 90.7 | 87.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 232 | 124 | 0.43 | 0 | 0.47 | 0.09 | 115 | 0.7 | 0.7 |
| Hex | 85 | E8 | 7C | 2B | 0 | 2F | 9 | 73 | 46 | 46 |
| Octal | 205 | 350 | 174 | 53 | 0 | 57 | 11 | 163 | 106 | 106 |
| Binary | 10000101 | 11101000 | 1111100 | 101011 | 0 | 101111 | 1001 | 1110011 | 1000110 | 1000110 |
Color Harmonies of #85E87C
Complementary color
Monochromatic Colors of #85E87C
Black with #85E87C
Text Example
Text Example
White with #85E87C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E87C; }
p { color: rgb(133,232,124); }
H1.HeaderClassName
{
color: #85E87C;
}
.AnyTagClassName
{
color: #85E87C;
}
</style>
background-color css
<style>
a { background-color: #85E87C; }
a { background-color: rgb(133,232,124); }
div.DivClassName
{
background-color: #85E87C;
}
.BgClassName
{
background-color: #85E87C;
}
</style>
border-color css
<style>
span { border-color: #85E87C; }
span { border-color: rgb(133,232,124); }
td.TdClassName
{
border-color: #85E87C;
}
.TagClassName
{
border-color: #85E87C;
}
</style>