Shades of Pastel Green #85E57C
Tints of Pastel Green #85E57C
RGB
CMYK
RGB Variations
Color information
#85E57C (or 0x85E57C) is known color: Pastel Green. HEX triplet: 85, E5 and 7C. RGB value is (133,229,124). Sum of RGB (Red+Green+Blue) = 133+229+124=486 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.37% from 486); Green value is 229 (89.84% from 255 or 47.12% from 486); Blue value is 124 (48.83% from 255 or 25.51% from 486); Max value from RGB is 229 - color contains mainly: green. Hex color #85E57C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85E57C is #7A1A83. Grayscale: #BCBCBC. Windows color (decimal): -8002180 or 8185221. OLE color: 8185221.
HSL color Cylindrical-coordinate representation of color #85E57C: hue angle of 114.86º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #85E57C is Cyan = 0.42, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 133 | 229 | 124 | - |
| CMYK | 0.42 | 0 | 0.46 | 0.10 |
| HSL | 114.86º | 0.67% | 0.69% | - |
| HSV(B) | 114.86º | 0.46% | 0.9% | - |
| XYZ | 41.33 | 62.48 | 28.95 | - |
| YUV | 188.33 | 91.7 | 88.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 229 | 124 | 0.42 | 0 | 0.46 | 0.10 | 114.86 | 0.67 | 0.69 |
| Hex | 85 | E5 | 7C | 2A | 0 | 2E | A | 73 | 43 | 45 |
| Octal | 205 | 345 | 174 | 52 | 0 | 56 | 12 | 163 | 103 | 105 |
| Binary | 10000101 | 11100101 | 1111100 | 101010 | 0 | 101110 | 1010 | 1110011 | 1000011 | 1000101 |
Color Harmonies of #85E57C
Complementary color
Monochromatic Colors of #85E57C
Black with #85E57C
Text Example
Text Example
White with #85E57C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E57C; }
p { color: rgb(133,229,124); }
H1.HeaderClassName
{
color: #85E57C;
}
.AnyTagClassName
{
color: #85E57C;
}
</style>
background-color css
<style>
a { background-color: #85E57C; }
a { background-color: rgb(133,229,124); }
div.DivClassName
{
background-color: #85E57C;
}
.BgClassName
{
background-color: #85E57C;
}
</style>
border-color css
<style>
span { border-color: #85E57C; }
span { border-color: rgb(133,229,124); }
td.TdClassName
{
border-color: #85E57C;
}
.TagClassName
{
border-color: #85E57C;
}
</style>