Shades of Chelsea Cucumber #8CAF53
Tints of Chelsea Cucumber #8CAF53
RGB
CMYK
RGB Variations
Color information
#8CAF53 (or 0x8CAF53) is known color: Chelsea Cucumber. HEX triplet: 8C, AF and 53. RGB value is (140,175,83). Sum of RGB (Red+Green+Blue) = 140+175+83=398 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.18% from 398); Green value is 175 (68.75% from 255 or 43.97% from 398); Blue value is 83 (32.81% from 255 or 20.85% from 398); Max value from RGB is 175 - color contains mainly: green. Hex color #8CAF53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CAF53 is #7350AC. Grayscale: #9A9A9A. Windows color (decimal): -7557293 or 5484428. OLE color: 5484428.
HSL color Cylindrical-coordinate representation of color #8CAF53: hue angle of 82.83º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8CAF53 is Cyan = 0.2, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 140 | 175 | 83 | - |
| CMYK | 0.2 | 0 | 0.53 | 0.31 |
| HSL | 82.83º | 0.37% | 0.51% | - |
| HSV(B) | 82.83º | 0.53% | 0.69% | - |
| XYZ | 27.71 | 36.86 | 13.84 | - |
| YUV | 154.05 | 87.9 | 117.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 175 | 83 | 0.2 | 0 | 0.53 | 0.31 | 82.83 | 0.37 | 0.51 |
| Hex | 8C | AF | 53 | 14 | 0 | 35 | 1F | 53 | 25 | 33 |
| Octal | 214 | 257 | 123 | 24 | 0 | 65 | 37 | 123 | 45 | 63 |
| Binary | 10001100 | 10101111 | 1010011 | 10100 | 0 | 110101 | 11111 | 1010011 | 100101 | 110011 |
Color Harmonies of #8CAF53
Complementary color
Monochromatic Colors of #8CAF53
Black with #8CAF53
Text Example
Text Example
White with #8CAF53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAF53; }
p { color: rgb(140,175,83); }
H1.HeaderClassName
{
color: #8CAF53;
}
.AnyTagClassName
{
color: #8CAF53;
}
</style>
background-color css
<style>
a { background-color: #8CAF53; }
a { background-color: rgb(140,175,83); }
div.DivClassName
{
background-color: #8CAF53;
}
.BgClassName
{
background-color: #8CAF53;
}
</style>
border-color css
<style>
span { border-color: #8CAF53; }
span { border-color: rgb(140,175,83); }
td.TdClassName
{
border-color: #8CAF53;
}
.TagClassName
{
border-color: #8CAF53;
}
</style>