Shades of Pastel Green #85E085
Tints of Pastel Green #85E085
RGB
CMYK
RGB Variations
Color information
#85E085 (or 0x85E085) is known color: Pastel Green. HEX triplet: 85, E0 and 85. RGB value is (133,224,133). Sum of RGB (Red+Green+Blue) = 133+224+133=490 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.14% from 490); Green value is 224 (87.89% from 255 or 45.71% from 490); Blue value is 133 (52.34% from 255 or 27.14% from 490); Max value from RGB is 224 - color contains mainly: green. Hex color #85E085 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85E085 is #7A1F7A. Grayscale: #BABABA. Windows color (decimal): -8003451 or 8773765. OLE color: 8773765.
HSL color Cylindrical-coordinate representation of color #85E085: hue angle of 120º degrees, saturation: 0.59, 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 #85E085 is Cyan = 0.41, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 133 | 224 | 133 | - |
| CMYK | 0.41 | 0 | 0.41 | 0.12 |
| HSL | 120º | 0.59% | 0.7% | - |
| HSV(B) | 120º | 0.41% | 0.88% | - |
| XYZ | 40.56 | 59.99 | 31.63 | - |
| YUV | 186.42 | 97.85 | 89.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 224 | 133 | 0.41 | 0 | 0.41 | 0.12 | 120 | 0.59 | 0.7 |
| Hex | 85 | E0 | 85 | 29 | 0 | 29 | C | 78 | 3B | 46 |
| Octal | 205 | 340 | 205 | 51 | 0 | 51 | 14 | 170 | 73 | 106 |
| Binary | 10000101 | 11100000 | 10000101 | 101001 | 0 | 101001 | 1100 | 1111000 | 111011 | 1000110 |
Color Harmonies of #85E085
Complementary color
Monochromatic Colors of #85E085
Black with #85E085
Text Example
Text Example
White with #85E085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E085; }
p { color: rgb(133,224,133); }
H1.HeaderClassName
{
color: #85E085;
}
.AnyTagClassName
{
color: #85E085;
}
</style>
background-color css
<style>
a { background-color: #85E085; }
a { background-color: rgb(133,224,133); }
div.DivClassName
{
background-color: #85E085;
}
.BgClassName
{
background-color: #85E085;
}
</style>
border-color css
<style>
span { border-color: #85E085; }
span { border-color: rgb(133,224,133); }
td.TdClassName
{
border-color: #85E085;
}
.TagClassName
{
border-color: #85E085;
}
</style>