Shades of Chelsea Cucumber #8DB75D
Tints of Chelsea Cucumber #8DB75D
RGB
CMYK
RGB Variations
Color information
#8DB75D (or 0x8DB75D) is known color: Chelsea Cucumber. HEX triplet: 8D, B7 and 5D. RGB value is (141,183,93). Sum of RGB (Red+Green+Blue) = 141+183+93=417 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.81% from 417); Green value is 183 (71.88% from 255 or 43.88% from 417); Blue value is 93 (36.72% from 255 or 22.30% from 417); Max value from RGB is 183 - color contains mainly: green. Hex color #8DB75D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DB75D is #7248A2. Grayscale: #A0A0A0. Windows color (decimal): -7489699 or 6141837. OLE color: 6141837.
HSL color Cylindrical-coordinate representation of color #8DB75D: hue angle of 88º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8DB75D is Cyan = 0.23, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 141 | 183 | 93 | - |
| CMYK | 0.23 | 0 | 0.49 | 0.28 |
| HSL | 88º | 0.38% | 0.54% | - |
| HSV(B) | 88º | 0.49% | 0.72% | - |
| XYZ | 29.89 | 40.32 | 16.56 | - |
| YUV | 160.18 | 90.09 | 114.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 183 | 93 | 0.23 | 0 | 0.49 | 0.28 | 88 | 0.38 | 0.54 |
| Hex | 8D | B7 | 5D | 17 | 0 | 31 | 1C | 58 | 26 | 36 |
| Octal | 215 | 267 | 135 | 27 | 0 | 61 | 34 | 130 | 46 | 66 |
| Binary | 10001101 | 10110111 | 1011101 | 10111 | 0 | 110001 | 11100 | 1011000 | 100110 | 110110 |
Color Harmonies of #8DB75D
Complementary color
Monochromatic Colors of #8DB75D
Black with #8DB75D
Text Example
Text Example
White with #8DB75D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB75D; }
p { color: rgb(141,183,93); }
H1.HeaderClassName
{
color: #8DB75D;
}
.AnyTagClassName
{
color: #8DB75D;
}
</style>
background-color css
<style>
a { background-color: #8DB75D; }
a { background-color: rgb(141,183,93); }
div.DivClassName
{
background-color: #8DB75D;
}
.BgClassName
{
background-color: #8DB75D;
}
</style>
border-color css
<style>
span { border-color: #8DB75D; }
span { border-color: rgb(141,183,93); }
td.TdClassName
{
border-color: #8DB75D;
}
.TagClassName
{
border-color: #8DB75D;
}
</style>