Shades of Chelsea Cucumber #8DB144
Tints of Chelsea Cucumber #8DB144
RGB
CMYK
RGB Variations
Color information
#8DB144 (or 0x8DB144) is known color: Chelsea Cucumber. HEX triplet: 8D, B1 and 44. RGB value is (141,177,68). Sum of RGB (Red+Green+Blue) = 141+177+68=386 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.53% from 386); Green value is 177 (69.53% from 255 or 45.85% from 386); Blue value is 68 (26.95% from 255 or 17.62% from 386); Max value from RGB is 177 - color contains mainly: green. Hex color #8DB144 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DB144 is #724EBB. Grayscale: #9A9A9A. Windows color (decimal): -7491260 or 4501901. OLE color: 4501901.
HSL color Cylindrical-coordinate representation of color #8DB144: hue angle of 79.82º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8DB144 is Cyan = 0.20, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 141 | 177 | 68 | - |
| CMYK | 0.20 | 0 | 0.62 | 0.31 |
| HSL | 79.82º | 0.44% | 0.48% | - |
| HSV(B) | 79.82º | 0.62% | 0.69% | - |
| XYZ | 27.75 | 37.52 | 11.25 | - |
| YUV | 153.81 | 79.57 | 118.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 177 | 68 | 0.20 | 0 | 0.62 | 0.31 | 79.82 | 0.44 | 0.48 |
| Hex | 8D | B1 | 44 | 14 | 0 | 3E | 1F | 50 | 2C | 30 |
| Octal | 215 | 261 | 104 | 24 | 0 | 76 | 37 | 120 | 54 | 60 |
| Binary | 10001101 | 10110001 | 1000100 | 10100 | 0 | 111110 | 11111 | 1010000 | 101100 | 110000 |
Color Harmonies of #8DB144
Complementary color
Monochromatic Colors of #8DB144
Black with #8DB144
Text Example
Text Example
White with #8DB144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB144; }
p { color: rgb(141,177,68); }
H1.HeaderClassName
{
color: #8DB144;
}
.AnyTagClassName
{
color: #8DB144;
}
</style>
background-color css
<style>
a { background-color: #8DB144; }
a { background-color: rgb(141,177,68); }
div.DivClassName
{
background-color: #8DB144;
}
.BgClassName
{
background-color: #8DB144;
}
</style>
border-color css
<style>
span { border-color: #8DB144; }
span { border-color: rgb(141,177,68); }
td.TdClassName
{
border-color: #8DB144;
}
.TagClassName
{
border-color: #8DB144;
}
</style>