Shades of Summer Green #85CE9E
Tints of Summer Green #85CE9E
RGB
CMYK
RGB Variations
Color information
#85CE9E (or 0x85CE9E) is known color: Summer Green. HEX triplet: 85, CE and 9E. RGB value is (133,206,158). Sum of RGB (Red+Green+Blue) = 133+206+158=497 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.76% from 497); Green value is 206 (80.86% from 255 or 41.45% from 497); Blue value is 158 (62.11% from 255 or 31.79% from 497); Max value from RGB is 206 - color contains mainly: green. Hex color #85CE9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85CE9E is #7A3161. Grayscale: #B2B2B2. Windows color (decimal): -8008034 or 10407557. OLE color: 10407557.
HSL color Cylindrical-coordinate representation of color #85CE9E: hue angle of 140.55º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #85CE9E is Cyan = 0.35, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 206 | 158 | - |
| CMYK | 0.35 | 0 | 0.23 | 0.19 |
| HSL | 140.55º | 0.43% | 0.66% | - |
| HSV(B) | 140.55º | 0.35% | 0.81% | - |
| XYZ | 37.92 | 51.6 | 40.31 | - |
| YUV | 178.7 | 116.32 | 95.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 206 | 158 | 0.35 | 0 | 0.23 | 0.19 | 140.55 | 0.43 | 0.66 |
| Hex | 85 | CE | 9E | 23 | 0 | 17 | 13 | 8D | 2B | 42 |
| Octal | 205 | 316 | 236 | 43 | 0 | 27 | 23 | 215 | 53 | 102 |
| Binary | 10000101 | 11001110 | 10011110 | 100011 | 0 | 10111 | 10011 | 10001101 | 101011 | 1000010 |
Color Harmonies of #85CE9E
Complementary color
Monochromatic Colors of #85CE9E
Black with #85CE9E
Text Example
Text Example
White with #85CE9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CE9E; }
p { color: rgb(133,206,158); }
H1.HeaderClassName
{
color: #85CE9E;
}
.AnyTagClassName
{
color: #85CE9E;
}
</style>
background-color css
<style>
a { background-color: #85CE9E; }
a { background-color: rgb(133,206,158); }
div.DivClassName
{
background-color: #85CE9E;
}
.BgClassName
{
background-color: #85CE9E;
}
</style>
border-color css
<style>
span { border-color: #85CE9E; }
span { border-color: rgb(133,206,158); }
td.TdClassName
{
border-color: #85CE9E;
}
.TagClassName
{
border-color: #85CE9E;
}
</style>