Shades of Pastel Green #85E280
Tints of Pastel Green #85E280
RGB
CMYK
RGB Variations
Color information
#85E280 (or 0x85E280) is known color: Pastel Green. HEX triplet: 85, E2 and 80. RGB value is (133,226,128). Sum of RGB (Red+Green+Blue) = 133+226+128=487 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.31% from 487); Green value is 226 (88.67% from 255 or 46.41% from 487); Blue value is 128 (50.39% from 255 or 26.28% from 487); Max value from RGB is 226 - color contains mainly: green. Hex color #85E280 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85E280 is #7A1D7F. Grayscale: #BBBBBB. Windows color (decimal): -8002944 or 8446597. OLE color: 8446597.
HSL color Cylindrical-coordinate representation of color #85E280: hue angle of 116.94º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #85E280 is Cyan = 0.41, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 133 | 226 | 128 | - |
| CMYK | 0.41 | 0 | 0.43 | 0.11 |
| HSL | 116.94º | 0.63% | 0.69% | - |
| HSV(B) | 116.94º | 0.43% | 0.89% | - |
| XYZ | 40.77 | 60.94 | 30.04 | - |
| YUV | 187.02 | 94.69 | 89.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 226 | 128 | 0.41 | 0 | 0.43 | 0.11 | 116.94 | 0.63 | 0.69 |
| Hex | 85 | E2 | 80 | 29 | 0 | 2B | B | 75 | 3F | 45 |
| Octal | 205 | 342 | 200 | 51 | 0 | 53 | 13 | 165 | 77 | 105 |
| Binary | 10000101 | 11100010 | 10000000 | 101001 | 0 | 101011 | 1011 | 1110101 | 111111 | 1000101 |
Color Harmonies of #85E280
Complementary color
Monochromatic Colors of #85E280
Black with #85E280
Text Example
Text Example
White with #85E280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E280; }
p { color: rgb(133,226,128); }
H1.HeaderClassName
{
color: #85E280;
}
.AnyTagClassName
{
color: #85E280;
}
</style>
background-color css
<style>
a { background-color: #85E280; }
a { background-color: rgb(133,226,128); }
div.DivClassName
{
background-color: #85E280;
}
.BgClassName
{
background-color: #85E280;
}
</style>
border-color css
<style>
span { border-color: #85E280; }
span { border-color: rgb(133,226,128); }
td.TdClassName
{
border-color: #85E280;
}
.TagClassName
{
border-color: #85E280;
}
</style>