Shades of Chelsea Cucumber #8DB55B
Tints of Chelsea Cucumber #8DB55B
RGB
CMYK
RGB Variations
Color information
#8DB55B (or 0x8DB55B) is known color: Chelsea Cucumber. HEX triplet: 8D, B5 and 5B. RGB value is (141,181,91). Sum of RGB (Red+Green+Blue) = 141+181+91=413 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.14% from 413); Green value is 181 (71.09% from 255 or 43.83% from 413); Blue value is 91 (35.94% from 255 or 22.03% from 413); Max value from RGB is 181 - color contains mainly: green. Hex color #8DB55B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DB55B is #724AA4. Grayscale: #9F9F9F. Windows color (decimal): -7490213 or 6010253. OLE color: 6010253.
HSL color Cylindrical-coordinate representation of color #8DB55B: hue angle of 86.67º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8DB55B is Cyan = 0.22, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 141 | 181 | 91 | - |
| CMYK | 0.22 | 0 | 0.50 | 0.29 |
| HSL | 86.67º | 0.38% | 0.53% | - |
| HSV(B) | 86.67º | 0.5% | 0.71% | - |
| XYZ | 29.4 | 39.47 | 15.97 | - |
| YUV | 158.78 | 89.75 | 115.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 181 | 91 | 0.22 | 0 | 0.50 | 0.29 | 86.67 | 0.38 | 0.53 |
| Hex | 8D | B5 | 5B | 16 | 0 | 32 | 1D | 57 | 26 | 35 |
| Octal | 215 | 265 | 133 | 26 | 0 | 62 | 35 | 127 | 46 | 65 |
| Binary | 10001101 | 10110101 | 1011011 | 10110 | 0 | 110010 | 11101 | 1010111 | 100110 | 110101 |
Color Harmonies of #8DB55B
Complementary color
Monochromatic Colors of #8DB55B
Black with #8DB55B
Text Example
Text Example
White with #8DB55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB55B; }
p { color: rgb(141,181,91); }
H1.HeaderClassName
{
color: #8DB55B;
}
.AnyTagClassName
{
color: #8DB55B;
}
</style>
background-color css
<style>
a { background-color: #8DB55B; }
a { background-color: rgb(141,181,91); }
div.DivClassName
{
background-color: #8DB55B;
}
.BgClassName
{
background-color: #8DB55B;
}
</style>
border-color css
<style>
span { border-color: #8DB55B; }
span { border-color: rgb(141,181,91); }
td.TdClassName
{
border-color: #8DB55B;
}
.TagClassName
{
border-color: #8DB55B;
}
</style>