Shades of Chelsea Cucumber #8FB855
Tints of Chelsea Cucumber #8FB855
RGB
CMYK
RGB Variations
Color information
#8FB855 (or 0x8FB855) is known color: Chelsea Cucumber. HEX triplet: 8F, B8 and 55. RGB value is (143,184,85). Sum of RGB (Red+Green+Blue) = 143+184+85=412 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.71% from 412); Green value is 184 (72.27% from 255 or 44.66% from 412); Blue value is 85 (33.59% from 255 or 20.63% from 412); Max value from RGB is 184 - color contains mainly: green. Hex color #8FB855 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FB855 is #7047AA. Grayscale: #A0A0A0. Windows color (decimal): -7358379 or 5617807. OLE color: 5617807.
HSL color Cylindrical-coordinate representation of color #8FB855: hue angle of 84.85º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8FB855 is Cyan = 0.22, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 143 | 184 | 85 | - |
| CMYK | 0.22 | 0 | 0.54 | 0.28 |
| HSL | 84.85º | 0.41% | 0.53% | - |
| HSV(B) | 84.85º | 0.54% | 0.72% | - |
| XYZ | 30.11 | 40.78 | 14.88 | - |
| YUV | 160.46 | 85.42 | 115.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 184 | 85 | 0.22 | 0 | 0.54 | 0.28 | 84.85 | 0.41 | 0.53 |
| Hex | 8F | B8 | 55 | 16 | 0 | 36 | 1C | 55 | 29 | 35 |
| Octal | 217 | 270 | 125 | 26 | 0 | 66 | 34 | 125 | 51 | 65 |
| Binary | 10001111 | 10111000 | 1010101 | 10110 | 0 | 110110 | 11100 | 1010101 | 101001 | 110101 |
Color Harmonies of #8FB855
Complementary color
Monochromatic Colors of #8FB855
Black with #8FB855
Text Example
Text Example
White with #8FB855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB855; }
p { color: rgb(143,184,85); }
H1.HeaderClassName
{
color: #8FB855;
}
.AnyTagClassName
{
color: #8FB855;
}
</style>
background-color css
<style>
a { background-color: #8FB855; }
a { background-color: rgb(143,184,85); }
div.DivClassName
{
background-color: #8FB855;
}
.BgClassName
{
background-color: #8FB855;
}
</style>
border-color css
<style>
span { border-color: #8FB855; }
span { border-color: rgb(143,184,85); }
td.TdClassName
{
border-color: #8FB855;
}
.TagClassName
{
border-color: #8FB855;
}
</style>