Shades of Chelsea Cucumber #8FBC4A
Tints of Chelsea Cucumber #8FBC4A
RGB
CMYK
RGB Variations
Color information
#8FBC4A (or 0x8FBC4A) is known color: Chelsea Cucumber. HEX triplet: 8F, BC and 4A. RGB value is (143,188,74). Sum of RGB (Red+Green+Blue) = 143+188+74=405 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.31% from 405); Green value is 188 (73.83% from 255 or 46.42% from 405); Blue value is 74 (29.30% from 255 or 18.27% from 405); Max value from RGB is 188 - color contains mainly: green. Hex color #8FBC4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FBC4A is #7043B5. Grayscale: #A1A1A1. Windows color (decimal): -7357366 or 4897935. OLE color: 4897935.
HSL color Cylindrical-coordinate representation of color #8FBC4A: hue angle of 83.68º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8FBC4A is Cyan = 0.24, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 143 | 188 | 74 | - |
| CMYK | 0.24 | 0 | 0.61 | 0.26 |
| HSL | 83.68º | 0.46% | 0.51% | - |
| HSV(B) | 83.68º | 0.61% | 0.74% | - |
| XYZ | 30.55 | 42.3 | 13.03 | - |
| YUV | 161.55 | 78.59 | 114.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 188 | 74 | 0.24 | 0 | 0.61 | 0.26 | 83.68 | 0.46 | 0.51 |
| Hex | 8F | BC | 4A | 18 | 0 | 3D | 1A | 54 | 2E | 33 |
| Octal | 217 | 274 | 112 | 30 | 0 | 75 | 32 | 124 | 56 | 63 |
| Binary | 10001111 | 10111100 | 1001010 | 11000 | 0 | 111101 | 11010 | 1010100 | 101110 | 110011 |
Color Harmonies of #8FBC4A
Complementary color
Monochromatic Colors of #8FBC4A
Black with #8FBC4A
Text Example
Text Example
White with #8FBC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBC4A; }
p { color: rgb(143,188,74); }
H1.HeaderClassName
{
color: #8FBC4A;
}
.AnyTagClassName
{
color: #8FBC4A;
}
</style>
background-color css
<style>
a { background-color: #8FBC4A; }
a { background-color: rgb(143,188,74); }
div.DivClassName
{
background-color: #8FBC4A;
}
.BgClassName
{
background-color: #8FBC4A;
}
</style>
border-color css
<style>
span { border-color: #8FBC4A; }
span { border-color: rgb(143,188,74); }
td.TdClassName
{
border-color: #8FBC4A;
}
.TagClassName
{
border-color: #8FBC4A;
}
</style>