Shades of Summer Green #85BE99
Tints of Summer Green #85BE99
RGB
CMYK
RGB Variations
Color information
#85BE99 (or 0x85BE99) is known color: Summer Green. HEX triplet: 85, BE and 99. RGB value is (133,190,153). Sum of RGB (Red+Green+Blue) = 133+190+153=476 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.94% from 476); Green value is 190 (74.61% from 255 or 39.92% from 476); Blue value is 153 (60.16% from 255 or 32.14% from 476); Max value from RGB is 190 - color contains mainly: green. Hex color #85BE99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85BE99 is #7A4166. Grayscale: #A8A8A8. Windows color (decimal): -8012135 or 10075781. OLE color: 10075781.
HSL color Cylindrical-coordinate representation of color #85BE99: hue angle of 141.05º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #85BE99 is Cyan = 0.3, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 190 | 153 | - |
| CMYK | 0.3 | 0 | 0.19 | 0.25 |
| HSL | 141.05º | 0.3% | 0.63% | - |
| HSV(B) | 141.05º | 0.3% | 0.75% | - |
| XYZ | 33.84 | 44.11 | 36.87 | - |
| YUV | 168.74 | 119.12 | 102.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 190 | 153 | 0.3 | 0 | 0.19 | 0.25 | 141.05 | 0.3 | 0.63 |
| Hex | 85 | BE | 99 | 1E | 0 | 13 | 19 | 8D | 1E | 3F |
| Octal | 205 | 276 | 231 | 36 | 0 | 23 | 31 | 215 | 36 | 77 |
| Binary | 10000101 | 10111110 | 10011001 | 11110 | 0 | 10011 | 11001 | 10001101 | 11110 | 111111 |
Color Harmonies of #85BE99
Complementary color
Monochromatic Colors of #85BE99
Black with #85BE99
Text Example
Text Example
White with #85BE99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BE99; }
p { color: rgb(133,190,153); }
H1.HeaderClassName
{
color: #85BE99;
}
.AnyTagClassName
{
color: #85BE99;
}
</style>
background-color css
<style>
a { background-color: #85BE99; }
a { background-color: rgb(133,190,153); }
div.DivClassName
{
background-color: #85BE99;
}
.BgClassName
{
background-color: #85BE99;
}
</style>
border-color css
<style>
span { border-color: #85BE99; }
span { border-color: rgb(133,190,153); }
td.TdClassName
{
border-color: #85BE99;
}
.TagClassName
{
border-color: #85BE99;
}
</style>