Shades of Pastel Green #85E07C
Tints of Pastel Green #85E07C
RGB
CMYK
RGB Variations
Color information
#85E07C (or 0x85E07C) is known color: Pastel Green. HEX triplet: 85, E0 and 7C. RGB value is (133,224,124). Sum of RGB (Red+Green+Blue) = 133+224+124=481 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.65% from 481); Green value is 224 (87.89% from 255 or 46.57% from 481); Blue value is 124 (48.83% from 255 or 25.78% from 481); Max value from RGB is 224 - color contains mainly: green. Hex color #85E07C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85E07C is #7A1F83. Grayscale: #B9B9B9. Windows color (decimal): -8003460 or 8183941. OLE color: 8183941.
HSL color Cylindrical-coordinate representation of color #85E07C: hue angle of 114.6º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85E07C is Cyan = 0.41, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 133 | 224 | 124 | - |
| CMYK | 0.41 | 0 | 0.45 | 0.12 |
| HSL | 114.6º | 0.62% | 0.68% | - |
| HSV(B) | 114.6º | 0.45% | 0.88% | - |
| XYZ | 39.97 | 59.75 | 28.5 | - |
| YUV | 185.39 | 93.35 | 90.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 224 | 124 | 0.41 | 0 | 0.45 | 0.12 | 114.6 | 0.62 | 0.68 |
| Hex | 85 | E0 | 7C | 29 | 0 | 2D | C | 73 | 3E | 44 |
| Octal | 205 | 340 | 174 | 51 | 0 | 55 | 14 | 163 | 76 | 104 |
| Binary | 10000101 | 11100000 | 1111100 | 101001 | 0 | 101101 | 1100 | 1110011 | 111110 | 1000100 |
Color Harmonies of #85E07C
Complementary color
Monochromatic Colors of #85E07C
Black with #85E07C
Text Example
Text Example
White with #85E07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E07C; }
p { color: rgb(133,224,124); }
H1.HeaderClassName
{
color: #85E07C;
}
.AnyTagClassName
{
color: #85E07C;
}
</style>
background-color css
<style>
a { background-color: #85E07C; }
a { background-color: rgb(133,224,124); }
div.DivClassName
{
background-color: #85E07C;
}
.BgClassName
{
background-color: #85E07C;
}
</style>
border-color css
<style>
span { border-color: #85E07C; }
span { border-color: rgb(133,224,124); }
td.TdClassName
{
border-color: #85E07C;
}
.TagClassName
{
border-color: #85E07C;
}
</style>