Shades of Summer Green #85CF99
Tints of Summer Green #85CF99
RGB
CMYK
RGB Variations
Color information
#85CF99 (or 0x85CF99) is known color: Summer Green. HEX triplet: 85, CF and 99. RGB value is (133,207,153). Sum of RGB (Red+Green+Blue) = 133+207+153=493 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.98% from 493); Green value is 207 (81.25% from 255 or 41.99% from 493); Blue value is 153 (60.16% from 255 or 31.03% from 493); Max value from RGB is 207 - color contains mainly: green. Hex color #85CF99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85CF99 is #7A3066. Grayscale: #B2B2B2. Windows color (decimal): -8007783 or 10080133. OLE color: 10080133.
HSL color Cylindrical-coordinate representation of color #85CF99: hue angle of 136.22º 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 #85CF99 is Cyan = 0.36, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 207 | 153 | - |
| CMYK | 0.36 | 0 | 0.26 | 0.19 |
| HSL | 136.22º | 0.44% | 0.67% | - |
| HSV(B) | 136.22º | 0.36% | 0.81% | - |
| XYZ | 37.74 | 51.91 | 38.17 | - |
| YUV | 178.72 | 113.48 | 95.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 207 | 153 | 0.36 | 0 | 0.26 | 0.19 | 136.22 | 0.44 | 0.67 |
| Hex | 85 | CF | 99 | 24 | 0 | 1A | 13 | 88 | 2C | 43 |
| Octal | 205 | 317 | 231 | 44 | 0 | 32 | 23 | 210 | 54 | 103 |
| Binary | 10000101 | 11001111 | 10011001 | 100100 | 0 | 11010 | 10011 | 10001000 | 101100 | 1000011 |
Color Harmonies of #85CF99
Complementary color
Monochromatic Colors of #85CF99
Black with #85CF99
Text Example
Text Example
White with #85CF99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CF99; }
p { color: rgb(133,207,153); }
H1.HeaderClassName
{
color: #85CF99;
}
.AnyTagClassName
{
color: #85CF99;
}
</style>
background-color css
<style>
a { background-color: #85CF99; }
a { background-color: rgb(133,207,153); }
div.DivClassName
{
background-color: #85CF99;
}
.BgClassName
{
background-color: #85CF99;
}
</style>
border-color css
<style>
span { border-color: #85CF99; }
span { border-color: rgb(133,207,153); }
td.TdClassName
{
border-color: #85CF99;
}
.TagClassName
{
border-color: #85CF99;
}
</style>