Shades of Chelsea Cucumber #8FB55B
Tints of Chelsea Cucumber #8FB55B
RGB
CMYK
RGB Variations
Color information
#8FB55B (or 0x8FB55B) is known color: Chelsea Cucumber. HEX triplet: 8F, B5 and 5B. RGB value is (143,181,91). Sum of RGB (Red+Green+Blue) = 143+181+91=415 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.46% from 415); Green value is 181 (71.09% from 255 or 43.61% from 415); Blue value is 91 (35.94% from 255 or 21.93% from 415); Max value from RGB is 181 - color contains mainly: green. Hex color #8FB55B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FB55B is #704AA4. Grayscale: #9F9F9F. Windows color (decimal): -7359141 or 6010255. OLE color: 6010255.
HSL color Cylindrical-coordinate representation of color #8FB55B: hue angle of 85.33º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8FB55B is Cyan = 0.21, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 143 | 181 | 91 | - |
| CMYK | 0.21 | 0 | 0.50 | 0.29 |
| HSL | 85.33º | 0.38% | 0.53% | - |
| HSV(B) | 85.33º | 0.5% | 0.71% | - |
| XYZ | 29.74 | 39.64 | 15.98 | - |
| YUV | 159.38 | 89.41 | 116.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 181 | 91 | 0.21 | 0 | 0.50 | 0.29 | 85.33 | 0.38 | 0.53 |
| Hex | 8F | B5 | 5B | 15 | 0 | 32 | 1D | 55 | 26 | 35 |
| Octal | 217 | 265 | 133 | 25 | 0 | 62 | 35 | 125 | 46 | 65 |
| Binary | 10001111 | 10110101 | 1011011 | 10101 | 0 | 110010 | 11101 | 1010101 | 100110 | 110101 |
Color Harmonies of #8FB55B
Complementary color
Monochromatic Colors of #8FB55B
Black with #8FB55B
Text Example
Text Example
White with #8FB55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB55B; }
p { color: rgb(143,181,91); }
H1.HeaderClassName
{
color: #8FB55B;
}
.AnyTagClassName
{
color: #8FB55B;
}
</style>
background-color css
<style>
a { background-color: #8FB55B; }
a { background-color: rgb(143,181,91); }
div.DivClassName
{
background-color: #8FB55B;
}
.BgClassName
{
background-color: #8FB55B;
}
</style>
border-color css
<style>
span { border-color: #8FB55B; }
span { border-color: rgb(143,181,91); }
td.TdClassName
{
border-color: #8FB55B;
}
.TagClassName
{
border-color: #8FB55B;
}
</style>