Shades of Chelsea Cucumber #8DB75C
Tints of Chelsea Cucumber #8DB75C
RGB
CMYK
RGB Variations
Color information
#8DB75C (or 0x8DB75C) is known color: Chelsea Cucumber. HEX triplet: 8D, B7 and 5C. RGB value is (141,183,92). Sum of RGB (Red+Green+Blue) = 141+183+92=416 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.89% from 416); Green value is 183 (71.88% from 255 or 43.99% from 416); Blue value is 92 (36.33% from 255 or 22.12% from 416); Max value from RGB is 183 - color contains mainly: green. Hex color #8DB75C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DB75C is #7248A3. Grayscale: #A0A0A0. Windows color (decimal): -7489700 or 6076301. OLE color: 6076301.
HSL color Cylindrical-coordinate representation of color #8DB75C: hue angle of 87.69º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8DB75C is Cyan = 0.23, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 141 | 183 | 92 | - |
| CMYK | 0.23 | 0 | 0.50 | 0.28 |
| HSL | 87.69º | 0.39% | 0.54% | - |
| HSV(B) | 87.69º | 0.5% | 0.72% | - |
| XYZ | 29.85 | 40.3 | 16.33 | - |
| YUV | 160.07 | 89.59 | 114.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 183 | 92 | 0.23 | 0 | 0.50 | 0.28 | 87.69 | 0.39 | 0.54 |
| Hex | 8D | B7 | 5C | 17 | 0 | 32 | 1C | 58 | 27 | 36 |
| Octal | 215 | 267 | 134 | 27 | 0 | 62 | 34 | 130 | 47 | 66 |
| Binary | 10001101 | 10110111 | 1011100 | 10111 | 0 | 110010 | 11100 | 1011000 | 100111 | 110110 |
Color Harmonies of #8DB75C
Complementary color
Monochromatic Colors of #8DB75C
Black with #8DB75C
Text Example
Text Example
White with #8DB75C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB75C; }
p { color: rgb(141,183,92); }
H1.HeaderClassName
{
color: #8DB75C;
}
.AnyTagClassName
{
color: #8DB75C;
}
</style>
background-color css
<style>
a { background-color: #8DB75C; }
a { background-color: rgb(141,183,92); }
div.DivClassName
{
background-color: #8DB75C;
}
.BgClassName
{
background-color: #8DB75C;
}
</style>
border-color css
<style>
span { border-color: #8DB75C; }
span { border-color: rgb(141,183,92); }
td.TdClassName
{
border-color: #8DB75C;
}
.TagClassName
{
border-color: #8DB75C;
}
</style>