Shades of Pastel Green #85E281
Tints of Pastel Green #85E281
RGB
CMYK
RGB Variations
Color information
#85E281 (or 0x85E281) is known color: Pastel Green. HEX triplet: 85, E2 and 81. RGB value is (133,226,129). Sum of RGB (Red+Green+Blue) = 133+226+129=488 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.25% from 488); Green value is 226 (88.67% from 255 or 46.31% from 488); Blue value is 129 (50.78% from 255 or 26.43% from 488); Max value from RGB is 226 - color contains mainly: green. Hex color #85E281 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85E281 is #7A1D7E. Grayscale: #BBBBBB. Windows color (decimal): -8002943 or 8512133. OLE color: 8512133.
HSL color Cylindrical-coordinate representation of color #85E281: hue angle of 117.53º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #85E281 is Cyan = 0.41, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 133 | 226 | 129 | - |
| CMYK | 0.41 | 0 | 0.43 | 0.11 |
| HSL | 117.53º | 0.63% | 0.7% | - |
| HSV(B) | 117.53º | 0.43% | 0.89% | - |
| XYZ | 40.83 | 60.96 | 30.38 | - |
| YUV | 187.14 | 95.19 | 89.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 226 | 129 | 0.41 | 0 | 0.43 | 0.11 | 117.53 | 0.63 | 0.7 |
| Hex | 85 | E2 | 81 | 29 | 0 | 2B | B | 76 | 3F | 46 |
| Octal | 205 | 342 | 201 | 51 | 0 | 53 | 13 | 166 | 77 | 106 |
| Binary | 10000101 | 11100010 | 10000001 | 101001 | 0 | 101011 | 1011 | 1110110 | 111111 | 1000110 |
Color Harmonies of #85E281
Complementary color
Monochromatic Colors of #85E281
Black with #85E281
Text Example
Text Example
White with #85E281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E281; }
p { color: rgb(133,226,129); }
H1.HeaderClassName
{
color: #85E281;
}
.AnyTagClassName
{
color: #85E281;
}
</style>
background-color css
<style>
a { background-color: #85E281; }
a { background-color: rgb(133,226,129); }
div.DivClassName
{
background-color: #85E281;
}
.BgClassName
{
background-color: #85E281;
}
</style>
border-color css
<style>
span { border-color: #85E281; }
span { border-color: rgb(133,226,129); }
td.TdClassName
{
border-color: #85E281;
}
.TagClassName
{
border-color: #85E281;
}
</style>