Shades of Chelsea Cucumber #85B245
Tints of Chelsea Cucumber #85B245
RGB
CMYK
RGB Variations
Color information
#85B245 (or 0x85B245) is known color: Chelsea Cucumber. HEX triplet: 85, B2 and 45. RGB value is (133,178,69). Sum of RGB (Red+Green+Blue) = 133+178+69=380 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35% from 380); Green value is 178 (69.92% from 255 or 46.84% from 380); Blue value is 69 (27.34% from 255 or 18.16% from 380); Max value from RGB is 178 - color contains mainly: green. Hex color #85B245 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85B245 is #7A4DBA. Grayscale: #989898. Windows color (decimal): -8015291 or 4567685. OLE color: 4567685.
HSL color Cylindrical-coordinate representation of color #85B245: hue angle of 84.77º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #85B245 is Cyan = 0.25, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 133 | 178 | 69 | - |
| CMYK | 0.25 | 0 | 0.61 | 0.30 |
| HSL | 84.77º | 0.44% | 0.48% | - |
| HSV(B) | 84.77º | 0.61% | 0.7% | - |
| XYZ | 26.67 | 37.26 | 11.42 | - |
| YUV | 152.12 | 81.09 | 114.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 178 | 69 | 0.25 | 0 | 0.61 | 0.30 | 84.77 | 0.44 | 0.48 |
| Hex | 85 | B2 | 45 | 19 | 0 | 3D | 1E | 55 | 2C | 30 |
| Octal | 205 | 262 | 105 | 31 | 0 | 75 | 36 | 125 | 54 | 60 |
| Binary | 10000101 | 10110010 | 1000101 | 11001 | 0 | 111101 | 11110 | 1010101 | 101100 | 110000 |
Color Harmonies of #85B245
Complementary color
Monochromatic Colors of #85B245
Black with #85B245
Text Example
Text Example
White with #85B245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B245; }
p { color: rgb(133,178,69); }
H1.HeaderClassName
{
color: #85B245;
}
.AnyTagClassName
{
color: #85B245;
}
</style>
background-color css
<style>
a { background-color: #85B245; }
a { background-color: rgb(133,178,69); }
div.DivClassName
{
background-color: #85B245;
}
.BgClassName
{
background-color: #85B245;
}
</style>
border-color css
<style>
span { border-color: #85B245; }
span { border-color: rgb(133,178,69); }
td.TdClassName
{
border-color: #85B245;
}
.TagClassName
{
border-color: #85B245;
}
</style>