Shades of Chelsea Cucumber #8DB953
Tints of Chelsea Cucumber #8DB953
RGB
CMYK
RGB Variations
Color information
#8DB953 (or 0x8DB953) is known color: Chelsea Cucumber. HEX triplet: 8D, B9 and 53. RGB value is (141,185,83). Sum of RGB (Red+Green+Blue) = 141+185+83=409 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.47% from 409); Green value is 185 (72.66% from 255 or 45.23% from 409); Blue value is 83 (32.81% from 255 or 20.29% from 409); Max value from RGB is 185 - color contains mainly: green. Hex color #8DB953 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DB953 is #7246AC. Grayscale: #A0A0A0. Windows color (decimal): -7489197 or 5486989. OLE color: 5486989.
HSL color Cylindrical-coordinate representation of color #8DB953: hue angle of 85.88º 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 #8DB953 is Cyan = 0.24, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 141 | 185 | 83 | - |
| CMYK | 0.24 | 0 | 0.55 | 0.27 |
| HSL | 85.88º | 0.42% | 0.53% | - |
| HSV(B) | 85.88º | 0.55% | 0.73% | - |
| XYZ | 29.89 | 40.99 | 14.52 | - |
| YUV | 160.22 | 84.42 | 114.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 185 | 83 | 0.24 | 0 | 0.55 | 0.27 | 85.88 | 0.42 | 0.53 |
| Hex | 8D | B9 | 53 | 18 | 0 | 37 | 1B | 56 | 2A | 35 |
| Octal | 215 | 271 | 123 | 30 | 0 | 67 | 33 | 126 | 52 | 65 |
| Binary | 10001101 | 10111001 | 1010011 | 11000 | 0 | 110111 | 11011 | 1010110 | 101010 | 110101 |
Color Harmonies of #8DB953
Complementary color
Monochromatic Colors of #8DB953
Black with #8DB953
Text Example
Text Example
White with #8DB953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB953; }
p { color: rgb(141,185,83); }
H1.HeaderClassName
{
color: #8DB953;
}
.AnyTagClassName
{
color: #8DB953;
}
</style>
background-color css
<style>
a { background-color: #8DB953; }
a { background-color: rgb(141,185,83); }
div.DivClassName
{
background-color: #8DB953;
}
.BgClassName
{
background-color: #8DB953;
}
</style>
border-color css
<style>
span { border-color: #8DB953; }
span { border-color: rgb(141,185,83); }
td.TdClassName
{
border-color: #8DB953;
}
.TagClassName
{
border-color: #8DB953;
}
</style>