Shades of Chelsea Cucumber #85B550
Tints of Chelsea Cucumber #85B550
RGB
CMYK
RGB Variations
Color information
#85B550 (or 0x85B550) is known color: Chelsea Cucumber. HEX triplet: 85, B5 and 50. RGB value is (133,181,80). Sum of RGB (Red+Green+Blue) = 133+181+80=394 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.76% from 394); Green value is 181 (71.09% from 255 or 45.94% from 394); Blue value is 80 (31.64% from 255 or 20.30% from 394); Max value from RGB is 181 - color contains mainly: green. Hex color #85B550 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85B550 is #7A4AAF. Grayscale: #9B9B9B. Windows color (decimal): -8014512 or 5289349. OLE color: 5289349.
HSL color Cylindrical-coordinate representation of color #85B550: hue angle of 88.51º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #85B550 is Cyan = 0.27, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 133 | 181 | 80 | - |
| CMYK | 0.27 | 0 | 0.56 | 0.29 |
| HSL | 88.51º | 0.41% | 0.51% | - |
| HSV(B) | 88.51º | 0.56% | 0.71% | - |
| XYZ | 27.64 | 38.61 | 13.59 | - |
| YUV | 155.13 | 85.6 | 112.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 181 | 80 | 0.27 | 0 | 0.56 | 0.29 | 88.51 | 0.41 | 0.51 |
| Hex | 85 | B5 | 50 | 1B | 0 | 38 | 1D | 59 | 29 | 33 |
| Octal | 205 | 265 | 120 | 33 | 0 | 70 | 35 | 131 | 51 | 63 |
| Binary | 10000101 | 10110101 | 1010000 | 11011 | 0 | 111000 | 11101 | 1011001 | 101001 | 110011 |
Color Harmonies of #85B550
Complementary color
Monochromatic Colors of #85B550
Black with #85B550
Text Example
Text Example
White with #85B550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B550; }
p { color: rgb(133,181,80); }
H1.HeaderClassName
{
color: #85B550;
}
.AnyTagClassName
{
color: #85B550;
}
</style>
background-color css
<style>
a { background-color: #85B550; }
a { background-color: rgb(133,181,80); }
div.DivClassName
{
background-color: #85B550;
}
.BgClassName
{
background-color: #85B550;
}
</style>
border-color css
<style>
span { border-color: #85B550; }
span { border-color: rgb(133,181,80); }
td.TdClassName
{
border-color: #85B550;
}
.TagClassName
{
border-color: #85B550;
}
</style>