Shades of Chelsea Cucumber #8DB564
Tints of Chelsea Cucumber #8DB564
RGB
CMYK
RGB Variations
Color information
#8DB564 (or 0x8DB564) is known color: Chelsea Cucumber. HEX triplet: 8D, B5 and 64. RGB value is (141,181,100). Sum of RGB (Red+Green+Blue) = 141+181+100=422 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.41% from 422); Green value is 181 (71.09% from 255 or 42.89% from 422); Blue value is 100 (39.45% from 255 or 23.70% from 422); Max value from RGB is 181 - color contains mainly: green. Hex color #8DB564 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DB564 is #724A9B. Grayscale: #A0A0A0. Windows color (decimal): -7490204 or 6600077. OLE color: 6600077.
HSL color Cylindrical-coordinate representation of color #8DB564: hue angle of 89.63º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8DB564 is Cyan = 0.22, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 141 | 181 | 100 | - |
| CMYK | 0.22 | 0 | 0.45 | 0.29 |
| HSL | 89.63º | 0.35% | 0.55% | - |
| HSV(B) | 89.63º | 0.45% | 0.71% | - |
| XYZ | 29.81 | 39.63 | 18.13 | - |
| YUV | 159.81 | 94.25 | 114.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 181 | 100 | 0.22 | 0 | 0.45 | 0.29 | 89.63 | 0.35 | 0.55 |
| Hex | 8D | B5 | 64 | 16 | 0 | 2D | 1D | 5A | 23 | 37 |
| Octal | 215 | 265 | 144 | 26 | 0 | 55 | 35 | 132 | 43 | 67 |
| Binary | 10001101 | 10110101 | 1100100 | 10110 | 0 | 101101 | 11101 | 1011010 | 100011 | 110111 |
Color Harmonies of #8DB564
Complementary color
Monochromatic Colors of #8DB564
Black with #8DB564
Text Example
Text Example
White with #8DB564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB564; }
p { color: rgb(141,181,100); }
H1.HeaderClassName
{
color: #8DB564;
}
.AnyTagClassName
{
color: #8DB564;
}
</style>
background-color css
<style>
a { background-color: #8DB564; }
a { background-color: rgb(141,181,100); }
div.DivClassName
{
background-color: #8DB564;
}
.BgClassName
{
background-color: #8DB564;
}
</style>
border-color css
<style>
span { border-color: #8DB564; }
span { border-color: rgb(141,181,100); }
td.TdClassName
{
border-color: #8DB564;
}
.TagClassName
{
border-color: #8DB564;
}
</style>