Shades of Chelsea Cucumber #8DB454
Tints of Chelsea Cucumber #8DB454
RGB
CMYK
RGB Variations
Color information
#8DB454 (or 0x8DB454) is known color: Chelsea Cucumber. HEX triplet: 8D, B4 and 54. RGB value is (141,180,84). Sum of RGB (Red+Green+Blue) = 141+180+84=405 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.81% from 405); Green value is 180 (70.70% from 255 or 44.44% from 405); Blue value is 84 (33.20% from 255 or 20.74% from 405); Max value from RGB is 180 - color contains mainly: green. Hex color #8DB454 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DB454 is #724BAB. Grayscale: #9D9D9D. Windows color (decimal): -7490476 or 5551245. OLE color: 5551245.
HSL color Cylindrical-coordinate representation of color #8DB454: hue angle of 84.38º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8DB454 is Cyan = 0.22, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 141 | 180 | 84 | - |
| CMYK | 0.22 | 0 | 0.53 | 0.29 |
| HSL | 84.38º | 0.39% | 0.52% | - |
| HSV(B) | 84.38º | 0.53% | 0.71% | - |
| XYZ | 28.91 | 38.95 | 14.38 | - |
| YUV | 157.4 | 86.58 | 116.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 180 | 84 | 0.22 | 0 | 0.53 | 0.29 | 84.38 | 0.39 | 0.52 |
| Hex | 8D | B4 | 54 | 16 | 0 | 35 | 1D | 54 | 27 | 34 |
| Octal | 215 | 264 | 124 | 26 | 0 | 65 | 35 | 124 | 47 | 64 |
| Binary | 10001101 | 10110100 | 1010100 | 10110 | 0 | 110101 | 11101 | 1010100 | 100111 | 110100 |
Color Harmonies of #8DB454
Complementary color
Monochromatic Colors of #8DB454
Black with #8DB454
Text Example
Text Example
White with #8DB454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB454; }
p { color: rgb(141,180,84); }
H1.HeaderClassName
{
color: #8DB454;
}
.AnyTagClassName
{
color: #8DB454;
}
</style>
background-color css
<style>
a { background-color: #8DB454; }
a { background-color: rgb(141,180,84); }
div.DivClassName
{
background-color: #8DB454;
}
.BgClassName
{
background-color: #8DB454;
}
</style>
border-color css
<style>
span { border-color: #8DB454; }
span { border-color: rgb(141,180,84); }
td.TdClassName
{
border-color: #8DB454;
}
.TagClassName
{
border-color: #8DB454;
}
</style>