Shades of Pastel Green #85E379
Tints of Pastel Green #85E379
RGB
CMYK
RGB Variations
Color information
#85E379 (or 0x85E379) is known color: Pastel Green. HEX triplet: 85, E3 and 79. RGB value is (133,227,121). Sum of RGB (Red+Green+Blue) = 133+227+121=481 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.65% from 481); Green value is 227 (89.06% from 255 or 47.19% from 481); Blue value is 121 (47.66% from 255 or 25.16% from 481); Max value from RGB is 227 - color contains mainly: green. Hex color #85E379 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85E379 is #7A1C86. Grayscale: #BBBBBB. Windows color (decimal): -8002695 or 7988101. OLE color: 7988101.
HSL color Cylindrical-coordinate representation of color #85E379: hue angle of 113.21º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85E379 is Cyan = 0.41, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 133 | 227 | 121 | - |
| CMYK | 0.41 | 0 | 0.47 | 0.11 |
| HSL | 113.21º | 0.65% | 0.68% | - |
| HSV(B) | 113.21º | 0.47% | 0.89% | - |
| XYZ | 40.59 | 61.31 | 27.78 | - |
| YUV | 186.81 | 90.86 | 89.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 227 | 121 | 0.41 | 0 | 0.47 | 0.11 | 113.21 | 0.65 | 0.68 |
| Hex | 85 | E3 | 79 | 29 | 0 | 2F | B | 71 | 41 | 44 |
| Octal | 205 | 343 | 171 | 51 | 0 | 57 | 13 | 161 | 101 | 104 |
| Binary | 10000101 | 11100011 | 1111001 | 101001 | 0 | 101111 | 1011 | 1110001 | 1000001 | 1000100 |
Color Harmonies of #85E379
Complementary color
Monochromatic Colors of #85E379
Black with #85E379
Text Example
Text Example
White with #85E379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E379; }
p { color: rgb(133,227,121); }
H1.HeaderClassName
{
color: #85E379;
}
.AnyTagClassName
{
color: #85E379;
}
</style>
background-color css
<style>
a { background-color: #85E379; }
a { background-color: rgb(133,227,121); }
div.DivClassName
{
background-color: #85E379;
}
.BgClassName
{
background-color: #85E379;
}
</style>
border-color css
<style>
span { border-color: #85E379; }
span { border-color: rgb(133,227,121); }
td.TdClassName
{
border-color: #85E379;
}
.TagClassName
{
border-color: #85E379;
}
</style>