Shades of Chelsea Cucumber #8CAF55
Tints of Chelsea Cucumber #8CAF55
RGB
CMYK
RGB Variations
Color information
#8CAF55 (or 0x8CAF55) is known color: Chelsea Cucumber. HEX triplet: 8C, AF and 55. RGB value is (140,175,85). Sum of RGB (Red+Green+Blue) = 140+175+85=400 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35% from 400); Green value is 175 (68.75% from 255 or 43.75% from 400); Blue value is 85 (33.59% from 255 or 21.25% from 400); Max value from RGB is 175 - color contains mainly: green. Hex color #8CAF55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CAF55 is #7350AA. Grayscale: #9A9A9A. Windows color (decimal): -7557291 or 5615500. OLE color: 5615500.
HSL color Cylindrical-coordinate representation of color #8CAF55: hue angle of 83.33º 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 #8CAF55 is Cyan = 0.2, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 140 | 175 | 85 | - |
| CMYK | 0.2 | 0 | 0.51 | 0.31 |
| HSL | 83.33º | 0.36% | 0.51% | - |
| HSV(B) | 83.33º | 0.51% | 0.69% | - |
| XYZ | 27.78 | 36.89 | 14.25 | - |
| YUV | 154.28 | 88.9 | 117.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 175 | 85 | 0.2 | 0 | 0.51 | 0.31 | 83.33 | 0.36 | 0.51 |
| Hex | 8C | AF | 55 | 14 | 0 | 33 | 1F | 53 | 24 | 33 |
| Octal | 214 | 257 | 125 | 24 | 0 | 63 | 37 | 123 | 44 | 63 |
| Binary | 10001100 | 10101111 | 1010101 | 10100 | 0 | 110011 | 11111 | 1010011 | 100100 | 110011 |
Color Harmonies of #8CAF55
Complementary color
Monochromatic Colors of #8CAF55
Black with #8CAF55
Text Example
Text Example
White with #8CAF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAF55; }
p { color: rgb(140,175,85); }
H1.HeaderClassName
{
color: #8CAF55;
}
.AnyTagClassName
{
color: #8CAF55;
}
</style>
background-color css
<style>
a { background-color: #8CAF55; }
a { background-color: rgb(140,175,85); }
div.DivClassName
{
background-color: #8CAF55;
}
.BgClassName
{
background-color: #8CAF55;
}
</style>
border-color css
<style>
span { border-color: #8CAF55; }
span { border-color: rgb(140,175,85); }
td.TdClassName
{
border-color: #8CAF55;
}
.TagClassName
{
border-color: #8CAF55;
}
</style>