Shades of Chelsea Cucumber #8DB760
Tints of Chelsea Cucumber #8DB760
RGB
CMYK
RGB Variations
Color information
#8DB760 (or 0x8DB760) is known color: Chelsea Cucumber. HEX triplet: 8D, B7 and 60. RGB value is (141,183,96). Sum of RGB (Red+Green+Blue) = 141+183+96=420 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.57% from 420); Green value is 183 (71.88% from 255 or 43.57% from 420); Blue value is 96 (37.89% from 255 or 22.86% from 420); Max value from RGB is 183 - color contains mainly: green. Hex color #8DB760 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DB760 is #72489F. Grayscale: #A0A0A0. Windows color (decimal): -7489696 or 6338445. OLE color: 6338445.
HSL color Cylindrical-coordinate representation of color #8DB760: hue angle of 88.97º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8DB760 is Cyan = 0.23, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 141 | 183 | 96 | - |
| CMYK | 0.23 | 0 | 0.48 | 0.28 |
| HSL | 88.97º | 0.38% | 0.55% | - |
| HSV(B) | 88.97º | 0.48% | 0.72% | - |
| XYZ | 30.03 | 40.37 | 17.28 | - |
| YUV | 160.52 | 91.59 | 114.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 183 | 96 | 0.23 | 0 | 0.48 | 0.28 | 88.97 | 0.38 | 0.55 |
| Hex | 8D | B7 | 60 | 17 | 0 | 30 | 1C | 59 | 26 | 37 |
| Octal | 215 | 267 | 140 | 27 | 0 | 60 | 34 | 131 | 46 | 67 |
| Binary | 10001101 | 10110111 | 1100000 | 10111 | 0 | 110000 | 11100 | 1011001 | 100110 | 110111 |
Color Harmonies of #8DB760
Complementary color
Monochromatic Colors of #8DB760
Black with #8DB760
Text Example
Text Example
White with #8DB760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB760; }
p { color: rgb(141,183,96); }
H1.HeaderClassName
{
color: #8DB760;
}
.AnyTagClassName
{
color: #8DB760;
}
</style>
background-color css
<style>
a { background-color: #8DB760; }
a { background-color: rgb(141,183,96); }
div.DivClassName
{
background-color: #8DB760;
}
.BgClassName
{
background-color: #8DB760;
}
</style>
border-color css
<style>
span { border-color: #8DB760; }
span { border-color: rgb(141,183,96); }
td.TdClassName
{
border-color: #8DB760;
}
.TagClassName
{
border-color: #8DB760;
}
</style>