Shades of Pastel Green #85E577
Tints of Pastel Green #85E577
RGB
CMYK
RGB Variations
Color information
#85E577 (or 0x85E577) is known color: Pastel Green. HEX triplet: 85, E5 and 77. RGB value is (133,229,119). Sum of RGB (Red+Green+Blue) = 133+229+119=481 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.65% from 481); Green value is 229 (89.84% from 255 or 47.61% from 481); Blue value is 119 (46.88% from 255 or 24.74% from 481); Max value from RGB is 229 - color contains mainly: green. Hex color #85E577 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85E577 is #7A1A88. Grayscale: #BCBCBC. Windows color (decimal): -8002185 or 7857541. OLE color: 7857541.
HSL color Cylindrical-coordinate representation of color #85E577: hue angle of 112.36º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #85E577 is Cyan = 0.42, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 133 | 229 | 119 | - |
| CMYK | 0.42 | 0 | 0.48 | 0.10 |
| HSL | 112.36º | 0.68% | 0.68% | - |
| HSV(B) | 112.36º | 0.48% | 0.9% | - |
| XYZ | 41.02 | 62.36 | 27.33 | - |
| YUV | 187.76 | 89.2 | 88.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 229 | 119 | 0.42 | 0 | 0.48 | 0.10 | 112.36 | 0.68 | 0.68 |
| Hex | 85 | E5 | 77 | 2A | 0 | 30 | A | 70 | 44 | 44 |
| Octal | 205 | 345 | 167 | 52 | 0 | 60 | 12 | 160 | 104 | 104 |
| Binary | 10000101 | 11100101 | 1110111 | 101010 | 0 | 110000 | 1010 | 1110000 | 1000100 | 1000100 |
Color Harmonies of #85E577
Complementary color
Monochromatic Colors of #85E577
Black with #85E577
Text Example
Text Example
White with #85E577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E577; }
p { color: rgb(133,229,119); }
H1.HeaderClassName
{
color: #85E577;
}
.AnyTagClassName
{
color: #85E577;
}
</style>
background-color css
<style>
a { background-color: #85E577; }
a { background-color: rgb(133,229,119); }
div.DivClassName
{
background-color: #85E577;
}
.BgClassName
{
background-color: #85E577;
}
</style>
border-color css
<style>
span { border-color: #85E577; }
span { border-color: rgb(133,229,119); }
td.TdClassName
{
border-color: #85E577;
}
.TagClassName
{
border-color: #85E577;
}
</style>