Shades of Chelsea Cucumber #8FBC52
Tints of Chelsea Cucumber #8FBC52
RGB
CMYK
RGB Variations
Color information
#8FBC52 (or 0x8FBC52) is known color: Chelsea Cucumber. HEX triplet: 8F, BC and 52. RGB value is (143,188,82). Sum of RGB (Red+Green+Blue) = 143+188+82=413 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.62% from 413); Green value is 188 (73.83% from 255 or 45.52% from 413); Blue value is 82 (32.42% from 255 or 19.85% from 413); Max value from RGB is 188 - color contains mainly: green. Hex color #8FBC52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FBC52 is #7043AD. Grayscale: #A2A2A2. Windows color (decimal): -7357358 or 5422223. OLE color: 5422223.
HSL color Cylindrical-coordinate representation of color #8FBC52: hue angle of 85.47º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8FBC52 is Cyan = 0.24, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 143 | 188 | 82 | - |
| CMYK | 0.24 | 0 | 0.56 | 0.26 |
| HSL | 85.47º | 0.44% | 0.53% | - |
| HSV(B) | 85.47º | 0.56% | 0.74% | - |
| XYZ | 30.83 | 42.42 | 14.54 | - |
| YUV | 162.46 | 82.59 | 114.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 188 | 82 | 0.24 | 0 | 0.56 | 0.26 | 85.47 | 0.44 | 0.53 |
| Hex | 8F | BC | 52 | 18 | 0 | 38 | 1A | 55 | 2C | 35 |
| Octal | 217 | 274 | 122 | 30 | 0 | 70 | 32 | 125 | 54 | 65 |
| Binary | 10001111 | 10111100 | 1010010 | 11000 | 0 | 111000 | 11010 | 1010101 | 101100 | 110101 |
Color Harmonies of #8FBC52
Complementary color
Monochromatic Colors of #8FBC52
Black with #8FBC52
Text Example
Text Example
White with #8FBC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBC52; }
p { color: rgb(143,188,82); }
H1.HeaderClassName
{
color: #8FBC52;
}
.AnyTagClassName
{
color: #8FBC52;
}
</style>
background-color css
<style>
a { background-color: #8FBC52; }
a { background-color: rgb(143,188,82); }
div.DivClassName
{
background-color: #8FBC52;
}
.BgClassName
{
background-color: #8FBC52;
}
</style>
border-color css
<style>
span { border-color: #8FBC52; }
span { border-color: rgb(143,188,82); }
td.TdClassName
{
border-color: #8FBC52;
}
.TagClassName
{
border-color: #8FBC52;
}
</style>