Shades of Chelsea Cucumber #8DB566
Tints of Chelsea Cucumber #8DB566
RGB
CMYK
RGB Variations
Color information
#8DB566 (or 0x8DB566) is known color: Chelsea Cucumber. HEX triplet: 8D, B5 and 66. RGB value is (141,181,102). Sum of RGB (Red+Green+Blue) = 141+181+102=424 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.25% from 424); Green value is 181 (71.09% from 255 or 42.69% from 424); Blue value is 102 (40.23% from 255 or 24.06% from 424); Max value from RGB is 181 - color contains mainly: green. Hex color #8DB566 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DB566 is #724A99. Grayscale: #A0A0A0. Windows color (decimal): -7490202 or 6731149. OLE color: 6731149.
HSL color Cylindrical-coordinate representation of color #8DB566: hue angle of 90.38º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DB566 is Cyan = 0.22, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 141 | 181 | 102 | - |
| CMYK | 0.22 | 0 | 0.44 | 0.29 |
| HSL | 90.38º | 0.35% | 0.55% | - |
| HSV(B) | 90.38º | 0.44% | 0.71% | - |
| XYZ | 29.91 | 39.67 | 18.65 | - |
| YUV | 160.03 | 95.25 | 114.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 181 | 102 | 0.22 | 0 | 0.44 | 0.29 | 90.38 | 0.35 | 0.55 |
| Hex | 8D | B5 | 66 | 16 | 0 | 2C | 1D | 5A | 23 | 37 |
| Octal | 215 | 265 | 146 | 26 | 0 | 54 | 35 | 132 | 43 | 67 |
| Binary | 10001101 | 10110101 | 1100110 | 10110 | 0 | 101100 | 11101 | 1011010 | 100011 | 110111 |
Color Harmonies of #8DB566
Complementary color
Monochromatic Colors of #8DB566
Black with #8DB566
Text Example
Text Example
White with #8DB566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB566; }
p { color: rgb(141,181,102); }
H1.HeaderClassName
{
color: #8DB566;
}
.AnyTagClassName
{
color: #8DB566;
}
</style>
background-color css
<style>
a { background-color: #8DB566; }
a { background-color: rgb(141,181,102); }
div.DivClassName
{
background-color: #8DB566;
}
.BgClassName
{
background-color: #8DB566;
}
</style>
border-color css
<style>
span { border-color: #8DB566; }
span { border-color: rgb(141,181,102); }
td.TdClassName
{
border-color: #8DB566;
}
.TagClassName
{
border-color: #8DB566;
}
</style>