Shades of Summer Green #85CB9D
Tints of Summer Green #85CB9D
RGB
CMYK
RGB Variations
Color information
#85CB9D (or 0x85CB9D) is known color: Summer Green. HEX triplet: 85, CB and 9D. RGB value is (133,203,157). Sum of RGB (Red+Green+Blue) = 133+203+157=493 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.98% from 493); Green value is 203 (79.69% from 255 or 41.18% from 493); Blue value is 157 (61.72% from 255 or 31.85% from 493); Max value from RGB is 203 - color contains mainly: green. Hex color #85CB9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85CB9D is #7A3462. Grayscale: #B0B0B0. Windows color (decimal): -8008803 or 10341253. OLE color: 10341253.
HSL color Cylindrical-coordinate representation of color #85CB9D: hue angle of 140.57º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #85CB9D is Cyan = 0.34, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 133 | 203 | 157 | - |
| CMYK | 0.34 | 0 | 0.23 | 0.20 |
| HSL | 140.57º | 0.4% | 0.66% | - |
| HSV(B) | 140.57º | 0.34% | 0.8% | - |
| XYZ | 37.11 | 50.13 | 39.62 | - |
| YUV | 176.83 | 116.81 | 96.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 203 | 157 | 0.34 | 0 | 0.23 | 0.20 | 140.57 | 0.4 | 0.66 |
| Hex | 85 | CB | 9D | 22 | 0 | 17 | 14 | 8D | 28 | 42 |
| Octal | 205 | 313 | 235 | 42 | 0 | 27 | 24 | 215 | 50 | 102 |
| Binary | 10000101 | 11001011 | 10011101 | 100010 | 0 | 10111 | 10100 | 10001101 | 101000 | 1000010 |
Color Harmonies of #85CB9D
Complementary color
Monochromatic Colors of #85CB9D
Black with #85CB9D
Text Example
Text Example
White with #85CB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CB9D; }
p { color: rgb(133,203,157); }
H1.HeaderClassName
{
color: #85CB9D;
}
.AnyTagClassName
{
color: #85CB9D;
}
</style>
background-color css
<style>
a { background-color: #85CB9D; }
a { background-color: rgb(133,203,157); }
div.DivClassName
{
background-color: #85CB9D;
}
.BgClassName
{
background-color: #85CB9D;
}
</style>
border-color css
<style>
span { border-color: #85CB9D; }
span { border-color: rgb(133,203,157); }
td.TdClassName
{
border-color: #85CB9D;
}
.TagClassName
{
border-color: #85CB9D;
}
</style>