Shades of Chelsea Cucumber #8DBC4B
Tints of Chelsea Cucumber #8DBC4B
RGB
CMYK
RGB Variations
Color information
#8DBC4B (or 0x8DBC4B) is known color: Chelsea Cucumber. HEX triplet: 8D, BC and 4B. RGB value is (141,188,75). Sum of RGB (Red+Green+Blue) = 141+188+75=404 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.90% from 404); Green value is 188 (73.83% from 255 or 46.53% from 404); Blue value is 75 (29.69% from 255 or 18.56% from 404); Max value from RGB is 188 - color contains mainly: green. Hex color #8DBC4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DBC4B is #7243B4. Grayscale: #A1A1A1. Windows color (decimal): -7488437 or 4963469. OLE color: 4963469.
HSL color Cylindrical-coordinate representation of color #8DBC4B: hue angle of 84.96º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8DBC4B is Cyan = 0.25, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 141 | 188 | 75 | - |
| CMYK | 0.25 | 0 | 0.60 | 0.26 |
| HSL | 84.96º | 0.46% | 0.52% | - |
| HSV(B) | 84.96º | 0.6% | 0.74% | - |
| XYZ | 30.24 | 42.14 | 13.2 | - |
| YUV | 161.07 | 79.43 | 113.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 188 | 75 | 0.25 | 0 | 0.60 | 0.26 | 84.96 | 0.46 | 0.52 |
| Hex | 8D | BC | 4B | 19 | 0 | 3C | 1A | 55 | 2E | 34 |
| Octal | 215 | 274 | 113 | 31 | 0 | 74 | 32 | 125 | 56 | 64 |
| Binary | 10001101 | 10111100 | 1001011 | 11001 | 0 | 111100 | 11010 | 1010101 | 101110 | 110100 |
Color Harmonies of #8DBC4B
Complementary color
Monochromatic Colors of #8DBC4B
Black with #8DBC4B
Text Example
Text Example
White with #8DBC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBC4B; }
p { color: rgb(141,188,75); }
H1.HeaderClassName
{
color: #8DBC4B;
}
.AnyTagClassName
{
color: #8DBC4B;
}
</style>
background-color css
<style>
a { background-color: #8DBC4B; }
a { background-color: rgb(141,188,75); }
div.DivClassName
{
background-color: #8DBC4B;
}
.BgClassName
{
background-color: #8DBC4B;
}
</style>
border-color css
<style>
span { border-color: #8DBC4B; }
span { border-color: rgb(141,188,75); }
td.TdClassName
{
border-color: #8DBC4B;
}
.TagClassName
{
border-color: #8DBC4B;
}
</style>