Shades of Chelsea Cucumber #8DB064
Tints of Chelsea Cucumber #8DB064
RGB
CMYK
RGB Variations
Color information
#8DB064 (or 0x8DB064) is known color: Chelsea Cucumber. HEX triplet: 8D, B0 and 64. RGB value is (141,176,100). Sum of RGB (Red+Green+Blue) = 141+176+100=417 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.81% from 417); Green value is 176 (69.14% from 255 or 42.21% from 417); Blue value is 100 (39.45% from 255 or 23.98% from 417); Max value from RGB is 176 - color contains mainly: green. Hex color #8DB064 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DB064 is #724F9B. Grayscale: #9D9D9D. Windows color (decimal): -7491484 or 6598797. OLE color: 6598797.
HSL color Cylindrical-coordinate representation of color #8DB064: hue angle of 87.63º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8DB064 is Cyan = 0.20, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 141 | 176 | 100 | - |
| CMYK | 0.20 | 0 | 0.43 | 0.31 |
| HSL | 87.63º | 0.32% | 0.54% | - |
| HSV(B) | 87.63º | 0.43% | 0.69% | - |
| XYZ | 28.81 | 37.63 | 17.8 | - |
| YUV | 156.87 | 95.9 | 116.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 176 | 100 | 0.20 | 0 | 0.43 | 0.31 | 87.63 | 0.32 | 0.54 |
| Hex | 8D | B0 | 64 | 14 | 0 | 2B | 1F | 58 | 20 | 36 |
| Octal | 215 | 260 | 144 | 24 | 0 | 53 | 37 | 130 | 40 | 66 |
| Binary | 10001101 | 10110000 | 1100100 | 10100 | 0 | 101011 | 11111 | 1011000 | 100000 | 110110 |
Color Harmonies of #8DB064
Complementary color
Monochromatic Colors of #8DB064
Black with #8DB064
Text Example
Text Example
White with #8DB064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB064; }
p { color: rgb(141,176,100); }
H1.HeaderClassName
{
color: #8DB064;
}
.AnyTagClassName
{
color: #8DB064;
}
</style>
background-color css
<style>
a { background-color: #8DB064; }
a { background-color: rgb(141,176,100); }
div.DivClassName
{
background-color: #8DB064;
}
.BgClassName
{
background-color: #8DB064;
}
</style>
border-color css
<style>
span { border-color: #8DB064; }
span { border-color: rgb(141,176,100); }
td.TdClassName
{
border-color: #8DB064;
}
.TagClassName
{
border-color: #8DB064;
}
</style>