Shades of Pastel Green #85E863
Tints of Pastel Green #85E863
RGB
CMYK
RGB Variations
Color information
#85E863 (or 0x85E863) is known color: Pastel Green. HEX triplet: 85, E8 and 63. RGB value is (133,232,99). Sum of RGB (Red+Green+Blue) = 133+232+99=464 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.66% from 464); Green value is 232 (91.02% from 255 or 50% from 464); Blue value is 99 (39.06% from 255 or 21.34% from 464); Max value from RGB is 232 - color contains mainly: green. Hex color #85E863 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85E863 is #7A179C. Grayscale: #BBBBBB. Windows color (decimal): -8001437 or 6547589. OLE color: 6547589.
HSL color Cylindrical-coordinate representation of color #85E863: hue angle of 104.66º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #85E863 is Cyan = 0.43, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 133 | 232 | 99 | - |
| CMYK | 0.43 | 0 | 0.57 | 0.09 |
| HSL | 104.66º | 0.74% | 0.65% | - |
| HSV(B) | 104.66º | 0.57% | 0.91% | - |
| XYZ | 40.78 | 63.6 | 21.93 | - |
| YUV | 187.24 | 78.2 | 89.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 232 | 99 | 0.43 | 0 | 0.57 | 0.09 | 104.66 | 0.74 | 0.65 |
| Hex | 85 | E8 | 63 | 2B | 0 | 39 | 9 | 69 | 4A | 41 |
| Octal | 205 | 350 | 143 | 53 | 0 | 71 | 11 | 151 | 112 | 101 |
| Binary | 10000101 | 11101000 | 1100011 | 101011 | 0 | 111001 | 1001 | 1101001 | 1001010 | 1000001 |
Color Harmonies of #85E863
Complementary color
Monochromatic Colors of #85E863
Black with #85E863
Text Example
Text Example
White with #85E863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E863; }
p { color: rgb(133,232,99); }
H1.HeaderClassName
{
color: #85E863;
}
.AnyTagClassName
{
color: #85E863;
}
</style>
background-color css
<style>
a { background-color: #85E863; }
a { background-color: rgb(133,232,99); }
div.DivClassName
{
background-color: #85E863;
}
.BgClassName
{
background-color: #85E863;
}
</style>
border-color css
<style>
span { border-color: #85E863; }
span { border-color: rgb(133,232,99); }
td.TdClassName
{
border-color: #85E863;
}
.TagClassName
{
border-color: #85E863;
}
</style>