Shades of Chelsea Cucumber #8FBC55
Tints of Chelsea Cucumber #8FBC55
RGB
CMYK
RGB Variations
Color information
#8FBC55 (or 0x8FBC55) is known color: Chelsea Cucumber. HEX triplet: 8F, BC and 55. RGB value is (143,188,85). Sum of RGB (Red+Green+Blue) = 143+188+85=416 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.38% from 416); Green value is 188 (73.83% from 255 or 45.19% from 416); Blue value is 85 (33.59% from 255 or 20.43% from 416); Max value from RGB is 188 - color contains mainly: green. Hex color #8FBC55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FBC55 is #7043AA. Grayscale: #A3A3A3. Windows color (decimal): -7357355 or 5618831. OLE color: 5618831.
HSL color Cylindrical-coordinate representation of color #8FBC55: hue angle of 86.21º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8FBC55 is Cyan = 0.24, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 143 | 188 | 85 | - |
| CMYK | 0.24 | 0 | 0.55 | 0.26 |
| HSL | 86.21º | 0.43% | 0.54% | - |
| HSV(B) | 86.21º | 0.55% | 0.74% | - |
| XYZ | 30.95 | 42.46 | 15.16 | - |
| YUV | 162.8 | 84.09 | 113.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 188 | 85 | 0.24 | 0 | 0.55 | 0.26 | 86.21 | 0.43 | 0.54 |
| Hex | 8F | BC | 55 | 18 | 0 | 37 | 1A | 56 | 2B | 36 |
| Octal | 217 | 274 | 125 | 30 | 0 | 67 | 32 | 126 | 53 | 66 |
| Binary | 10001111 | 10111100 | 1010101 | 11000 | 0 | 110111 | 11010 | 1010110 | 101011 | 110110 |
Color Harmonies of #8FBC55
Complementary color
Monochromatic Colors of #8FBC55
Black with #8FBC55
Text Example
Text Example
White with #8FBC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBC55; }
p { color: rgb(143,188,85); }
H1.HeaderClassName
{
color: #8FBC55;
}
.AnyTagClassName
{
color: #8FBC55;
}
</style>
background-color css
<style>
a { background-color: #8FBC55; }
a { background-color: rgb(143,188,85); }
div.DivClassName
{
background-color: #8FBC55;
}
.BgClassName
{
background-color: #8FBC55;
}
</style>
border-color css
<style>
span { border-color: #8FBC55; }
span { border-color: rgb(143,188,85); }
td.TdClassName
{
border-color: #8FBC55;
}
.TagClassName
{
border-color: #8FBC55;
}
</style>