Shades of Summer Green #85CE99
Tints of Summer Green #85CE99
RGB
CMYK
RGB Variations
Color information
#85CE99 (or 0x85CE99) is known color: Summer Green. HEX triplet: 85, CE and 99. RGB value is (133,206,153). Sum of RGB (Red+Green+Blue) = 133+206+153=492 (65% of max value = 765). Red value is 133 (52.34% from 255 or 27.03% from 492); Green value is 206 (80.86% from 255 or 41.87% from 492); Blue value is 153 (60.16% from 255 or 31.10% from 492); Max value from RGB is 206 - color contains mainly: green. Hex color #85CE99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85CE99 is #7A3166. Grayscale: #B2B2B2. Windows color (decimal): -8008039 or 10079877. OLE color: 10079877.
HSL color Cylindrical-coordinate representation of color #85CE99: hue angle of 136.44º 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 #85CE99 is Cyan = 0.35, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 206 | 153 | - |
| CMYK | 0.35 | 0 | 0.26 | 0.19 |
| HSL | 136.44º | 0.43% | 0.66% | - |
| HSV(B) | 136.44º | 0.35% | 0.81% | - |
| XYZ | 37.49 | 51.43 | 38.09 | - |
| YUV | 178.13 | 113.82 | 95.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 206 | 153 | 0.35 | 0 | 0.26 | 0.19 | 136.44 | 0.43 | 0.66 |
| Hex | 85 | CE | 99 | 23 | 0 | 1A | 13 | 88 | 2B | 42 |
| Octal | 205 | 316 | 231 | 43 | 0 | 32 | 23 | 210 | 53 | 102 |
| Binary | 10000101 | 11001110 | 10011001 | 100011 | 0 | 11010 | 10011 | 10001000 | 101011 | 1000010 |
Color Harmonies of #85CE99
Complementary color
Monochromatic Colors of #85CE99
Black with #85CE99
Text Example
Text Example
White with #85CE99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CE99; }
p { color: rgb(133,206,153); }
H1.HeaderClassName
{
color: #85CE99;
}
.AnyTagClassName
{
color: #85CE99;
}
</style>
background-color css
<style>
a { background-color: #85CE99; }
a { background-color: rgb(133,206,153); }
div.DivClassName
{
background-color: #85CE99;
}
.BgClassName
{
background-color: #85CE99;
}
</style>
border-color css
<style>
span { border-color: #85CE99; }
span { border-color: rgb(133,206,153); }
td.TdClassName
{
border-color: #85CE99;
}
.TagClassName
{
border-color: #85CE99;
}
</style>