Shades of Chelsea Cucumber #8DB363
Tints of Chelsea Cucumber #8DB363
RGB
CMYK
RGB Variations
Color information
#8DB363 (or 0x8DB363) is known color: Chelsea Cucumber. HEX triplet: 8D, B3 and 63. RGB value is (141,179,99). Sum of RGB (Red+Green+Blue) = 141+179+99=419 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.65% from 419); Green value is 179 (70.31% from 255 or 42.72% from 419); Blue value is 99 (39.06% from 255 or 23.63% from 419); Max value from RGB is 179 - color contains mainly: green. Hex color #8DB363 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DB363 is #724C9C. Grayscale: #9E9E9E. Windows color (decimal): -7490717 or 6534029. OLE color: 6534029.
HSL color Cylindrical-coordinate representation of color #8DB363: hue angle of 88.5º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8DB363 is Cyan = 0.21, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 141 | 179 | 99 | - |
| CMYK | 0.21 | 0 | 0.45 | 0.30 |
| HSL | 88.5º | 0.34% | 0.55% | - |
| HSV(B) | 88.5º | 0.45% | 0.7% | - |
| XYZ | 29.36 | 38.8 | 17.75 | - |
| YUV | 158.52 | 94.41 | 115.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 179 | 99 | 0.21 | 0 | 0.45 | 0.30 | 88.5 | 0.34 | 0.55 |
| Hex | 8D | B3 | 63 | 15 | 0 | 2D | 1E | 58 | 22 | 37 |
| Octal | 215 | 263 | 143 | 25 | 0 | 55 | 36 | 130 | 42 | 67 |
| Binary | 10001101 | 10110011 | 1100011 | 10101 | 0 | 101101 | 11110 | 1011000 | 100010 | 110111 |
Color Harmonies of #8DB363
Complementary color
Monochromatic Colors of #8DB363
Black with #8DB363
Text Example
Text Example
White with #8DB363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB363; }
p { color: rgb(141,179,99); }
H1.HeaderClassName
{
color: #8DB363;
}
.AnyTagClassName
{
color: #8DB363;
}
</style>
background-color css
<style>
a { background-color: #8DB363; }
a { background-color: rgb(141,179,99); }
div.DivClassName
{
background-color: #8DB363;
}
.BgClassName
{
background-color: #8DB363;
}
</style>
border-color css
<style>
span { border-color: #8DB363; }
span { border-color: rgb(141,179,99); }
td.TdClassName
{
border-color: #8DB363;
}
.TagClassName
{
border-color: #8DB363;
}
</style>