Shades of Pastel Green #85EA6E
Tints of Pastel Green #85EA6E
RGB
CMYK
RGB Variations
Color information
#85EA6E (or 0x85EA6E) is known color: Pastel Green. HEX triplet: 85, EA and 6E. RGB value is (133,234,110). Sum of RGB (Red+Green+Blue) = 133+234+110=477 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.88% from 477); Green value is 234 (91.80% from 255 or 49.06% from 477); Blue value is 110 (43.36% from 255 or 23.06% from 477); Max value from RGB is 234 - color contains mainly: green. Hex color #85EA6E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85EA6E is #7A1591. Grayscale: #BEBEBE. Windows color (decimal): -8000914 or 7268997. OLE color: 7268997.
HSL color Cylindrical-coordinate representation of color #85EA6E: hue angle of 108.87º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #85EA6E is Cyan = 0.43, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 133 | 234 | 110 | - |
| CMYK | 0.43 | 0 | 0.53 | 0.08 |
| HSL | 108.87º | 0.75% | 0.67% | - |
| HSV(B) | 108.87º | 0.53% | 0.92% | - |
| XYZ | 41.91 | 64.96 | 25.08 | - |
| YUV | 189.67 | 83.04 | 87.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 234 | 110 | 0.43 | 0 | 0.53 | 0.08 | 108.87 | 0.75 | 0.67 |
| Hex | 85 | EA | 6E | 2B | 0 | 35 | 8 | 6D | 4B | 43 |
| Octal | 205 | 352 | 156 | 53 | 0 | 65 | 10 | 155 | 113 | 103 |
| Binary | 10000101 | 11101010 | 1101110 | 101011 | 0 | 110101 | 1000 | 1101101 | 1001011 | 1000011 |
Color Harmonies of #85EA6E
Complementary color
Monochromatic Colors of #85EA6E
Black with #85EA6E
Text Example
Text Example
White with #85EA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85EA6E; }
p { color: rgb(133,234,110); }
H1.HeaderClassName
{
color: #85EA6E;
}
.AnyTagClassName
{
color: #85EA6E;
}
</style>
background-color css
<style>
a { background-color: #85EA6E; }
a { background-color: rgb(133,234,110); }
div.DivClassName
{
background-color: #85EA6E;
}
.BgClassName
{
background-color: #85EA6E;
}
</style>
border-color css
<style>
span { border-color: #85EA6E; }
span { border-color: rgb(133,234,110); }
td.TdClassName
{
border-color: #85EA6E;
}
.TagClassName
{
border-color: #85EA6E;
}
</style>