Shades of Pastel Green #85CE73
Tints of Pastel Green #85CE73
RGB
CMYK
RGB Variations
Color information
#85CE73 (or 0x85CE73) is known color: Pastel Green. HEX triplet: 85, CE and 73. RGB value is (133,206,115). Sum of RGB (Red+Green+Blue) = 133+206+115=454 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.30% from 454); Green value is 206 (80.86% from 255 or 45.37% from 454); Blue value is 115 (45.31% from 255 or 25.33% from 454); Max value from RGB is 206 - color contains mainly: green. Hex color #85CE73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85CE73 is #7A318C. Grayscale: #AEAEAE. Windows color (decimal): -8008077 or 7589509. OLE color: 7589509.
HSL color Cylindrical-coordinate representation of color #85CE73: hue angle of 108.13º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85CE73 is Cyan = 0.35, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 206 | 115 | - |
| CMYK | 0.35 | 0 | 0.44 | 0.19 |
| HSL | 108.13º | 0.48% | 0.63% | - |
| HSV(B) | 108.13º | 0.44% | 0.81% | - |
| XYZ | 34.84 | 50.37 | 24.11 | - |
| YUV | 173.8 | 94.82 | 98.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 206 | 115 | 0.35 | 0 | 0.44 | 0.19 | 108.13 | 0.48 | 0.63 |
| Hex | 85 | CE | 73 | 23 | 0 | 2C | 13 | 6C | 30 | 3F |
| Octal | 205 | 316 | 163 | 43 | 0 | 54 | 23 | 154 | 60 | 77 |
| Binary | 10000101 | 11001110 | 1110011 | 100011 | 0 | 101100 | 10011 | 1101100 | 110000 | 111111 |
Color Harmonies of #85CE73
Complementary color
Monochromatic Colors of #85CE73
Black with #85CE73
Text Example
Text Example
White with #85CE73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CE73; }
p { color: rgb(133,206,115); }
H1.HeaderClassName
{
color: #85CE73;
}
.AnyTagClassName
{
color: #85CE73;
}
</style>
background-color css
<style>
a { background-color: #85CE73; }
a { background-color: rgb(133,206,115); }
div.DivClassName
{
background-color: #85CE73;
}
.BgClassName
{
background-color: #85CE73;
}
</style>
border-color css
<style>
span { border-color: #85CE73; }
span { border-color: rgb(133,206,115); }
td.TdClassName
{
border-color: #85CE73;
}
.TagClassName
{
border-color: #85CE73;
}
</style>