Shades of Chelsea Cucumber #8DB25A
Tints of Chelsea Cucumber #8DB25A
RGB
CMYK
RGB Variations
Color information
#8DB25A (or 0x8DB25A) is known color: Chelsea Cucumber. HEX triplet: 8D, B2 and 5A. RGB value is (141,178,90). Sum of RGB (Red+Green+Blue) = 141+178+90=409 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.47% from 409); Green value is 178 (69.92% from 255 or 43.52% from 409); Blue value is 90 (35.55% from 255 or 22.00% from 409); Max value from RGB is 178 - color contains mainly: green. Hex color #8DB25A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DB25A is #724DA5. Grayscale: #9D9D9D. Windows color (decimal): -7490982 or 5943949. OLE color: 5943949.
HSL color Cylindrical-coordinate representation of color #8DB25A: hue angle of 85.23º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8DB25A is Cyan = 0.21, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 141 | 178 | 90 | - |
| CMYK | 0.21 | 0 | 0.49 | 0.30 |
| HSL | 85.23º | 0.36% | 0.53% | - |
| HSV(B) | 85.23º | 0.49% | 0.7% | - |
| XYZ | 28.75 | 38.24 | 15.54 | - |
| YUV | 156.91 | 90.24 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 178 | 90 | 0.21 | 0 | 0.49 | 0.30 | 85.23 | 0.36 | 0.53 |
| Hex | 8D | B2 | 5A | 15 | 0 | 31 | 1E | 55 | 24 | 35 |
| Octal | 215 | 262 | 132 | 25 | 0 | 61 | 36 | 125 | 44 | 65 |
| Binary | 10001101 | 10110010 | 1011010 | 10101 | 0 | 110001 | 11110 | 1010101 | 100100 | 110101 |
Color Harmonies of #8DB25A
Complementary color
Monochromatic Colors of #8DB25A
Black with #8DB25A
Text Example
Text Example
White with #8DB25A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB25A; }
p { color: rgb(141,178,90); }
H1.HeaderClassName
{
color: #8DB25A;
}
.AnyTagClassName
{
color: #8DB25A;
}
</style>
background-color css
<style>
a { background-color: #8DB25A; }
a { background-color: rgb(141,178,90); }
div.DivClassName
{
background-color: #8DB25A;
}
.BgClassName
{
background-color: #8DB25A;
}
</style>
border-color css
<style>
span { border-color: #8DB25A; }
span { border-color: rgb(141,178,90); }
td.TdClassName
{
border-color: #8DB25A;
}
.TagClassName
{
border-color: #8DB25A;
}
</style>