Shades of Chelsea Cucumber #85B24D
Tints of Chelsea Cucumber #85B24D
RGB
CMYK
RGB Variations
Color information
#85B24D (or 0x85B24D) is known color: Chelsea Cucumber. HEX triplet: 85, B2 and 4D. RGB value is (133,178,77). Sum of RGB (Red+Green+Blue) = 133+178+77=388 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.28% from 388); Green value is 178 (69.92% from 255 or 45.88% from 388); Blue value is 77 (30.47% from 255 or 19.85% from 388); Max value from RGB is 178 - color contains mainly: green. Hex color #85B24D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85B24D is #7A4DB2. Grayscale: #999999. Windows color (decimal): -8015283 or 5091973. OLE color: 5091973.
HSL color Cylindrical-coordinate representation of color #85B24D: hue angle of 86.73º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #85B24D is Cyan = 0.25, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 133 | 178 | 77 | - |
| CMYK | 0.25 | 0 | 0.57 | 0.30 |
| HSL | 86.73º | 0.4% | 0.5% | - |
| HSV(B) | 86.73º | 0.57% | 0.7% | - |
| XYZ | 26.93 | 37.36 | 12.81 | - |
| YUV | 153.03 | 85.09 | 113.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 178 | 77 | 0.25 | 0 | 0.57 | 0.30 | 86.73 | 0.4 | 0.5 |
| Hex | 85 | B2 | 4D | 19 | 0 | 39 | 1E | 57 | 28 | 32 |
| Octal | 205 | 262 | 115 | 31 | 0 | 71 | 36 | 127 | 50 | 62 |
| Binary | 10000101 | 10110010 | 1001101 | 11001 | 0 | 111001 | 11110 | 1010111 | 101000 | 110010 |
Color Harmonies of #85B24D
Complementary color
Monochromatic Colors of #85B24D
Black with #85B24D
Text Example
Text Example
White with #85B24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B24D; }
p { color: rgb(133,178,77); }
H1.HeaderClassName
{
color: #85B24D;
}
.AnyTagClassName
{
color: #85B24D;
}
</style>
background-color css
<style>
a { background-color: #85B24D; }
a { background-color: rgb(133,178,77); }
div.DivClassName
{
background-color: #85B24D;
}
.BgClassName
{
background-color: #85B24D;
}
</style>
border-color css
<style>
span { border-color: #85B24D; }
span { border-color: rgb(133,178,77); }
td.TdClassName
{
border-color: #85B24D;
}
.TagClassName
{
border-color: #85B24D;
}
</style>