Shades of Chelsea Cucumber #8DB25E
Tints of Chelsea Cucumber #8DB25E
RGB
CMYK
RGB Variations
Color information
#8DB25E (or 0x8DB25E) is known color: Chelsea Cucumber. HEX triplet: 8D, B2 and 5E. RGB value is (141,178,94). Sum of RGB (Red+Green+Blue) = 141+178+94=413 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.14% from 413); Green value is 178 (69.92% from 255 or 43.10% from 413); Blue value is 94 (37.11% from 255 or 22.76% from 413); Max value from RGB is 178 - color contains mainly: green. Hex color #8DB25E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DB25E is #724DA1. Grayscale: #9D9D9D. Windows color (decimal): -7490978 or 6206093. OLE color: 6206093.
HSL color Cylindrical-coordinate representation of color #8DB25E: hue angle of 86.43º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8DB25E is Cyan = 0.21, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 141 | 178 | 94 | - |
| CMYK | 0.21 | 0 | 0.47 | 0.30 |
| HSL | 86.43º | 0.35% | 0.53% | - |
| HSV(B) | 86.43º | 0.47% | 0.7% | - |
| XYZ | 28.93 | 38.31 | 16.46 | - |
| YUV | 157.36 | 92.24 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 178 | 94 | 0.21 | 0 | 0.47 | 0.30 | 86.43 | 0.35 | 0.53 |
| Hex | 8D | B2 | 5E | 15 | 0 | 2F | 1E | 56 | 23 | 35 |
| Octal | 215 | 262 | 136 | 25 | 0 | 57 | 36 | 126 | 43 | 65 |
| Binary | 10001101 | 10110010 | 1011110 | 10101 | 0 | 101111 | 11110 | 1010110 | 100011 | 110101 |
Color Harmonies of #8DB25E
Complementary color
Monochromatic Colors of #8DB25E
Black with #8DB25E
Text Example
Text Example
White with #8DB25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB25E; }
p { color: rgb(141,178,94); }
H1.HeaderClassName
{
color: #8DB25E;
}
.AnyTagClassName
{
color: #8DB25E;
}
</style>
background-color css
<style>
a { background-color: #8DB25E; }
a { background-color: rgb(141,178,94); }
div.DivClassName
{
background-color: #8DB25E;
}
.BgClassName
{
background-color: #8DB25E;
}
</style>
border-color css
<style>
span { border-color: #8DB25E; }
span { border-color: rgb(141,178,94); }
td.TdClassName
{
border-color: #8DB25E;
}
.TagClassName
{
border-color: #8DB25E;
}
</style>