Shades of Pastel Green #85E367
Tints of Pastel Green #85E367
RGB
CMYK
RGB Variations
Color information
#85E367 (or 0x85E367) is known color: Pastel Green. HEX triplet: 85, E3 and 67. RGB value is (133,227,103). Sum of RGB (Red+Green+Blue) = 133+227+103=463 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.73% from 463); Green value is 227 (89.06% from 255 or 49.03% from 463); Blue value is 103 (40.62% from 255 or 22.25% from 463); Max value from RGB is 227 - color contains mainly: green. Hex color #85E367 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85E367 is #7A1C98. Grayscale: #B9B9B9. Windows color (decimal): -8002713 or 6808453. OLE color: 6808453.
HSL color Cylindrical-coordinate representation of color #85E367: hue angle of 105.48º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #85E367 is Cyan = 0.41, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 133 | 227 | 103 | - |
| CMYK | 0.41 | 0 | 0.55 | 0.11 |
| HSL | 105.48º | 0.69% | 0.65% | - |
| HSV(B) | 105.48º | 0.55% | 0.89% | - |
| XYZ | 39.59 | 60.9 | 22.5 | - |
| YUV | 184.76 | 81.86 | 91.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 227 | 103 | 0.41 | 0 | 0.55 | 0.11 | 105.48 | 0.69 | 0.65 |
| Hex | 85 | E3 | 67 | 29 | 0 | 37 | B | 69 | 45 | 41 |
| Octal | 205 | 343 | 147 | 51 | 0 | 67 | 13 | 151 | 105 | 101 |
| Binary | 10000101 | 11100011 | 1100111 | 101001 | 0 | 110111 | 1011 | 1101001 | 1000101 | 1000001 |
Color Harmonies of #85E367
Complementary color
Monochromatic Colors of #85E367
Black with #85E367
Text Example
Text Example
White with #85E367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E367; }
p { color: rgb(133,227,103); }
H1.HeaderClassName
{
color: #85E367;
}
.AnyTagClassName
{
color: #85E367;
}
</style>
background-color css
<style>
a { background-color: #85E367; }
a { background-color: rgb(133,227,103); }
div.DivClassName
{
background-color: #85E367;
}
.BgClassName
{
background-color: #85E367;
}
</style>
border-color css
<style>
span { border-color: #85E367; }
span { border-color: rgb(133,227,103); }
td.TdClassName
{
border-color: #85E367;
}
.TagClassName
{
border-color: #85E367;
}
</style>