Shades of Chelsea Cucumber #8FAF52
Tints of Chelsea Cucumber #8FAF52
RGB
CMYK
RGB Variations
Color information
#8FAF52 (or 0x8FAF52) is known color: Chelsea Cucumber. HEX triplet: 8F, AF and 52. RGB value is (143,175,82). Sum of RGB (Red+Green+Blue) = 143+175+82=400 (52% of max value = 765). Red value is 143 (56.25% from 255 or 35.75% from 400); Green value is 175 (68.75% from 255 or 43.75% from 400); Blue value is 82 (32.42% from 255 or 20.5% from 400); Max value from RGB is 175 - color contains mainly: green. Hex color #8FAF52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FAF52 is #7050AD. Grayscale: #9B9B9B. Windows color (decimal): -7360686 or 5418895. OLE color: 5418895.
HSL color Cylindrical-coordinate representation of color #8FAF52: hue angle of 80.65º 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 #8FAF52 is Cyan = 0.18, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 143 | 175 | 82 | - |
| CMYK | 0.18 | 0 | 0.53 | 0.31 |
| HSL | 80.65º | 0.37% | 0.5% | - |
| HSV(B) | 80.65º | 0.53% | 0.69% | - |
| XYZ | 28.18 | 37.11 | 13.66 | - |
| YUV | 154.83 | 86.9 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 175 | 82 | 0.18 | 0 | 0.53 | 0.31 | 80.65 | 0.37 | 0.5 |
| Hex | 8F | AF | 52 | 12 | 0 | 35 | 1F | 51 | 25 | 32 |
| Octal | 217 | 257 | 122 | 22 | 0 | 65 | 37 | 121 | 45 | 62 |
| Binary | 10001111 | 10101111 | 1010010 | 10010 | 0 | 110101 | 11111 | 1010001 | 100101 | 110010 |
Color Harmonies of #8FAF52
Complementary color
Monochromatic Colors of #8FAF52
Black with #8FAF52
Text Example
Text Example
White with #8FAF52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAF52; }
p { color: rgb(143,175,82); }
H1.HeaderClassName
{
color: #8FAF52;
}
.AnyTagClassName
{
color: #8FAF52;
}
</style>
background-color css
<style>
a { background-color: #8FAF52; }
a { background-color: rgb(143,175,82); }
div.DivClassName
{
background-color: #8FAF52;
}
.BgClassName
{
background-color: #8FAF52;
}
</style>
border-color css
<style>
span { border-color: #8FAF52; }
span { border-color: rgb(143,175,82); }
td.TdClassName
{
border-color: #8FAF52;
}
.TagClassName
{
border-color: #8FAF52;
}
</style>