Shades of Summer Green #85C99E
Tints of Summer Green #85C99E
RGB
CMYK
RGB Variations
Color information
#85C99E (or 0x85C99E) is known color: Summer Green. HEX triplet: 85, C9 and 9E. RGB value is (133,201,158). Sum of RGB (Red+Green+Blue) = 133+201+158=492 (65% of max value = 765). Red value is 133 (52.34% from 255 or 27.03% from 492); Green value is 201 (78.91% from 255 or 40.85% from 492); Blue value is 158 (62.11% from 255 or 32.11% from 492); Max value from RGB is 201 - color contains mainly: green. Hex color #85C99E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85C99E is #7A3661. Grayscale: #AFAFAF. Windows color (decimal): -8009314 or 10406277. OLE color: 10406277.
HSL color Cylindrical-coordinate representation of color #85C99E: hue angle of 142.06º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #85C99E is Cyan = 0.34, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 133 | 201 | 158 | - |
| CMYK | 0.34 | 0 | 0.21 | 0.21 |
| HSL | 142.06º | 0.39% | 0.65% | - |
| HSV(B) | 142.06º | 0.34% | 0.79% | - |
| XYZ | 36.73 | 49.23 | 39.91 | - |
| YUV | 175.77 | 117.97 | 97.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 201 | 158 | 0.34 | 0 | 0.21 | 0.21 | 142.06 | 0.39 | 0.65 |
| Hex | 85 | C9 | 9E | 22 | 0 | 15 | 15 | 8E | 27 | 41 |
| Octal | 205 | 311 | 236 | 42 | 0 | 25 | 25 | 216 | 47 | 101 |
| Binary | 10000101 | 11001001 | 10011110 | 100010 | 0 | 10101 | 10101 | 10001110 | 100111 | 1000001 |
Color Harmonies of #85C99E
Complementary color
Monochromatic Colors of #85C99E
Black with #85C99E
Text Example
Text Example
White with #85C99E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C99E; }
p { color: rgb(133,201,158); }
H1.HeaderClassName
{
color: #85C99E;
}
.AnyTagClassName
{
color: #85C99E;
}
</style>
background-color css
<style>
a { background-color: #85C99E; }
a { background-color: rgb(133,201,158); }
div.DivClassName
{
background-color: #85C99E;
}
.BgClassName
{
background-color: #85C99E;
}
</style>
border-color css
<style>
span { border-color: #85C99E; }
span { border-color: rgb(133,201,158); }
td.TdClassName
{
border-color: #85C99E;
}
.TagClassName
{
border-color: #85C99E;
}
</style>