Shades of Chelsea Cucumber #8DB452
Tints of Chelsea Cucumber #8DB452
RGB
CMYK
RGB Variations
Color information
#8DB452 (or 0x8DB452) is known color: Chelsea Cucumber. HEX triplet: 8D, B4 and 52. RGB value is (141,180,82). Sum of RGB (Red+Green+Blue) = 141+180+82=403 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.99% from 403); Green value is 180 (70.70% from 255 or 44.67% from 403); Blue value is 82 (32.42% from 255 or 20.35% from 403); Max value from RGB is 180 - color contains mainly: green. Hex color #8DB452 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DB452 is #724BAD. Grayscale: #9D9D9D. Windows color (decimal): -7490478 or 5420173. OLE color: 5420173.
HSL color Cylindrical-coordinate representation of color #8DB452: hue angle of 83.88º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8DB452 is Cyan = 0.22, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 141 | 180 | 82 | - |
| CMYK | 0.22 | 0 | 0.54 | 0.29 |
| HSL | 83.88º | 0.4% | 0.51% | - |
| HSV(B) | 83.88º | 0.54% | 0.71% | - |
| XYZ | 28.83 | 38.91 | 13.97 | - |
| YUV | 157.17 | 85.58 | 116.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 180 | 82 | 0.22 | 0 | 0.54 | 0.29 | 83.88 | 0.4 | 0.51 |
| Hex | 8D | B4 | 52 | 16 | 0 | 36 | 1D | 54 | 28 | 33 |
| Octal | 215 | 264 | 122 | 26 | 0 | 66 | 35 | 124 | 50 | 63 |
| Binary | 10001101 | 10110100 | 1010010 | 10110 | 0 | 110110 | 11101 | 1010100 | 101000 | 110011 |
Color Harmonies of #8DB452
Complementary color
Monochromatic Colors of #8DB452
Black with #8DB452
Text Example
Text Example
White with #8DB452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB452; }
p { color: rgb(141,180,82); }
H1.HeaderClassName
{
color: #8DB452;
}
.AnyTagClassName
{
color: #8DB452;
}
</style>
background-color css
<style>
a { background-color: #8DB452; }
a { background-color: rgb(141,180,82); }
div.DivClassName
{
background-color: #8DB452;
}
.BgClassName
{
background-color: #8DB452;
}
</style>
border-color css
<style>
span { border-color: #8DB452; }
span { border-color: rgb(141,180,82); }
td.TdClassName
{
border-color: #8DB452;
}
.TagClassName
{
border-color: #8DB452;
}
</style>