Shades of Chelsea Cucumber #8DAF55
Tints of Chelsea Cucumber #8DAF55
RGB
CMYK
RGB Variations
Color information
#8DAF55 (or 0x8DAF55) is known color: Chelsea Cucumber. HEX triplet: 8D, AF and 55. RGB value is (141,175,85). Sum of RGB (Red+Green+Blue) = 141+175+85=401 (53% of max value = 765). Red value is 141 (55.47% from 255 or 35.16% from 401); Green value is 175 (68.75% from 255 or 43.64% from 401); Blue value is 85 (33.59% from 255 or 21.20% from 401); Max value from RGB is 175 - color contains mainly: green. Hex color #8DAF55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DAF55 is #7250AA. Grayscale: #9A9A9A. Windows color (decimal): -7491755 or 5615501. OLE color: 5615501.
HSL color Cylindrical-coordinate representation of color #8DAF55: hue angle of 82.67º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8DAF55 is Cyan = 0.19, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 141 | 175 | 85 | - |
| CMYK | 0.19 | 0 | 0.51 | 0.31 |
| HSL | 82.67º | 0.36% | 0.51% | - |
| HSV(B) | 82.67º | 0.51% | 0.69% | - |
| XYZ | 27.95 | 36.98 | 14.26 | - |
| YUV | 154.57 | 88.74 | 118.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 175 | 85 | 0.19 | 0 | 0.51 | 0.31 | 82.67 | 0.36 | 0.51 |
| Hex | 8D | AF | 55 | 13 | 0 | 33 | 1F | 53 | 24 | 33 |
| Octal | 215 | 257 | 125 | 23 | 0 | 63 | 37 | 123 | 44 | 63 |
| Binary | 10001101 | 10101111 | 1010101 | 10011 | 0 | 110011 | 11111 | 1010011 | 100100 | 110011 |
Color Harmonies of #8DAF55
Complementary color
Monochromatic Colors of #8DAF55
Black with #8DAF55
Text Example
Text Example
White with #8DAF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAF55; }
p { color: rgb(141,175,85); }
H1.HeaderClassName
{
color: #8DAF55;
}
.AnyTagClassName
{
color: #8DAF55;
}
</style>
background-color css
<style>
a { background-color: #8DAF55; }
a { background-color: rgb(141,175,85); }
div.DivClassName
{
background-color: #8DAF55;
}
.BgClassName
{
background-color: #8DAF55;
}
</style>
border-color css
<style>
span { border-color: #8DAF55; }
span { border-color: rgb(141,175,85); }
td.TdClassName
{
border-color: #8DAF55;
}
.TagClassName
{
border-color: #8DAF55;
}
</style>