Shades of Chelsea Cucumber #8DB34A
Tints of Chelsea Cucumber #8DB34A
RGB
CMYK
RGB Variations
Color information
#8DB34A (or 0x8DB34A) is known color: Chelsea Cucumber. HEX triplet: 8D, B3 and 4A. RGB value is (141,179,74). Sum of RGB (Red+Green+Blue) = 141+179+74=394 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.79% from 394); Green value is 179 (70.31% from 255 or 45.43% from 394); Blue value is 74 (29.30% from 255 or 18.78% from 394); Max value from RGB is 179 - color contains mainly: green. Hex color #8DB34A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DB34A is #724CB5. Grayscale: #9C9C9C. Windows color (decimal): -7490742 or 4895629. OLE color: 4895629.
HSL color Cylindrical-coordinate representation of color #8DB34A: hue angle of 81.71º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8DB34A is Cyan = 0.21, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 141 | 179 | 74 | - |
| CMYK | 0.21 | 0 | 0.59 | 0.30 |
| HSL | 81.71º | 0.42% | 0.5% | - |
| HSV(B) | 81.71º | 0.59% | 0.7% | - |
| XYZ | 28.34 | 38.4 | 12.4 | - |
| YUV | 155.67 | 81.91 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 179 | 74 | 0.21 | 0 | 0.59 | 0.30 | 81.71 | 0.42 | 0.5 |
| Hex | 8D | B3 | 4A | 15 | 0 | 3B | 1E | 52 | 2A | 32 |
| Octal | 215 | 263 | 112 | 25 | 0 | 73 | 36 | 122 | 52 | 62 |
| Binary | 10001101 | 10110011 | 1001010 | 10101 | 0 | 111011 | 11110 | 1010010 | 101010 | 110010 |
Color Harmonies of #8DB34A
Complementary color
Monochromatic Colors of #8DB34A
Black with #8DB34A
Text Example
Text Example
White with #8DB34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB34A; }
p { color: rgb(141,179,74); }
H1.HeaderClassName
{
color: #8DB34A;
}
.AnyTagClassName
{
color: #8DB34A;
}
</style>
background-color css
<style>
a { background-color: #8DB34A; }
a { background-color: rgb(141,179,74); }
div.DivClassName
{
background-color: #8DB34A;
}
.BgClassName
{
background-color: #8DB34A;
}
</style>
border-color css
<style>
span { border-color: #8DB34A; }
span { border-color: rgb(141,179,74); }
td.TdClassName
{
border-color: #8DB34A;
}
.TagClassName
{
border-color: #8DB34A;
}
</style>