Shades of Summer Green #85D09E
Tints of Summer Green #85D09E
RGB
CMYK
RGB Variations
Color information
#85D09E (or 0x85D09E) is known color: Summer Green. HEX triplet: 85, D0 and 9E. RGB value is (133,208,158). Sum of RGB (Red+Green+Blue) = 133+208+158=499 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.65% from 499); Green value is 208 (81.64% from 255 or 41.68% from 499); Blue value is 158 (62.11% from 255 or 31.66% from 499); Max value from RGB is 208 - color contains mainly: green. Hex color #85D09E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85D09E is #7A2F61. Grayscale: #B4B4B4. Windows color (decimal): -8007522 or 10408069. OLE color: 10408069.
HSL color Cylindrical-coordinate representation of color #85D09E: hue angle of 140º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #85D09E is Cyan = 0.36, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 133 | 208 | 158 | - |
| CMYK | 0.36 | 0 | 0.24 | 0.18 |
| HSL | 140º | 0.44% | 0.67% | - |
| HSV(B) | 140º | 0.36% | 0.82% | - |
| XYZ | 38.4 | 52.57 | 40.47 | - |
| YUV | 179.88 | 115.65 | 94.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 208 | 158 | 0.36 | 0 | 0.24 | 0.18 | 140 | 0.44 | 0.67 |
| Hex | 85 | D0 | 9E | 24 | 0 | 18 | 12 | 8C | 2C | 43 |
| Octal | 205 | 320 | 236 | 44 | 0 | 30 | 22 | 214 | 54 | 103 |
| Binary | 10000101 | 11010000 | 10011110 | 100100 | 0 | 11000 | 10010 | 10001100 | 101100 | 1000011 |
Color Harmonies of #85D09E
Complementary color
Monochromatic Colors of #85D09E
Black with #85D09E
Text Example
Text Example
White with #85D09E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D09E; }
p { color: rgb(133,208,158); }
H1.HeaderClassName
{
color: #85D09E;
}
.AnyTagClassName
{
color: #85D09E;
}
</style>
background-color css
<style>
a { background-color: #85D09E; }
a { background-color: rgb(133,208,158); }
div.DivClassName
{
background-color: #85D09E;
}
.BgClassName
{
background-color: #85D09E;
}
</style>
border-color css
<style>
span { border-color: #85D09E; }
span { border-color: rgb(133,208,158); }
td.TdClassName
{
border-color: #85D09E;
}
.TagClassName
{
border-color: #85D09E;
}
</style>