Shades of Chelsea Cucumber #8FBC4B
Tints of Chelsea Cucumber #8FBC4B
RGB
CMYK
RGB Variations
Color information
#8FBC4B (or 0x8FBC4B) is known color: Chelsea Cucumber. HEX triplet: 8F, BC and 4B. RGB value is (143,188,75). Sum of RGB (Red+Green+Blue) = 143+188+75=406 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.22% from 406); Green value is 188 (73.83% from 255 or 46.31% from 406); Blue value is 75 (29.69% from 255 or 18.47% from 406); Max value from RGB is 188 - color contains mainly: green. Hex color #8FBC4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FBC4B is #7043B4. Grayscale: #A2A2A2. Windows color (decimal): -7357365 or 4963471. OLE color: 4963471.
HSL color Cylindrical-coordinate representation of color #8FBC4B: hue angle of 83.89º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8FBC4B is Cyan = 0.24, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 143 | 188 | 75 | - |
| CMYK | 0.24 | 0 | 0.60 | 0.26 |
| HSL | 83.89º | 0.46% | 0.52% | - |
| HSV(B) | 83.89º | 0.6% | 0.74% | - |
| XYZ | 30.58 | 42.31 | 13.21 | - |
| YUV | 161.66 | 79.09 | 114.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 188 | 75 | 0.24 | 0 | 0.60 | 0.26 | 83.89 | 0.46 | 0.52 |
| Hex | 8F | BC | 4B | 18 | 0 | 3C | 1A | 54 | 2E | 34 |
| Octal | 217 | 274 | 113 | 30 | 0 | 74 | 32 | 124 | 56 | 64 |
| Binary | 10001111 | 10111100 | 1001011 | 11000 | 0 | 111100 | 11010 | 1010100 | 101110 | 110100 |
Color Harmonies of #8FBC4B
Complementary color
Monochromatic Colors of #8FBC4B
Black with #8FBC4B
Text Example
Text Example
White with #8FBC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBC4B; }
p { color: rgb(143,188,75); }
H1.HeaderClassName
{
color: #8FBC4B;
}
.AnyTagClassName
{
color: #8FBC4B;
}
</style>
background-color css
<style>
a { background-color: #8FBC4B; }
a { background-color: rgb(143,188,75); }
div.DivClassName
{
background-color: #8FBC4B;
}
.BgClassName
{
background-color: #8FBC4B;
}
</style>
border-color css
<style>
span { border-color: #8FBC4B; }
span { border-color: rgb(143,188,75); }
td.TdClassName
{
border-color: #8FBC4B;
}
.TagClassName
{
border-color: #8FBC4B;
}
</style>