Shades of Summer Green #85C2A1
Tints of Summer Green #85C2A1
RGB
CMYK
RGB Variations
Color information
#85C2A1 (or 0x85C2A1) is known color: Summer Green. HEX triplet: 85, C2 and A1. RGB value is (133,194,161). Sum of RGB (Red+Green+Blue) = 133+194+161=488 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.25% from 488); Green value is 194 (76.17% from 255 or 39.75% from 488); Blue value is 161 (63.28% from 255 or 32.99% from 488); Max value from RGB is 194 - color contains mainly: green. Hex color #85C2A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85C2A1 is #7A3D5E. Grayscale: #ACACAC. Windows color (decimal): -8011103 or 10601093. OLE color: 10601093.
HSL color Cylindrical-coordinate representation of color #85C2A1: hue angle of 147.54º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #85C2A1 is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 133 | 194 | 161 | - |
| CMYK | 0.31 | 0 | 0.17 | 0.24 |
| HSL | 147.54º | 0.33% | 0.64% | - |
| HSV(B) | 147.54º | 0.31% | 0.76% | - |
| XYZ | 35.4 | 46.14 | 40.76 | - |
| YUV | 172 | 121.79 | 100.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 194 | 161 | 0.31 | 0 | 0.17 | 0.24 | 147.54 | 0.33 | 0.64 |
| Hex | 85 | C2 | A1 | 1F | 0 | 11 | 18 | 94 | 21 | 40 |
| Octal | 205 | 302 | 241 | 37 | 0 | 21 | 30 | 224 | 41 | 100 |
| Binary | 10000101 | 11000010 | 10100001 | 11111 | 0 | 10001 | 11000 | 10010100 | 100001 | 1000000 |
Color Harmonies of #85C2A1
Complementary color
Monochromatic Colors of #85C2A1
Black with #85C2A1
Text Example
Text Example
White with #85C2A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C2A1; }
p { color: rgb(133,194,161); }
H1.HeaderClassName
{
color: #85C2A1;
}
.AnyTagClassName
{
color: #85C2A1;
}
</style>
background-color css
<style>
a { background-color: #85C2A1; }
a { background-color: rgb(133,194,161); }
div.DivClassName
{
background-color: #85C2A1;
}
.BgClassName
{
background-color: #85C2A1;
}
</style>
border-color css
<style>
span { border-color: #85C2A1; }
span { border-color: rgb(133,194,161); }
td.TdClassName
{
border-color: #85C2A1;
}
.TagClassName
{
border-color: #85C2A1;
}
</style>