Shades of Chelsea Cucumber #8DB746
Tints of Chelsea Cucumber #8DB746
RGB
CMYK
RGB Variations
Color information
#8DB746 (or 0x8DB746) is known color: Chelsea Cucumber. HEX triplet: 8D, B7 and 46. RGB value is (141,183,70). Sum of RGB (Red+Green+Blue) = 141+183+70=394 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.79% from 394); Green value is 183 (71.88% from 255 or 46.45% from 394); Blue value is 70 (27.73% from 255 or 17.77% from 394); Max value from RGB is 183 - color contains mainly: green. Hex color #8DB746 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DB746 is #7248B9. Grayscale: #9D9D9D. Windows color (decimal): -7489722 or 4634509. OLE color: 4634509.
HSL color Cylindrical-coordinate representation of color #8DB746: hue angle of 82.3º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8DB746 is Cyan = 0.23, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 141 | 183 | 70 | - |
| CMYK | 0.23 | 0 | 0.62 | 0.28 |
| HSL | 82.3º | 0.45% | 0.5% | - |
| HSV(B) | 82.3º | 0.62% | 0.72% | - |
| XYZ | 29.02 | 39.97 | 11.98 | - |
| YUV | 157.56 | 78.59 | 116.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 183 | 70 | 0.23 | 0 | 0.62 | 0.28 | 82.3 | 0.45 | 0.5 |
| Hex | 8D | B7 | 46 | 17 | 0 | 3E | 1C | 52 | 2D | 32 |
| Octal | 215 | 267 | 106 | 27 | 0 | 76 | 34 | 122 | 55 | 62 |
| Binary | 10001101 | 10110111 | 1000110 | 10111 | 0 | 111110 | 11100 | 1010010 | 101101 | 110010 |
Color Harmonies of #8DB746
Complementary color
Monochromatic Colors of #8DB746
Black with #8DB746
Text Example
Text Example
White with #8DB746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB746; }
p { color: rgb(141,183,70); }
H1.HeaderClassName
{
color: #8DB746;
}
.AnyTagClassName
{
color: #8DB746;
}
</style>
background-color css
<style>
a { background-color: #8DB746; }
a { background-color: rgb(141,183,70); }
div.DivClassName
{
background-color: #8DB746;
}
.BgClassName
{
background-color: #8DB746;
}
</style>
border-color css
<style>
span { border-color: #8DB746; }
span { border-color: rgb(141,183,70); }
td.TdClassName
{
border-color: #8DB746;
}
.TagClassName
{
border-color: #8DB746;
}
</style>