Shades of Chelsea Cucumber #85B442
Tints of Chelsea Cucumber #85B442
RGB
CMYK
RGB Variations
Color information
#85B442 (or 0x85B442) is known color: Chelsea Cucumber. HEX triplet: 85, B4 and 42. RGB value is (133,180,66). Sum of RGB (Red+Green+Blue) = 133+180+66=379 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.09% from 379); Green value is 180 (70.70% from 255 or 47.49% from 379); Blue value is 66 (26.17% from 255 or 17.41% from 379); Max value from RGB is 180 - color contains mainly: green. Hex color #85B442 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85B442 is #7A4BBD. Grayscale: #999999. Windows color (decimal): -8014782 or 4371589. OLE color: 4371589.
HSL color Cylindrical-coordinate representation of color #85B442: hue angle of 84.74º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #85B442 is Cyan = 0.26, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 133 | 180 | 66 | - |
| CMYK | 0.26 | 0 | 0.63 | 0.29 |
| HSL | 84.74º | 0.46% | 0.48% | - |
| HSV(B) | 84.74º | 0.63% | 0.71% | - |
| XYZ | 26.98 | 38.02 | 11.07 | - |
| YUV | 152.95 | 78.93 | 113.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 180 | 66 | 0.26 | 0 | 0.63 | 0.29 | 84.74 | 0.46 | 0.48 |
| Hex | 85 | B4 | 42 | 1A | 0 | 3F | 1D | 55 | 2E | 30 |
| Octal | 205 | 264 | 102 | 32 | 0 | 77 | 35 | 125 | 56 | 60 |
| Binary | 10000101 | 10110100 | 1000010 | 11010 | 0 | 111111 | 11101 | 1010101 | 101110 | 110000 |
Color Harmonies of #85B442
Complementary color
Monochromatic Colors of #85B442
Black with #85B442
Text Example
Text Example
White with #85B442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B442; }
p { color: rgb(133,180,66); }
H1.HeaderClassName
{
color: #85B442;
}
.AnyTagClassName
{
color: #85B442;
}
</style>
background-color css
<style>
a { background-color: #85B442; }
a { background-color: rgb(133,180,66); }
div.DivClassName
{
background-color: #85B442;
}
.BgClassName
{
background-color: #85B442;
}
</style>
border-color css
<style>
span { border-color: #85B442; }
span { border-color: rgb(133,180,66); }
td.TdClassName
{
border-color: #85B442;
}
.TagClassName
{
border-color: #85B442;
}
</style>