Shades of Pastel Green #85E27E
Tints of Pastel Green #85E27E
RGB
CMYK
RGB Variations
Color information
#85E27E (or 0x85E27E) is known color: Pastel Green. HEX triplet: 85, E2 and 7E. RGB value is (133,226,126). Sum of RGB (Red+Green+Blue) = 133+226+126=485 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.42% from 485); Green value is 226 (88.67% from 255 or 46.60% from 485); Blue value is 126 (49.61% from 255 or 25.98% from 485); Max value from RGB is 226 - color contains mainly: green. Hex color #85E27E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85E27E is #7A1D81. Grayscale: #BBBBBB. Windows color (decimal): -8002946 or 8315525. OLE color: 8315525.
HSL color Cylindrical-coordinate representation of color #85E27E: hue angle of 115.8º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85E27E is Cyan = 0.41, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 133 | 226 | 126 | - |
| CMYK | 0.41 | 0 | 0.44 | 0.11 |
| HSL | 115.8º | 0.63% | 0.69% | - |
| HSV(B) | 115.8º | 0.44% | 0.89% | - |
| XYZ | 40.64 | 60.89 | 29.35 | - |
| YUV | 186.79 | 93.69 | 89.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 226 | 126 | 0.41 | 0 | 0.44 | 0.11 | 115.8 | 0.63 | 0.69 |
| Hex | 85 | E2 | 7E | 29 | 0 | 2C | B | 74 | 3F | 45 |
| Octal | 205 | 342 | 176 | 51 | 0 | 54 | 13 | 164 | 77 | 105 |
| Binary | 10000101 | 11100010 | 1111110 | 101001 | 0 | 101100 | 1011 | 1110100 | 111111 | 1000101 |
Color Harmonies of #85E27E
Complementary color
Monochromatic Colors of #85E27E
Black with #85E27E
Text Example
Text Example
White with #85E27E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E27E; }
p { color: rgb(133,226,126); }
H1.HeaderClassName
{
color: #85E27E;
}
.AnyTagClassName
{
color: #85E27E;
}
</style>
background-color css
<style>
a { background-color: #85E27E; }
a { background-color: rgb(133,226,126); }
div.DivClassName
{
background-color: #85E27E;
}
.BgClassName
{
background-color: #85E27E;
}
</style>
border-color css
<style>
span { border-color: #85E27E; }
span { border-color: rgb(133,226,126); }
td.TdClassName
{
border-color: #85E27E;
}
.TagClassName
{
border-color: #85E27E;
}
</style>