Shades of Summer Green #85CF9E
Tints of Summer Green #85CF9E
RGB
CMYK
RGB Variations
Color information
#85CF9E (or 0x85CF9E) is known color: Summer Green. HEX triplet: 85, CF and 9E. RGB value is (133,207,158). Sum of RGB (Red+Green+Blue) = 133+207+158=498 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.71% from 498); Green value is 207 (81.25% from 255 or 41.57% from 498); Blue value is 158 (62.11% from 255 or 31.73% from 498); Max value from RGB is 207 - color contains mainly: green. Hex color #85CF9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85CF9E is #7A3061. Grayscale: #B3B3B3. Windows color (decimal): -8007778 or 10407813. OLE color: 10407813.
HSL color Cylindrical-coordinate representation of color #85CF9E: hue angle of 140.27º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #85CF9E is Cyan = 0.36, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 207 | 158 | - |
| CMYK | 0.36 | 0 | 0.24 | 0.19 |
| HSL | 140.27º | 0.44% | 0.67% | - |
| HSV(B) | 140.27º | 0.36% | 0.81% | - |
| XYZ | 38.16 | 52.08 | 40.39 | - |
| YUV | 179.29 | 115.98 | 94.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 207 | 158 | 0.36 | 0 | 0.24 | 0.19 | 140.27 | 0.44 | 0.67 |
| Hex | 85 | CF | 9E | 24 | 0 | 18 | 13 | 8C | 2C | 43 |
| Octal | 205 | 317 | 236 | 44 | 0 | 30 | 23 | 214 | 54 | 103 |
| Binary | 10000101 | 11001111 | 10011110 | 100100 | 0 | 11000 | 10011 | 10001100 | 101100 | 1000011 |
Color Harmonies of #85CF9E
Complementary color
Monochromatic Colors of #85CF9E
Black with #85CF9E
Text Example
Text Example
White with #85CF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CF9E; }
p { color: rgb(133,207,158); }
H1.HeaderClassName
{
color: #85CF9E;
}
.AnyTagClassName
{
color: #85CF9E;
}
</style>
background-color css
<style>
a { background-color: #85CF9E; }
a { background-color: rgb(133,207,158); }
div.DivClassName
{
background-color: #85CF9E;
}
.BgClassName
{
background-color: #85CF9E;
}
</style>
border-color css
<style>
span { border-color: #85CF9E; }
span { border-color: rgb(133,207,158); }
td.TdClassName
{
border-color: #85CF9E;
}
.TagClassName
{
border-color: #85CF9E;
}
</style>