Shades of Summer Green #85BD99
Tints of Summer Green #85BD99
RGB
CMYK
RGB Variations
Color information
#85BD99 (or 0x85BD99) is known color: Summer Green. HEX triplet: 85, BD and 99. RGB value is (133,189,153). Sum of RGB (Red+Green+Blue) = 133+189+153=475 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28% from 475); Green value is 189 (74.22% from 255 or 39.79% from 475); Blue value is 153 (60.16% from 255 or 32.21% from 475); Max value from RGB is 189 - color contains mainly: green. Hex color #85BD99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85BD99 is #7A4266. Grayscale: #A8A8A8. Windows color (decimal): -8012391 or 10075525. OLE color: 10075525.
HSL color Cylindrical-coordinate representation of color #85BD99: hue angle of 141.43º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #85BD99 is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 189 | 153 | - |
| CMYK | 0.30 | 0 | 0.19 | 0.26 |
| HSL | 141.43º | 0.3% | 0.63% | - |
| HSV(B) | 141.43º | 0.3% | 0.74% | - |
| XYZ | 33.62 | 43.68 | 36.8 | - |
| YUV | 168.15 | 119.45 | 102.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 189 | 153 | 0.30 | 0 | 0.19 | 0.26 | 141.43 | 0.3 | 0.63 |
| Hex | 85 | BD | 99 | 1E | 0 | 13 | 1A | 8D | 1E | 3F |
| Octal | 205 | 275 | 231 | 36 | 0 | 23 | 32 | 215 | 36 | 77 |
| Binary | 10000101 | 10111101 | 10011001 | 11110 | 0 | 10011 | 11010 | 10001101 | 11110 | 111111 |
Color Harmonies of #85BD99
Complementary color
Monochromatic Colors of #85BD99
Black with #85BD99
Text Example
Text Example
White with #85BD99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BD99; }
p { color: rgb(133,189,153); }
H1.HeaderClassName
{
color: #85BD99;
}
.AnyTagClassName
{
color: #85BD99;
}
</style>
background-color css
<style>
a { background-color: #85BD99; }
a { background-color: rgb(133,189,153); }
div.DivClassName
{
background-color: #85BD99;
}
.BgClassName
{
background-color: #85BD99;
}
</style>
border-color css
<style>
span { border-color: #85BD99; }
span { border-color: rgb(133,189,153); }
td.TdClassName
{
border-color: #85BD99;
}
.TagClassName
{
border-color: #85BD99;
}
</style>