Shades of Chelsea Cucumber #8DB55E
Tints of Chelsea Cucumber #8DB55E
RGB
CMYK
RGB Variations
Color information
#8DB55E (or 0x8DB55E) is known color: Chelsea Cucumber. HEX triplet: 8D, B5 and 5E. RGB value is (141,181,94). Sum of RGB (Red+Green+Blue) = 141+181+94=416 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.89% from 416); Green value is 181 (71.09% from 255 or 43.51% from 416); Blue value is 94 (37.11% from 255 or 22.60% from 416); Max value from RGB is 181 - color contains mainly: green. Hex color #8DB55E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DB55E is #724AA1. Grayscale: #9F9F9F. Windows color (decimal): -7490210 or 6206861. OLE color: 6206861.
HSL color Cylindrical-coordinate representation of color #8DB55E: hue angle of 87.59º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8DB55E is Cyan = 0.22, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 141 | 181 | 94 | - |
| CMYK | 0.22 | 0 | 0.48 | 0.29 |
| HSL | 87.59º | 0.37% | 0.54% | - |
| HSV(B) | 87.59º | 0.48% | 0.71% | - |
| XYZ | 29.53 | 39.52 | 16.66 | - |
| YUV | 159.12 | 91.25 | 115.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 181 | 94 | 0.22 | 0 | 0.48 | 0.29 | 87.59 | 0.37 | 0.54 |
| Hex | 8D | B5 | 5E | 16 | 0 | 30 | 1D | 58 | 25 | 36 |
| Octal | 215 | 265 | 136 | 26 | 0 | 60 | 35 | 130 | 45 | 66 |
| Binary | 10001101 | 10110101 | 1011110 | 10110 | 0 | 110000 | 11101 | 1011000 | 100101 | 110110 |
Color Harmonies of #8DB55E
Complementary color
Monochromatic Colors of #8DB55E
Black with #8DB55E
Text Example
Text Example
White with #8DB55E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB55E; }
p { color: rgb(141,181,94); }
H1.HeaderClassName
{
color: #8DB55E;
}
.AnyTagClassName
{
color: #8DB55E;
}
</style>
background-color css
<style>
a { background-color: #8DB55E; }
a { background-color: rgb(141,181,94); }
div.DivClassName
{
background-color: #8DB55E;
}
.BgClassName
{
background-color: #8DB55E;
}
</style>
border-color css
<style>
span { border-color: #8DB55E; }
span { border-color: rgb(141,181,94); }
td.TdClassName
{
border-color: #8DB55E;
}
.TagClassName
{
border-color: #8DB55E;
}
</style>