Shades of Pastel Green #85E375
Tints of Pastel Green #85E375
RGB
CMYK
RGB Variations
Color information
#85E375 (or 0x85E375) is known color: Pastel Green. HEX triplet: 85, E3 and 75. RGB value is (133,227,117). Sum of RGB (Red+Green+Blue) = 133+227+117=477 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.88% from 477); Green value is 227 (89.06% from 255 or 47.59% from 477); Blue value is 117 (46.09% from 255 or 24.53% from 477); Max value from RGB is 227 - color contains mainly: green. Hex color #85E375 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85E375 is #7A1C8A. Grayscale: #BABABA. Windows color (decimal): -8002699 or 7725957. OLE color: 7725957.
HSL color Cylindrical-coordinate representation of color #85E375: hue angle of 111.27º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #85E375 is Cyan = 0.41, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 133 | 227 | 117 | - |
| CMYK | 0.41 | 0 | 0.48 | 0.11 |
| HSL | 111.27º | 0.66% | 0.67% | - |
| HSV(B) | 111.27º | 0.48% | 0.89% | - |
| XYZ | 40.35 | 61.21 | 26.52 | - |
| YUV | 186.35 | 88.86 | 89.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 227 | 117 | 0.41 | 0 | 0.48 | 0.11 | 111.27 | 0.66 | 0.67 |
| Hex | 85 | E3 | 75 | 29 | 0 | 30 | B | 6F | 42 | 43 |
| Octal | 205 | 343 | 165 | 51 | 0 | 60 | 13 | 157 | 102 | 103 |
| Binary | 10000101 | 11100011 | 1110101 | 101001 | 0 | 110000 | 1011 | 1101111 | 1000010 | 1000011 |
Color Harmonies of #85E375
Complementary color
Monochromatic Colors of #85E375
Black with #85E375
Text Example
Text Example
White with #85E375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E375; }
p { color: rgb(133,227,117); }
H1.HeaderClassName
{
color: #85E375;
}
.AnyTagClassName
{
color: #85E375;
}
</style>
background-color css
<style>
a { background-color: #85E375; }
a { background-color: rgb(133,227,117); }
div.DivClassName
{
background-color: #85E375;
}
.BgClassName
{
background-color: #85E375;
}
</style>
border-color css
<style>
span { border-color: #85E375; }
span { border-color: rgb(133,227,117); }
td.TdClassName
{
border-color: #85E375;
}
.TagClassName
{
border-color: #85E375;
}
</style>