Shades of Pastel Green #85E26E
Tints of Pastel Green #85E26E
RGB
CMYK
RGB Variations
Color information
#85E26E (or 0x85E26E) is known color: Pastel Green. HEX triplet: 85, E2 and 6E. RGB value is (133,226,110). Sum of RGB (Red+Green+Blue) = 133+226+110=469 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.36% from 469); Green value is 226 (88.67% from 255 or 48.19% from 469); Blue value is 110 (43.36% from 255 or 23.45% from 469); Max value from RGB is 226 - color contains mainly: green. Hex color #85E26E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85E26E is #7A1D91. Grayscale: #B9B9B9. Windows color (decimal): -8002962 or 7266949. OLE color: 7266949.
HSL color Cylindrical-coordinate representation of color #85E26E: hue angle of 108.1º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #85E26E is Cyan = 0.41, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 133 | 226 | 110 | - |
| CMYK | 0.41 | 0 | 0.51 | 0.11 |
| HSL | 108.1º | 0.67% | 0.66% | - |
| HSV(B) | 108.1º | 0.51% | 0.89% | - |
| XYZ | 39.68 | 60.51 | 24.34 | - |
| YUV | 184.97 | 85.69 | 90.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 226 | 110 | 0.41 | 0 | 0.51 | 0.11 | 108.1 | 0.67 | 0.66 |
| Hex | 85 | E2 | 6E | 29 | 0 | 33 | B | 6C | 43 | 42 |
| Octal | 205 | 342 | 156 | 51 | 0 | 63 | 13 | 154 | 103 | 102 |
| Binary | 10000101 | 11100010 | 1101110 | 101001 | 0 | 110011 | 1011 | 1101100 | 1000011 | 1000010 |
Color Harmonies of #85E26E
Complementary color
Monochromatic Colors of #85E26E
Black with #85E26E
Text Example
Text Example
White with #85E26E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E26E; }
p { color: rgb(133,226,110); }
H1.HeaderClassName
{
color: #85E26E;
}
.AnyTagClassName
{
color: #85E26E;
}
</style>
background-color css
<style>
a { background-color: #85E26E; }
a { background-color: rgb(133,226,110); }
div.DivClassName
{
background-color: #85E26E;
}
.BgClassName
{
background-color: #85E26E;
}
</style>
border-color css
<style>
span { border-color: #85E26E; }
span { border-color: rgb(133,226,110); }
td.TdClassName
{
border-color: #85E26E;
}
.TagClassName
{
border-color: #85E26E;
}
</style>