Shades of Chelsea Cucumber #85B250
Tints of Chelsea Cucumber #85B250
RGB
CMYK
RGB Variations
Color information
#85B250 (or 0x85B250) is known color: Chelsea Cucumber. HEX triplet: 85, B2 and 50. RGB value is (133,178,80). Sum of RGB (Red+Green+Blue) = 133+178+80=391 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.02% from 391); Green value is 178 (69.92% from 255 or 45.52% from 391); Blue value is 80 (31.64% from 255 or 20.46% from 391); Max value from RGB is 178 - color contains mainly: green. Hex color #85B250 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85B250 is #7A4DAF. Grayscale: #999999. Windows color (decimal): -8015280 or 5288581. OLE color: 5288581.
HSL color Cylindrical-coordinate representation of color #85B250: hue angle of 87.55º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #85B250 is Cyan = 0.25, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 133 | 178 | 80 | - |
| CMYK | 0.25 | 0 | 0.55 | 0.30 |
| HSL | 87.55º | 0.39% | 0.51% | - |
| HSV(B) | 87.55º | 0.55% | 0.7% | - |
| XYZ | 27.04 | 37.41 | 13.38 | - |
| YUV | 153.37 | 86.59 | 113.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 178 | 80 | 0.25 | 0 | 0.55 | 0.30 | 87.55 | 0.39 | 0.51 |
| Hex | 85 | B2 | 50 | 19 | 0 | 37 | 1E | 58 | 27 | 33 |
| Octal | 205 | 262 | 120 | 31 | 0 | 67 | 36 | 130 | 47 | 63 |
| Binary | 10000101 | 10110010 | 1010000 | 11001 | 0 | 110111 | 11110 | 1011000 | 100111 | 110011 |
Color Harmonies of #85B250
Complementary color
Monochromatic Colors of #85B250
Black with #85B250
Text Example
Text Example
White with #85B250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B250; }
p { color: rgb(133,178,80); }
H1.HeaderClassName
{
color: #85B250;
}
.AnyTagClassName
{
color: #85B250;
}
</style>
background-color css
<style>
a { background-color: #85B250; }
a { background-color: rgb(133,178,80); }
div.DivClassName
{
background-color: #85B250;
}
.BgClassName
{
background-color: #85B250;
}
</style>
border-color css
<style>
span { border-color: #85B250; }
span { border-color: rgb(133,178,80); }
td.TdClassName
{
border-color: #85B250;
}
.TagClassName
{
border-color: #85B250;
}
</style>