Shades of Pastel Green #85E370
Tints of Pastel Green #85E370
RGB
CMYK
RGB Variations
Color information
#85E370 (or 0x85E370) is known color: Pastel Green. HEX triplet: 85, E3 and 70. RGB value is (133,227,112). Sum of RGB (Red+Green+Blue) = 133+227+112=472 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.18% from 472); Green value is 227 (89.06% from 255 or 48.09% from 472); Blue value is 112 (44.14% from 255 or 23.73% from 472); Max value from RGB is 227 - color contains mainly: green. Hex color #85E370 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85E370 is #7A1C8F. Grayscale: #BABABA. Windows color (decimal): -8002704 or 7398277. OLE color: 7398277.
HSL color Cylindrical-coordinate representation of color #85E370: hue angle of 109.04º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #85E370 is Cyan = 0.41, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 133 | 227 | 112 | - |
| CMYK | 0.41 | 0 | 0.51 | 0.11 |
| HSL | 109.04º | 0.67% | 0.66% | - |
| HSV(B) | 109.04º | 0.51% | 0.89% | - |
| XYZ | 40.07 | 61.09 | 25.01 | - |
| YUV | 185.78 | 86.36 | 90.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 227 | 112 | 0.41 | 0 | 0.51 | 0.11 | 109.04 | 0.67 | 0.66 |
| Hex | 85 | E3 | 70 | 29 | 0 | 33 | B | 6D | 43 | 42 |
| Octal | 205 | 343 | 160 | 51 | 0 | 63 | 13 | 155 | 103 | 102 |
| Binary | 10000101 | 11100011 | 1110000 | 101001 | 0 | 110011 | 1011 | 1101101 | 1000011 | 1000010 |
Color Harmonies of #85E370
Complementary color
Monochromatic Colors of #85E370
Black with #85E370
Text Example
Text Example
White with #85E370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E370; }
p { color: rgb(133,227,112); }
H1.HeaderClassName
{
color: #85E370;
}
.AnyTagClassName
{
color: #85E370;
}
</style>
background-color css
<style>
a { background-color: #85E370; }
a { background-color: rgb(133,227,112); }
div.DivClassName
{
background-color: #85E370;
}
.BgClassName
{
background-color: #85E370;
}
</style>
border-color css
<style>
span { border-color: #85E370; }
span { border-color: rgb(133,227,112); }
td.TdClassName
{
border-color: #85E370;
}
.TagClassName
{
border-color: #85E370;
}
</style>