Shades of Summer Green #85CB9A
Tints of Summer Green #85CB9A
RGB
CMYK
RGB Variations
Color information
#85CB9A (or 0x85CB9A) is known color: Summer Green. HEX triplet: 85, CB and 9A. RGB value is (133,203,154). Sum of RGB (Red+Green+Blue) = 133+203+154=490 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.14% from 490); Green value is 203 (79.69% from 255 or 41.43% from 490); Blue value is 154 (60.55% from 255 or 31.43% from 490); Max value from RGB is 203 - color contains mainly: green. Hex color #85CB9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85CB9A is #7A3465. Grayscale: #B0B0B0. Windows color (decimal): -8008806 or 10144645. OLE color: 10144645.
HSL color Cylindrical-coordinate representation of color #85CB9A: hue angle of 138º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #85CB9A is Cyan = 0.34, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 133 | 203 | 154 | - |
| CMYK | 0.34 | 0 | 0.24 | 0.20 |
| HSL | 138º | 0.4% | 0.66% | - |
| HSV(B) | 138º | 0.34% | 0.8% | - |
| XYZ | 36.86 | 50.03 | 38.29 | - |
| YUV | 176.48 | 115.31 | 96.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 203 | 154 | 0.34 | 0 | 0.24 | 0.20 | 138 | 0.4 | 0.66 |
| Hex | 85 | CB | 9A | 22 | 0 | 18 | 14 | 8A | 28 | 42 |
| Octal | 205 | 313 | 232 | 42 | 0 | 30 | 24 | 212 | 50 | 102 |
| Binary | 10000101 | 11001011 | 10011010 | 100010 | 0 | 11000 | 10100 | 10001010 | 101000 | 1000010 |
Color Harmonies of #85CB9A
Complementary color
Monochromatic Colors of #85CB9A
Black with #85CB9A
Text Example
Text Example
White with #85CB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CB9A; }
p { color: rgb(133,203,154); }
H1.HeaderClassName
{
color: #85CB9A;
}
.AnyTagClassName
{
color: #85CB9A;
}
</style>
background-color css
<style>
a { background-color: #85CB9A; }
a { background-color: rgb(133,203,154); }
div.DivClassName
{
background-color: #85CB9A;
}
.BgClassName
{
background-color: #85CB9A;
}
</style>
border-color css
<style>
span { border-color: #85CB9A; }
span { border-color: rgb(133,203,154); }
td.TdClassName
{
border-color: #85CB9A;
}
.TagClassName
{
border-color: #85CB9A;
}
</style>