Shades of Pastel Green #85E271
Tints of Pastel Green #85E271
RGB
CMYK
RGB Variations
Color information
#85E271 (or 0x85E271) is known color: Pastel Green. HEX triplet: 85, E2 and 71. RGB value is (133,226,113). Sum of RGB (Red+Green+Blue) = 133+226+113=472 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.18% from 472); Green value is 226 (88.67% from 255 or 47.88% from 472); Blue value is 113 (44.53% from 255 or 23.94% from 472); Max value from RGB is 226 - color contains mainly: green. Hex color #85E271 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85E271 is #7A1D8E. Grayscale: #B9B9B9. Windows color (decimal): -8002959 or 7463557. OLE color: 7463557.
HSL color Cylindrical-coordinate representation of color #85E271: hue angle of 109.38º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #85E271 is Cyan = 0.41, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 133 | 226 | 113 | - |
| CMYK | 0.41 | 0 | 0.5 | 0.11 |
| HSL | 109.38º | 0.66% | 0.66% | - |
| HSV(B) | 109.38º | 0.5% | 0.89% | - |
| XYZ | 39.85 | 60.57 | 25.21 | - |
| YUV | 185.31 | 87.19 | 90.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 226 | 113 | 0.41 | 0 | 0.5 | 0.11 | 109.38 | 0.66 | 0.66 |
| Hex | 85 | E2 | 71 | 29 | 0 | 32 | B | 6D | 42 | 42 |
| Octal | 205 | 342 | 161 | 51 | 0 | 62 | 13 | 155 | 102 | 102 |
| Binary | 10000101 | 11100010 | 1110001 | 101001 | 0 | 110010 | 1011 | 1101101 | 1000010 | 1000010 |
Color Harmonies of #85E271
Complementary color
Monochromatic Colors of #85E271
Black with #85E271
Text Example
Text Example
White with #85E271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E271; }
p { color: rgb(133,226,113); }
H1.HeaderClassName
{
color: #85E271;
}
.AnyTagClassName
{
color: #85E271;
}
</style>
background-color css
<style>
a { background-color: #85E271; }
a { background-color: rgb(133,226,113); }
div.DivClassName
{
background-color: #85E271;
}
.BgClassName
{
background-color: #85E271;
}
</style>
border-color css
<style>
span { border-color: #85E271; }
span { border-color: rgb(133,226,113); }
td.TdClassName
{
border-color: #85E271;
}
.TagClassName
{
border-color: #85E271;
}
</style>