Shades of Pastel Green #85E185
Tints of Pastel Green #85E185
RGB
CMYK
RGB Variations
Color information
#85E185 (or 0x85E185) is known color: Pastel Green. HEX triplet: 85, E1 and 85. RGB value is (133,225,133). Sum of RGB (Red+Green+Blue) = 133+225+133=491 (65% of max value = 765). Red value is 133 (52.34% from 255 or 27.09% from 491); Green value is 225 (88.28% from 255 or 45.82% from 491); Blue value is 133 (52.34% from 255 or 27.09% from 491); Max value from RGB is 225 - color contains mainly: green. Hex color #85E185 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85E185 is #7A1E7A. Grayscale: #BBBBBB. Windows color (decimal): -8003195 or 8774021. OLE color: 8774021.
HSL color Cylindrical-coordinate representation of color #85E185: hue angle of 120º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #85E185 is Cyan = 0.41, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 133 | 225 | 133 | - |
| CMYK | 0.41 | 0 | 0.41 | 0.12 |
| HSL | 120º | 0.61% | 0.7% | - |
| HSV(B) | 120º | 0.41% | 0.88% | - |
| XYZ | 40.83 | 60.53 | 31.72 | - |
| YUV | 187 | 97.52 | 89.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 225 | 133 | 0.41 | 0 | 0.41 | 0.12 | 120 | 0.61 | 0.7 |
| Hex | 85 | E1 | 85 | 29 | 0 | 29 | C | 78 | 3D | 46 |
| Octal | 205 | 341 | 205 | 51 | 0 | 51 | 14 | 170 | 75 | 106 |
| Binary | 10000101 | 11100001 | 10000101 | 101001 | 0 | 101001 | 1100 | 1111000 | 111101 | 1000110 |
Color Harmonies of #85E185
Complementary color
Monochromatic Colors of #85E185
Black with #85E185
Text Example
Text Example
White with #85E185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E185; }
p { color: rgb(133,225,133); }
H1.HeaderClassName
{
color: #85E185;
}
.AnyTagClassName
{
color: #85E185;
}
</style>
background-color css
<style>
a { background-color: #85E185; }
a { background-color: rgb(133,225,133); }
div.DivClassName
{
background-color: #85E185;
}
.BgClassName
{
background-color: #85E185;
}
</style>
border-color css
<style>
span { border-color: #85E185; }
span { border-color: rgb(133,225,133); }
td.TdClassName
{
border-color: #85E185;
}
.TagClassName
{
border-color: #85E185;
}
</style>