Shades of Summer Green #85CFA0
Tints of Summer Green #85CFA0
RGB
CMYK
RGB Variations
Color information
#85CFA0 (or 0x85CFA0) is known color: Summer Green. HEX triplet: 85, CF and A0. RGB value is (133,207,160). Sum of RGB (Red+Green+Blue) = 133+207+160=500 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.6% from 500); Green value is 207 (81.25% from 255 or 41.4% from 500); Blue value is 160 (62.89% from 255 or 32% from 500); Max value from RGB is 207 - color contains mainly: green. Hex color #85CFA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85CFA0 is #7A305F. Grayscale: #B3B3B3. Windows color (decimal): -8007776 or 10538885. OLE color: 10538885.
HSL color Cylindrical-coordinate representation of color #85CFA0: hue angle of 141.89º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #85CFA0 is Cyan = 0.36, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 207 | 160 | - |
| CMYK | 0.36 | 0 | 0.23 | 0.19 |
| HSL | 141.89º | 0.44% | 0.67% | - |
| HSV(B) | 141.89º | 0.36% | 0.81% | - |
| XYZ | 38.33 | 52.15 | 41.3 | - |
| YUV | 179.52 | 116.98 | 94.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 207 | 160 | 0.36 | 0 | 0.23 | 0.19 | 141.89 | 0.44 | 0.67 |
| Hex | 85 | CF | A0 | 24 | 0 | 17 | 13 | 8E | 2C | 43 |
| Octal | 205 | 317 | 240 | 44 | 0 | 27 | 23 | 216 | 54 | 103 |
| Binary | 10000101 | 11001111 | 10100000 | 100100 | 0 | 10111 | 10011 | 10001110 | 101100 | 1000011 |
Color Harmonies of #85CFA0
Complementary color
Monochromatic Colors of #85CFA0
Black with #85CFA0
Text Example
Text Example
White with #85CFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CFA0; }
p { color: rgb(133,207,160); }
H1.HeaderClassName
{
color: #85CFA0;
}
.AnyTagClassName
{
color: #85CFA0;
}
</style>
background-color css
<style>
a { background-color: #85CFA0; }
a { background-color: rgb(133,207,160); }
div.DivClassName
{
background-color: #85CFA0;
}
.BgClassName
{
background-color: #85CFA0;
}
</style>
border-color css
<style>
span { border-color: #85CFA0; }
span { border-color: rgb(133,207,160); }
td.TdClassName
{
border-color: #85CFA0;
}
.TagClassName
{
border-color: #85CFA0;
}
</style>