Shades of Chelsea Cucumber #8DB45E
Tints of Chelsea Cucumber #8DB45E
RGB
CMYK
RGB Variations
Color information
#8DB45E (or 0x8DB45E) is known color: Chelsea Cucumber. HEX triplet: 8D, B4 and 5E. RGB value is (141,180,94). Sum of RGB (Red+Green+Blue) = 141+180+94=415 (54% of max value = 765). Red value is 141 (55.47% from 255 or 33.98% from 415); Green value is 180 (70.70% from 255 or 43.37% from 415); Blue value is 94 (37.11% from 255 or 22.65% from 415); Max value from RGB is 180 - color contains mainly: green. Hex color #8DB45E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DB45E is #724BA1. Grayscale: #9E9E9E. Windows color (decimal): -7490466 or 6206605. OLE color: 6206605.
HSL color Cylindrical-coordinate representation of color #8DB45E: hue angle of 87.21º degrees, saturation: 0.36, 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 #8DB45E is Cyan = 0.22, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 141 | 180 | 94 | - |
| CMYK | 0.22 | 0 | 0.48 | 0.29 |
| HSL | 87.21º | 0.36% | 0.54% | - |
| HSV(B) | 87.21º | 0.48% | 0.71% | - |
| XYZ | 29.33 | 39.11 | 16.59 | - |
| YUV | 158.54 | 91.58 | 115.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 180 | 94 | 0.22 | 0 | 0.48 | 0.29 | 87.21 | 0.36 | 0.54 |
| Hex | 8D | B4 | 5E | 16 | 0 | 30 | 1D | 57 | 24 | 36 |
| Octal | 215 | 264 | 136 | 26 | 0 | 60 | 35 | 127 | 44 | 66 |
| Binary | 10001101 | 10110100 | 1011110 | 10110 | 0 | 110000 | 11101 | 1010111 | 100100 | 110110 |
Color Harmonies of #8DB45E
Complementary color
Monochromatic Colors of #8DB45E
Black with #8DB45E
Text Example
Text Example
White with #8DB45E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB45E; }
p { color: rgb(141,180,94); }
H1.HeaderClassName
{
color: #8DB45E;
}
.AnyTagClassName
{
color: #8DB45E;
}
</style>
background-color css
<style>
a { background-color: #8DB45E; }
a { background-color: rgb(141,180,94); }
div.DivClassName
{
background-color: #8DB45E;
}
.BgClassName
{
background-color: #8DB45E;
}
</style>
border-color css
<style>
span { border-color: #8DB45E; }
span { border-color: rgb(141,180,94); }
td.TdClassName
{
border-color: #8DB45E;
}
.TagClassName
{
border-color: #8DB45E;
}
</style>