Shades of Chelsea Cucumber #8DAF54
Tints of Chelsea Cucumber #8DAF54
RGB
CMYK
RGB Variations
Color information
#8DAF54 (or 0x8DAF54) is known color: Chelsea Cucumber. HEX triplet: 8D, AF and 54. RGB value is (141,175,84). Sum of RGB (Red+Green+Blue) = 141+175+84=400 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.25% from 400); Green value is 175 (68.75% from 255 or 43.75% from 400); Blue value is 84 (33.20% from 255 or 21% from 400); Max value from RGB is 175 - color contains mainly: green. Hex color #8DAF54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DAF54 is #7250AB. Grayscale: #9A9A9A. Windows color (decimal): -7491756 or 5549965. OLE color: 5549965.
HSL color Cylindrical-coordinate representation of color #8DAF54: hue angle of 82.42º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8DAF54 is Cyan = 0.19, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 141 | 175 | 84 | - |
| CMYK | 0.19 | 0 | 0.52 | 0.31 |
| HSL | 82.42º | 0.36% | 0.51% | - |
| HSV(B) | 82.42º | 0.52% | 0.69% | - |
| XYZ | 27.91 | 36.96 | 14.05 | - |
| YUV | 154.46 | 88.24 | 118.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 175 | 84 | 0.19 | 0 | 0.52 | 0.31 | 82.42 | 0.36 | 0.51 |
| Hex | 8D | AF | 54 | 13 | 0 | 34 | 1F | 52 | 24 | 33 |
| Octal | 215 | 257 | 124 | 23 | 0 | 64 | 37 | 122 | 44 | 63 |
| Binary | 10001101 | 10101111 | 1010100 | 10011 | 0 | 110100 | 11111 | 1010010 | 100100 | 110011 |
Color Harmonies of #8DAF54
Complementary color
Monochromatic Colors of #8DAF54
Black with #8DAF54
Text Example
Text Example
White with #8DAF54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAF54; }
p { color: rgb(141,175,84); }
H1.HeaderClassName
{
color: #8DAF54;
}
.AnyTagClassName
{
color: #8DAF54;
}
</style>
background-color css
<style>
a { background-color: #8DAF54; }
a { background-color: rgb(141,175,84); }
div.DivClassName
{
background-color: #8DAF54;
}
.BgClassName
{
background-color: #8DAF54;
}
</style>
border-color css
<style>
span { border-color: #8DAF54; }
span { border-color: rgb(141,175,84); }
td.TdClassName
{
border-color: #8DAF54;
}
.TagClassName
{
border-color: #8DAF54;
}
</style>