Shades of Summer Green #85C59C
Tints of Summer Green #85C59C
RGB
CMYK
RGB Variations
Color information
#85C59C (or 0x85C59C) is known color: Summer Green. HEX triplet: 85, C5 and 9C. RGB value is (133,197,156). Sum of RGB (Red+Green+Blue) = 133+197+156=486 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.37% from 486); Green value is 197 (77.34% from 255 or 40.53% from 486); Blue value is 156 (61.33% from 255 or 32.10% from 486); Max value from RGB is 197 - color contains mainly: green. Hex color #85C59C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85C59C is #7A3A63. Grayscale: #ADADAD. Windows color (decimal): -8010340 or 10274181. OLE color: 10274181.
HSL color Cylindrical-coordinate representation of color #85C59C: hue angle of 141.56º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #85C59C is Cyan = 0.32, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 133 | 197 | 156 | - |
| CMYK | 0.32 | 0 | 0.21 | 0.23 |
| HSL | 141.56º | 0.36% | 0.65% | - |
| HSV(B) | 141.56º | 0.32% | 0.77% | - |
| XYZ | 35.64 | 47.32 | 38.71 | - |
| YUV | 173.19 | 118.3 | 99.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 197 | 156 | 0.32 | 0 | 0.21 | 0.23 | 141.56 | 0.36 | 0.65 |
| Hex | 85 | C5 | 9C | 20 | 0 | 15 | 17 | 8E | 24 | 41 |
| Octal | 205 | 305 | 234 | 40 | 0 | 25 | 27 | 216 | 44 | 101 |
| Binary | 10000101 | 11000101 | 10011100 | 100000 | 0 | 10101 | 10111 | 10001110 | 100100 | 1000001 |
Color Harmonies of #85C59C
Complementary color
Monochromatic Colors of #85C59C
Black with #85C59C
Text Example
Text Example
White with #85C59C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C59C; }
p { color: rgb(133,197,156); }
H1.HeaderClassName
{
color: #85C59C;
}
.AnyTagClassName
{
color: #85C59C;
}
</style>
background-color css
<style>
a { background-color: #85C59C; }
a { background-color: rgb(133,197,156); }
div.DivClassName
{
background-color: #85C59C;
}
.BgClassName
{
background-color: #85C59C;
}
</style>
border-color css
<style>
span { border-color: #85C59C; }
span { border-color: rgb(133,197,156); }
td.TdClassName
{
border-color: #85C59C;
}
.TagClassName
{
border-color: #85C59C;
}
</style>