Shades of Pastel Green #85E381
Tints of Pastel Green #85E381
RGB
CMYK
RGB Variations
Color information
#85E381 (or 0x85E381) is known color: Pastel Green. HEX triplet: 85, E3 and 81. RGB value is (133,227,129). Sum of RGB (Red+Green+Blue) = 133+227+129=489 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.20% from 489); Green value is 227 (89.06% from 255 or 46.42% from 489); Blue value is 129 (50.78% from 255 or 26.38% from 489); Max value from RGB is 227 - color contains mainly: green. Hex color #85E381 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85E381 is #7A1C7E. Grayscale: #BCBCBC. Windows color (decimal): -8002687 or 8512389. OLE color: 8512389.
HSL color Cylindrical-coordinate representation of color #85E381: hue angle of 117.55º degrees, saturation: 0.64, 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 #85E381 is Cyan = 0.41, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 133 | 227 | 129 | - |
| CMYK | 0.41 | 0 | 0.43 | 0.11 |
| HSL | 117.55º | 0.64% | 0.7% | - |
| HSV(B) | 117.55º | 0.43% | 0.89% | - |
| XYZ | 41.1 | 61.51 | 30.48 | - |
| YUV | 187.72 | 94.86 | 88.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 227 | 129 | 0.41 | 0 | 0.43 | 0.11 | 117.55 | 0.64 | 0.7 |
| Hex | 85 | E3 | 81 | 29 | 0 | 2B | B | 76 | 40 | 46 |
| Octal | 205 | 343 | 201 | 51 | 0 | 53 | 13 | 166 | 100 | 106 |
| Binary | 10000101 | 11100011 | 10000001 | 101001 | 0 | 101011 | 1011 | 1110110 | 1000000 | 1000110 |
Color Harmonies of #85E381
Complementary color
Monochromatic Colors of #85E381
Black with #85E381
Text Example
Text Example
White with #85E381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E381; }
p { color: rgb(133,227,129); }
H1.HeaderClassName
{
color: #85E381;
}
.AnyTagClassName
{
color: #85E381;
}
</style>
background-color css
<style>
a { background-color: #85E381; }
a { background-color: rgb(133,227,129); }
div.DivClassName
{
background-color: #85E381;
}
.BgClassName
{
background-color: #85E381;
}
</style>
border-color css
<style>
span { border-color: #85E381; }
span { border-color: rgb(133,227,129); }
td.TdClassName
{
border-color: #85E381;
}
.TagClassName
{
border-color: #85E381;
}
</style>