Shades of Chelsea Cucumber #8DAF44
Tints of Chelsea Cucumber #8DAF44
RGB
CMYK
RGB Variations
Color information
#8DAF44 (or 0x8DAF44) is known color: Chelsea Cucumber. HEX triplet: 8D, AF and 44. RGB value is (141,175,68). Sum of RGB (Red+Green+Blue) = 141+175+68=384 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.72% from 384); Green value is 175 (68.75% from 255 or 45.57% from 384); Blue value is 68 (26.95% from 255 or 17.71% from 384); Max value from RGB is 175 - color contains mainly: green. Hex color #8DAF44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DAF44 is #7250BB. Grayscale: #999999. Windows color (decimal): -7491772 or 4501389. OLE color: 4501389.
HSL color Cylindrical-coordinate representation of color #8DAF44: hue angle of 79.07º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8DAF44 is Cyan = 0.19, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 141 | 175 | 68 | - |
| CMYK | 0.19 | 0 | 0.61 | 0.31 |
| HSL | 79.07º | 0.44% | 0.48% | - |
| HSV(B) | 79.07º | 0.61% | 0.69% | - |
| XYZ | 27.36 | 36.74 | 11.12 | - |
| YUV | 152.64 | 80.24 | 119.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 175 | 68 | 0.19 | 0 | 0.61 | 0.31 | 79.07 | 0.44 | 0.48 |
| Hex | 8D | AF | 44 | 13 | 0 | 3D | 1F | 4F | 2C | 30 |
| Octal | 215 | 257 | 104 | 23 | 0 | 75 | 37 | 117 | 54 | 60 |
| Binary | 10001101 | 10101111 | 1000100 | 10011 | 0 | 111101 | 11111 | 1001111 | 101100 | 110000 |
Color Harmonies of #8DAF44
Complementary color
Monochromatic Colors of #8DAF44
Black with #8DAF44
Text Example
Text Example
White with #8DAF44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAF44; }
p { color: rgb(141,175,68); }
H1.HeaderClassName
{
color: #8DAF44;
}
.AnyTagClassName
{
color: #8DAF44;
}
</style>
background-color css
<style>
a { background-color: #8DAF44; }
a { background-color: rgb(141,175,68); }
div.DivClassName
{
background-color: #8DAF44;
}
.BgClassName
{
background-color: #8DAF44;
}
</style>
border-color css
<style>
span { border-color: #8DAF44; }
span { border-color: rgb(141,175,68); }
td.TdClassName
{
border-color: #8DAF44;
}
.TagClassName
{
border-color: #8DAF44;
}
</style>