Shades of Chelsea Cucumber #8DBE4C
Tints of Chelsea Cucumber #8DBE4C
RGB
CMYK
RGB Variations
Color information
#8DBE4C (or 0x8DBE4C) is known color: Chelsea Cucumber. HEX triplet: 8D, BE and 4C. RGB value is (141,190,76). Sum of RGB (Red+Green+Blue) = 141+190+76=407 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.64% from 407); Green value is 190 (74.61% from 255 or 46.68% from 407); Blue value is 76 (30.08% from 255 or 18.67% from 407); Max value from RGB is 190 - color contains mainly: green. Hex color #8DBE4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DBE4C is #7241B3. Grayscale: #A2A2A2. Windows color (decimal): -7487924 or 5029517. OLE color: 5029517.
HSL color Cylindrical-coordinate representation of color #8DBE4C: hue angle of 85.79º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8DBE4C is Cyan = 0.26, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 190 | 76 | - |
| CMYK | 0.26 | 0 | 0.60 | 0.25 |
| HSL | 85.79º | 0.47% | 0.52% | - |
| HSV(B) | 85.79º | 0.6% | 0.75% | - |
| XYZ | 30.7 | 43.01 | 13.52 | - |
| YUV | 162.35 | 79.27 | 112.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 190 | 76 | 0.26 | 0 | 0.60 | 0.25 | 85.79 | 0.47 | 0.52 |
| Hex | 8D | BE | 4C | 1A | 0 | 3C | 19 | 56 | 2F | 34 |
| Octal | 215 | 276 | 114 | 32 | 0 | 74 | 31 | 126 | 57 | 64 |
| Binary | 10001101 | 10111110 | 1001100 | 11010 | 0 | 111100 | 11001 | 1010110 | 101111 | 110100 |
Color Harmonies of #8DBE4C
Complementary color
Monochromatic Colors of #8DBE4C
Black with #8DBE4C
Text Example
Text Example
White with #8DBE4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBE4C; }
p { color: rgb(141,190,76); }
H1.HeaderClassName
{
color: #8DBE4C;
}
.AnyTagClassName
{
color: #8DBE4C;
}
</style>
background-color css
<style>
a { background-color: #8DBE4C; }
a { background-color: rgb(141,190,76); }
div.DivClassName
{
background-color: #8DBE4C;
}
.BgClassName
{
background-color: #8DBE4C;
}
</style>
border-color css
<style>
span { border-color: #8DBE4C; }
span { border-color: rgb(141,190,76); }
td.TdClassName
{
border-color: #8DBE4C;
}
.TagClassName
{
border-color: #8DBE4C;
}
</style>