Shades of Pastel Green #85E57A
Tints of Pastel Green #85E57A
RGB
CMYK
RGB Variations
Color information
#85E57A (or 0x85E57A) is known color: Pastel Green. HEX triplet: 85, E5 and 7A. RGB value is (133,229,122). Sum of RGB (Red+Green+Blue) = 133+229+122=484 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.48% from 484); Green value is 229 (89.84% from 255 or 47.31% from 484); Blue value is 122 (48.05% from 255 or 25.21% from 484); Max value from RGB is 229 - color contains mainly: green. Hex color #85E57A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85E57A is #7A1A85. Grayscale: #BCBCBC. Windows color (decimal): -8002182 or 8054149. OLE color: 8054149.
HSL color Cylindrical-coordinate representation of color #85E57A: hue angle of 113.83º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85E57A is Cyan = 0.42, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 133 | 229 | 122 | - |
| CMYK | 0.42 | 0 | 0.47 | 0.10 |
| HSL | 113.83º | 0.67% | 0.69% | - |
| HSV(B) | 113.83º | 0.47% | 0.9% | - |
| XYZ | 41.21 | 62.43 | 28.29 | - |
| YUV | 188.1 | 90.7 | 88.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 229 | 122 | 0.42 | 0 | 0.47 | 0.10 | 113.83 | 0.67 | 0.69 |
| Hex | 85 | E5 | 7A | 2A | 0 | 2F | A | 72 | 43 | 45 |
| Octal | 205 | 345 | 172 | 52 | 0 | 57 | 12 | 162 | 103 | 105 |
| Binary | 10000101 | 11100101 | 1111010 | 101010 | 0 | 101111 | 1010 | 1110010 | 1000011 | 1000101 |
Color Harmonies of #85E57A
Complementary color
Monochromatic Colors of #85E57A
Black with #85E57A
Text Example
Text Example
White with #85E57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E57A; }
p { color: rgb(133,229,122); }
H1.HeaderClassName
{
color: #85E57A;
}
.AnyTagClassName
{
color: #85E57A;
}
</style>
background-color css
<style>
a { background-color: #85E57A; }
a { background-color: rgb(133,229,122); }
div.DivClassName
{
background-color: #85E57A;
}
.BgClassName
{
background-color: #85E57A;
}
</style>
border-color css
<style>
span { border-color: #85E57A; }
span { border-color: rgb(133,229,122); }
td.TdClassName
{
border-color: #85E57A;
}
.TagClassName
{
border-color: #85E57A;
}
</style>