Shades of Chelsea Cucumber #8DAF52
Tints of Chelsea Cucumber #8DAF52
RGB
CMYK
RGB Variations
Color information
#8DAF52 (or 0x8DAF52) is known color: Chelsea Cucumber. HEX triplet: 8D, AF and 52. RGB value is (141,175,82). Sum of RGB (Red+Green+Blue) = 141+175+82=398 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.43% from 398); Green value is 175 (68.75% from 255 or 43.97% from 398); Blue value is 82 (32.42% from 255 or 20.60% from 398); Max value from RGB is 175 - color contains mainly: green. Hex color #8DAF52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DAF52 is #7250AD. Grayscale: #9A9A9A. Windows color (decimal): -7491758 or 5418893. OLE color: 5418893.
HSL color Cylindrical-coordinate representation of color #8DAF52: hue angle of 81.94º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8DAF52 is Cyan = 0.19, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 141 | 175 | 82 | - |
| CMYK | 0.19 | 0 | 0.53 | 0.31 |
| HSL | 81.94º | 0.37% | 0.5% | - |
| HSV(B) | 81.94º | 0.53% | 0.69% | - |
| XYZ | 27.84 | 36.93 | 13.64 | - |
| YUV | 154.23 | 87.24 | 118.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 175 | 82 | 0.19 | 0 | 0.53 | 0.31 | 81.94 | 0.37 | 0.5 |
| Hex | 8D | AF | 52 | 13 | 0 | 35 | 1F | 52 | 25 | 32 |
| Octal | 215 | 257 | 122 | 23 | 0 | 65 | 37 | 122 | 45 | 62 |
| Binary | 10001101 | 10101111 | 1010010 | 10011 | 0 | 110101 | 11111 | 1010010 | 100101 | 110010 |
Color Harmonies of #8DAF52
Complementary color
Monochromatic Colors of #8DAF52
Black with #8DAF52
Text Example
Text Example
White with #8DAF52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAF52; }
p { color: rgb(141,175,82); }
H1.HeaderClassName
{
color: #8DAF52;
}
.AnyTagClassName
{
color: #8DAF52;
}
</style>
background-color css
<style>
a { background-color: #8DAF52; }
a { background-color: rgb(141,175,82); }
div.DivClassName
{
background-color: #8DAF52;
}
.BgClassName
{
background-color: #8DAF52;
}
</style>
border-color css
<style>
span { border-color: #8DAF52; }
span { border-color: rgb(141,175,82); }
td.TdClassName
{
border-color: #8DAF52;
}
.TagClassName
{
border-color: #8DAF52;
}
</style>