Shades of Pastel Green #85EA5E
Tints of Pastel Green #85EA5E
RGB
CMYK
RGB Variations
Color information
#85EA5E (or 0x85EA5E) is known color: Pastel Green. HEX triplet: 85, EA and 5E. RGB value is (133,234,94). Sum of RGB (Red+Green+Blue) = 133+234+94=461 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.85% from 461); Green value is 234 (91.80% from 255 or 50.76% from 461); Blue value is 94 (37.11% from 255 or 20.39% from 461); Max value from RGB is 234 - color contains mainly: green. Hex color #85EA5E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85EA5E is #7A15A1. Grayscale: #BCBCBC. Windows color (decimal): -8000930 or 6220421. OLE color: 6220421.
HSL color Cylindrical-coordinate representation of color #85EA5E: hue angle of 103.29º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #85EA5E is Cyan = 0.43, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 133 | 234 | 94 | - |
| CMYK | 0.43 | 0 | 0.60 | 0.08 |
| HSL | 103.29º | 0.77% | 0.64% | - |
| HSV(B) | 103.29º | 0.6% | 0.92% | - |
| XYZ | 41.12 | 64.64 | 20.9 | - |
| YUV | 187.84 | 75.04 | 88.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 234 | 94 | 0.43 | 0 | 0.60 | 0.08 | 103.29 | 0.77 | 0.64 |
| Hex | 85 | EA | 5E | 2B | 0 | 3C | 8 | 67 | 4D | 40 |
| Octal | 205 | 352 | 136 | 53 | 0 | 74 | 10 | 147 | 115 | 100 |
| Binary | 10000101 | 11101010 | 1011110 | 101011 | 0 | 111100 | 1000 | 1100111 | 1001101 | 1000000 |
Color Harmonies of #85EA5E
Complementary color
Monochromatic Colors of #85EA5E
Black with #85EA5E
Text Example
Text Example
White with #85EA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85EA5E; }
p { color: rgb(133,234,94); }
H1.HeaderClassName
{
color: #85EA5E;
}
.AnyTagClassName
{
color: #85EA5E;
}
</style>
background-color css
<style>
a { background-color: #85EA5E; }
a { background-color: rgb(133,234,94); }
div.DivClassName
{
background-color: #85EA5E;
}
.BgClassName
{
background-color: #85EA5E;
}
</style>
border-color css
<style>
span { border-color: #85EA5E; }
span { border-color: rgb(133,234,94); }
td.TdClassName
{
border-color: #85EA5E;
}
.TagClassName
{
border-color: #85EA5E;
}
</style>