Shades of Chelsea Cucumber #8DAF51
Tints of Chelsea Cucumber #8DAF51
RGB
CMYK
RGB Variations
Color information
#8DAF51 (or 0x8DAF51) is known color: Chelsea Cucumber. HEX triplet: 8D, AF and 51. RGB value is (141,175,81). Sum of RGB (Red+Green+Blue) = 141+175+81=397 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.52% from 397); Green value is 175 (68.75% from 255 or 44.08% from 397); Blue value is 81 (32.03% from 255 or 20.40% from 397); Max value from RGB is 175 - color contains mainly: green. Hex color #8DAF51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DAF51 is #7250AE. Grayscale: #9A9A9A. Windows color (decimal): -7491759 or 5353357. OLE color: 5353357.
HSL color Cylindrical-coordinate representation of color #8DAF51: hue angle of 81.7º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8DAF51 is Cyan = 0.19, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 141 | 175 | 81 | - |
| CMYK | 0.19 | 0 | 0.54 | 0.31 |
| HSL | 81.7º | 0.37% | 0.5% | - |
| HSV(B) | 81.7º | 0.54% | 0.69% | - |
| XYZ | 27.8 | 36.92 | 13.45 | - |
| YUV | 154.12 | 86.74 | 118.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 175 | 81 | 0.19 | 0 | 0.54 | 0.31 | 81.7 | 0.37 | 0.5 |
| Hex | 8D | AF | 51 | 13 | 0 | 36 | 1F | 52 | 25 | 32 |
| Octal | 215 | 257 | 121 | 23 | 0 | 66 | 37 | 122 | 45 | 62 |
| Binary | 10001101 | 10101111 | 1010001 | 10011 | 0 | 110110 | 11111 | 1010010 | 100101 | 110010 |
Color Harmonies of #8DAF51
Complementary color
Monochromatic Colors of #8DAF51
Black with #8DAF51
Text Example
Text Example
White with #8DAF51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAF51; }
p { color: rgb(141,175,81); }
H1.HeaderClassName
{
color: #8DAF51;
}
.AnyTagClassName
{
color: #8DAF51;
}
</style>
background-color css
<style>
a { background-color: #8DAF51; }
a { background-color: rgb(141,175,81); }
div.DivClassName
{
background-color: #8DAF51;
}
.BgClassName
{
background-color: #8DAF51;
}
</style>
border-color css
<style>
span { border-color: #8DAF51; }
span { border-color: rgb(141,175,81); }
td.TdClassName
{
border-color: #8DAF51;
}
.TagClassName
{
border-color: #8DAF51;
}
</style>