Shades of Chelsea Cucumber #8DB954
Tints of Chelsea Cucumber #8DB954
RGB
CMYK
RGB Variations
Color information
#8DB954 (or 0x8DB954) is known color: Chelsea Cucumber. HEX triplet: 8D, B9 and 54. RGB value is (141,185,84). Sum of RGB (Red+Green+Blue) = 141+185+84=410 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.39% from 410); Green value is 185 (72.66% from 255 or 45.12% from 410); Blue value is 84 (33.20% from 255 or 20.49% from 410); Max value from RGB is 185 - color contains mainly: green. Hex color #8DB954 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DB954 is #7246AB. Grayscale: #A0A0A0. Windows color (decimal): -7489196 or 5552525. OLE color: 5552525.
HSL color Cylindrical-coordinate representation of color #8DB954: hue angle of 86.14º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8DB954 is Cyan = 0.24, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 141 | 185 | 84 | - |
| CMYK | 0.24 | 0 | 0.55 | 0.27 |
| HSL | 86.14º | 0.42% | 0.53% | - |
| HSV(B) | 86.14º | 0.55% | 0.73% | - |
| XYZ | 29.93 | 41 | 14.72 | - |
| YUV | 160.33 | 84.92 | 114.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 185 | 84 | 0.24 | 0 | 0.55 | 0.27 | 86.14 | 0.42 | 0.53 |
| Hex | 8D | B9 | 54 | 18 | 0 | 37 | 1B | 56 | 2A | 35 |
| Octal | 215 | 271 | 124 | 30 | 0 | 67 | 33 | 126 | 52 | 65 |
| Binary | 10001101 | 10111001 | 1010100 | 11000 | 0 | 110111 | 11011 | 1010110 | 101010 | 110101 |
Color Harmonies of #8DB954
Complementary color
Monochromatic Colors of #8DB954
Black with #8DB954
Text Example
Text Example
White with #8DB954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB954; }
p { color: rgb(141,185,84); }
H1.HeaderClassName
{
color: #8DB954;
}
.AnyTagClassName
{
color: #8DB954;
}
</style>
background-color css
<style>
a { background-color: #8DB954; }
a { background-color: rgb(141,185,84); }
div.DivClassName
{
background-color: #8DB954;
}
.BgClassName
{
background-color: #8DB954;
}
</style>
border-color css
<style>
span { border-color: #8DB954; }
span { border-color: rgb(141,185,84); }
td.TdClassName
{
border-color: #8DB954;
}
.TagClassName
{
border-color: #8DB954;
}
</style>