Shades of Pastel Green #85E36E
Tints of Pastel Green #85E36E
RGB
CMYK
RGB Variations
Color information
#85E36E (or 0x85E36E) is known color: Pastel Green. HEX triplet: 85, E3 and 6E. RGB value is (133,227,110). Sum of RGB (Red+Green+Blue) = 133+227+110=470 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.30% from 470); Green value is 227 (89.06% from 255 or 48.30% from 470); Blue value is 110 (43.36% from 255 or 23.40% from 470); Max value from RGB is 227 - color contains mainly: green. Hex color #85E36E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85E36E is #7A1C91. Grayscale: #B9B9B9. Windows color (decimal): -8002706 or 7267205. OLE color: 7267205.
HSL color Cylindrical-coordinate representation of color #85E36E: hue angle of 108.21º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #85E36E is Cyan = 0.41, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 133 | 227 | 110 | - |
| CMYK | 0.41 | 0 | 0.52 | 0.11 |
| HSL | 108.21º | 0.68% | 0.66% | - |
| HSV(B) | 108.21º | 0.52% | 0.89% | - |
| XYZ | 39.96 | 61.05 | 24.43 | - |
| YUV | 185.56 | 85.36 | 90.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 227 | 110 | 0.41 | 0 | 0.52 | 0.11 | 108.21 | 0.68 | 0.66 |
| Hex | 85 | E3 | 6E | 29 | 0 | 34 | B | 6C | 44 | 42 |
| Octal | 205 | 343 | 156 | 51 | 0 | 64 | 13 | 154 | 104 | 102 |
| Binary | 10000101 | 11100011 | 1101110 | 101001 | 0 | 110100 | 1011 | 1101100 | 1000100 | 1000010 |
Color Harmonies of #85E36E
Complementary color
Monochromatic Colors of #85E36E
Black with #85E36E
Text Example
Text Example
White with #85E36E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E36E; }
p { color: rgb(133,227,110); }
H1.HeaderClassName
{
color: #85E36E;
}
.AnyTagClassName
{
color: #85E36E;
}
</style>
background-color css
<style>
a { background-color: #85E36E; }
a { background-color: rgb(133,227,110); }
div.DivClassName
{
background-color: #85E36E;
}
.BgClassName
{
background-color: #85E36E;
}
</style>
border-color css
<style>
span { border-color: #85E36E; }
span { border-color: rgb(133,227,110); }
td.TdClassName
{
border-color: #85E36E;
}
.TagClassName
{
border-color: #85E36E;
}
</style>