Shades of Chelsea Cucumber #8DB25C
Tints of Chelsea Cucumber #8DB25C
RGB
CMYK
RGB Variations
Color information
#8DB25C (or 0x8DB25C) is known color: Chelsea Cucumber. HEX triplet: 8D, B2 and 5C. RGB value is (141,178,92). Sum of RGB (Red+Green+Blue) = 141+178+92=411 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.31% from 411); Green value is 178 (69.92% from 255 or 43.31% from 411); Blue value is 92 (36.33% from 255 or 22.38% from 411); Max value from RGB is 178 - color contains mainly: green. Hex color #8DB25C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DB25C is #724DA3. Grayscale: #9D9D9D. Windows color (decimal): -7490980 or 6075021. OLE color: 6075021.
HSL color Cylindrical-coordinate representation of color #8DB25C: hue angle of 85.81º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8DB25C is Cyan = 0.21, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 141 | 178 | 92 | - |
| CMYK | 0.21 | 0 | 0.48 | 0.30 |
| HSL | 85.81º | 0.36% | 0.53% | - |
| HSV(B) | 85.81º | 0.48% | 0.7% | - |
| XYZ | 28.84 | 38.28 | 15.99 | - |
| YUV | 157.13 | 91.24 | 116.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 178 | 92 | 0.21 | 0 | 0.48 | 0.30 | 85.81 | 0.36 | 0.53 |
| Hex | 8D | B2 | 5C | 15 | 0 | 30 | 1E | 56 | 24 | 35 |
| Octal | 215 | 262 | 134 | 25 | 0 | 60 | 36 | 126 | 44 | 65 |
| Binary | 10001101 | 10110010 | 1011100 | 10101 | 0 | 110000 | 11110 | 1010110 | 100100 | 110101 |
Color Harmonies of #8DB25C
Complementary color
Monochromatic Colors of #8DB25C
Black with #8DB25C
Text Example
Text Example
White with #8DB25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB25C; }
p { color: rgb(141,178,92); }
H1.HeaderClassName
{
color: #8DB25C;
}
.AnyTagClassName
{
color: #8DB25C;
}
</style>
background-color css
<style>
a { background-color: #8DB25C; }
a { background-color: rgb(141,178,92); }
div.DivClassName
{
background-color: #8DB25C;
}
.BgClassName
{
background-color: #8DB25C;
}
</style>
border-color css
<style>
span { border-color: #8DB25C; }
span { border-color: rgb(141,178,92); }
td.TdClassName
{
border-color: #8DB25C;
}
.TagClassName
{
border-color: #8DB25C;
}
</style>