Shades of Chelsea Cucumber #8FBC50
Tints of Chelsea Cucumber #8FBC50
RGB
CMYK
RGB Variations
Color information
#8FBC50 (or 0x8FBC50) is known color: Chelsea Cucumber. HEX triplet: 8F, BC and 50. RGB value is (143,188,80). Sum of RGB (Red+Green+Blue) = 143+188+80=411 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.79% from 411); Green value is 188 (73.83% from 255 or 45.74% from 411); Blue value is 80 (31.64% from 255 or 19.46% from 411); Max value from RGB is 188 - color contains mainly: green. Hex color #8FBC50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FBC50 is #7043AF. Grayscale: #A2A2A2. Windows color (decimal): -7357360 or 5291151. OLE color: 5291151.
HSL color Cylindrical-coordinate representation of color #8FBC50: hue angle of 85º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8FBC50 is Cyan = 0.24, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 143 | 188 | 80 | - |
| CMYK | 0.24 | 0 | 0.57 | 0.26 |
| HSL | 85º | 0.45% | 0.53% | - |
| HSV(B) | 85º | 0.57% | 0.74% | - |
| XYZ | 30.76 | 42.39 | 14.15 | - |
| YUV | 162.23 | 81.59 | 114.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 188 | 80 | 0.24 | 0 | 0.57 | 0.26 | 85 | 0.45 | 0.53 |
| Hex | 8F | BC | 50 | 18 | 0 | 39 | 1A | 55 | 2D | 35 |
| Octal | 217 | 274 | 120 | 30 | 0 | 71 | 32 | 125 | 55 | 65 |
| Binary | 10001111 | 10111100 | 1010000 | 11000 | 0 | 111001 | 11010 | 1010101 | 101101 | 110101 |
Color Harmonies of #8FBC50
Complementary color
Monochromatic Colors of #8FBC50
Black with #8FBC50
Text Example
Text Example
White with #8FBC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBC50; }
p { color: rgb(143,188,80); }
H1.HeaderClassName
{
color: #8FBC50;
}
.AnyTagClassName
{
color: #8FBC50;
}
</style>
background-color css
<style>
a { background-color: #8FBC50; }
a { background-color: rgb(143,188,80); }
div.DivClassName
{
background-color: #8FBC50;
}
.BgClassName
{
background-color: #8FBC50;
}
</style>
border-color css
<style>
span { border-color: #8FBC50; }
span { border-color: rgb(143,188,80); }
td.TdClassName
{
border-color: #8FBC50;
}
.TagClassName
{
border-color: #8FBC50;
}
</style>