Shades of Summer Green #85C7A4
Tints of Summer Green #85C7A4
RGB
CMYK
RGB Variations
Color information
#85C7A4 (or 0x85C7A4) is known color: Summer Green. HEX triplet: 85, C7 and A4. RGB value is (133,199,164). Sum of RGB (Red+Green+Blue) = 133+199+164=496 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.81% from 496); Green value is 199 (78.12% from 255 or 40.12% from 496); Blue value is 164 (64.45% from 255 or 33.06% from 496); Max value from RGB is 199 - color contains mainly: green. Hex color #85C7A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85C7A4 is #7A385B. Grayscale: #AFAFAF. Windows color (decimal): -8009820 or 10798981. OLE color: 10798981.
HSL color Cylindrical-coordinate representation of color #85C7A4: hue angle of 148.18º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #85C7A4 is Cyan = 0.33, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 133 | 199 | 164 | - |
| CMYK | 0.33 | 0 | 0.18 | 0.22 |
| HSL | 148.18º | 0.37% | 0.65% | - |
| HSV(B) | 148.18º | 0.33% | 0.78% | - |
| XYZ | 36.8 | 48.51 | 42.55 | - |
| YUV | 175.28 | 121.63 | 97.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 199 | 164 | 0.33 | 0 | 0.18 | 0.22 | 148.18 | 0.37 | 0.65 |
| Hex | 85 | C7 | A4 | 21 | 0 | 12 | 16 | 94 | 25 | 41 |
| Octal | 205 | 307 | 244 | 41 | 0 | 22 | 26 | 224 | 45 | 101 |
| Binary | 10000101 | 11000111 | 10100100 | 100001 | 0 | 10010 | 10110 | 10010100 | 100101 | 1000001 |
Color Harmonies of #85C7A4
Complementary color
Monochromatic Colors of #85C7A4
Black with #85C7A4
Text Example
Text Example
White with #85C7A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C7A4; }
p { color: rgb(133,199,164); }
H1.HeaderClassName
{
color: #85C7A4;
}
.AnyTagClassName
{
color: #85C7A4;
}
</style>
background-color css
<style>
a { background-color: #85C7A4; }
a { background-color: rgb(133,199,164); }
div.DivClassName
{
background-color: #85C7A4;
}
.BgClassName
{
background-color: #85C7A4;
}
</style>
border-color css
<style>
span { border-color: #85C7A4; }
span { border-color: rgb(133,199,164); }
td.TdClassName
{
border-color: #85C7A4;
}
.TagClassName
{
border-color: #85C7A4;
}
</style>