Shades of Chelsea Cucumber #8DB25D
Tints of Chelsea Cucumber #8DB25D
RGB
CMYK
RGB Variations
Color information
#8DB25D (or 0x8DB25D) is known color: Chelsea Cucumber. HEX triplet: 8D, B2 and 5D. RGB value is (141,178,93). Sum of RGB (Red+Green+Blue) = 141+178+93=412 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.22% from 412); Green value is 178 (69.92% from 255 or 43.20% from 412); Blue value is 93 (36.72% from 255 or 22.57% from 412); Max value from RGB is 178 - color contains mainly: green. Hex color #8DB25D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DB25D is #724DA2. Grayscale: #9D9D9D. Windows color (decimal): -7490979 or 6140557. OLE color: 6140557.
HSL color Cylindrical-coordinate representation of color #8DB25D: hue angle of 86.12º 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 #8DB25D is Cyan = 0.21, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 141 | 178 | 93 | - |
| CMYK | 0.21 | 0 | 0.48 | 0.30 |
| HSL | 86.12º | 0.36% | 0.53% | - |
| HSV(B) | 86.12º | 0.48% | 0.7% | - |
| XYZ | 28.88 | 38.29 | 16.23 | - |
| YUV | 157.25 | 91.74 | 116.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 178 | 93 | 0.21 | 0 | 0.48 | 0.30 | 86.12 | 0.36 | 0.53 |
| Hex | 8D | B2 | 5D | 15 | 0 | 30 | 1E | 56 | 24 | 35 |
| Octal | 215 | 262 | 135 | 25 | 0 | 60 | 36 | 126 | 44 | 65 |
| Binary | 10001101 | 10110010 | 1011101 | 10101 | 0 | 110000 | 11110 | 1010110 | 100100 | 110101 |
Color Harmonies of #8DB25D
Complementary color
Monochromatic Colors of #8DB25D
Black with #8DB25D
Text Example
Text Example
White with #8DB25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB25D; }
p { color: rgb(141,178,93); }
H1.HeaderClassName
{
color: #8DB25D;
}
.AnyTagClassName
{
color: #8DB25D;
}
</style>
background-color css
<style>
a { background-color: #8DB25D; }
a { background-color: rgb(141,178,93); }
div.DivClassName
{
background-color: #8DB25D;
}
.BgClassName
{
background-color: #8DB25D;
}
</style>
border-color css
<style>
span { border-color: #8DB25D; }
span { border-color: rgb(141,178,93); }
td.TdClassName
{
border-color: #8DB25D;
}
.TagClassName
{
border-color: #8DB25D;
}
</style>