Shades of Pastel Green #85E080
Tints of Pastel Green #85E080
RGB
CMYK
RGB Variations
Color information
#85E080 (or 0x85E080) is known color: Pastel Green. HEX triplet: 85, E0 and 80. RGB value is (133,224,128). Sum of RGB (Red+Green+Blue) = 133+224+128=485 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.42% from 485); Green value is 224 (87.89% from 255 or 46.19% from 485); Blue value is 128 (50.39% from 255 or 26.39% from 485); Max value from RGB is 224 - color contains mainly: green. Hex color #85E080 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85E080 is #7A1F7F. Grayscale: #BABABA. Windows color (decimal): -8003456 or 8446085. OLE color: 8446085.
HSL color Cylindrical-coordinate representation of color #85E080: hue angle of 116.88º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #85E080 is Cyan = 0.41, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 133 | 224 | 128 | - |
| CMYK | 0.41 | 0 | 0.43 | 0.12 |
| HSL | 116.88º | 0.61% | 0.69% | - |
| HSV(B) | 116.88º | 0.43% | 0.88% | - |
| XYZ | 40.22 | 59.86 | 29.86 | - |
| YUV | 185.85 | 95.35 | 90.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 224 | 128 | 0.41 | 0 | 0.43 | 0.12 | 116.88 | 0.61 | 0.69 |
| Hex | 85 | E0 | 80 | 29 | 0 | 2B | C | 75 | 3D | 45 |
| Octal | 205 | 340 | 200 | 51 | 0 | 53 | 14 | 165 | 75 | 105 |
| Binary | 10000101 | 11100000 | 10000000 | 101001 | 0 | 101011 | 1100 | 1110101 | 111101 | 1000101 |
Color Harmonies of #85E080
Complementary color
Monochromatic Colors of #85E080
Black with #85E080
Text Example
Text Example
White with #85E080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E080; }
p { color: rgb(133,224,128); }
H1.HeaderClassName
{
color: #85E080;
}
.AnyTagClassName
{
color: #85E080;
}
</style>
background-color css
<style>
a { background-color: #85E080; }
a { background-color: rgb(133,224,128); }
div.DivClassName
{
background-color: #85E080;
}
.BgClassName
{
background-color: #85E080;
}
</style>
border-color css
<style>
span { border-color: #85E080; }
span { border-color: rgb(133,224,128); }
td.TdClassName
{
border-color: #85E080;
}
.TagClassName
{
border-color: #85E080;
}
</style>