Shades of Chelsea Cucumber #8FB755
Tints of Chelsea Cucumber #8FB755
RGB
CMYK
RGB Variations
Color information
#8FB755 (or 0x8FB755) is known color: Chelsea Cucumber. HEX triplet: 8F, B7 and 55. RGB value is (143,183,85). Sum of RGB (Red+Green+Blue) = 143+183+85=411 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.79% from 411); Green value is 183 (71.88% from 255 or 44.53% from 411); Blue value is 85 (33.59% from 255 or 20.68% from 411); Max value from RGB is 183 - color contains mainly: green. Hex color #8FB755 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FB755 is #7048AA. Grayscale: #A0A0A0. Windows color (decimal): -7358635 or 5617551. OLE color: 5617551.
HSL color Cylindrical-coordinate representation of color #8FB755: hue angle of 84.49º degrees, saturation: 0.4, 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 #8FB755 is Cyan = 0.22, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 143 | 183 | 85 | - |
| CMYK | 0.22 | 0 | 0.54 | 0.28 |
| HSL | 84.49º | 0.4% | 0.53% | - |
| HSV(B) | 84.49º | 0.54% | 0.72% | - |
| XYZ | 29.9 | 40.36 | 14.81 | - |
| YUV | 159.87 | 85.75 | 115.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 183 | 85 | 0.22 | 0 | 0.54 | 0.28 | 84.49 | 0.4 | 0.53 |
| Hex | 8F | B7 | 55 | 16 | 0 | 36 | 1C | 54 | 28 | 35 |
| Octal | 217 | 267 | 125 | 26 | 0 | 66 | 34 | 124 | 50 | 65 |
| Binary | 10001111 | 10110111 | 1010101 | 10110 | 0 | 110110 | 11100 | 1010100 | 101000 | 110101 |
Color Harmonies of #8FB755
Complementary color
Monochromatic Colors of #8FB755
Black with #8FB755
Text Example
Text Example
White with #8FB755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB755; }
p { color: rgb(143,183,85); }
H1.HeaderClassName
{
color: #8FB755;
}
.AnyTagClassName
{
color: #8FB755;
}
</style>
background-color css
<style>
a { background-color: #8FB755; }
a { background-color: rgb(143,183,85); }
div.DivClassName
{
background-color: #8FB755;
}
.BgClassName
{
background-color: #8FB755;
}
</style>
border-color css
<style>
span { border-color: #8FB755; }
span { border-color: rgb(143,183,85); }
td.TdClassName
{
border-color: #8FB755;
}
.TagClassName
{
border-color: #8FB755;
}
</style>