Shades of Chelsea Cucumber #8FB55E
Tints of Chelsea Cucumber #8FB55E
RGB
CMYK
RGB Variations
Color information
#8FB55E (or 0x8FB55E) is known color: Chelsea Cucumber. HEX triplet: 8F, B5 and 5E. RGB value is (143,181,94). Sum of RGB (Red+Green+Blue) = 143+181+94=418 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.21% from 418); Green value is 181 (71.09% from 255 or 43.30% from 418); Blue value is 94 (37.11% from 255 or 22.49% from 418); Max value from RGB is 181 - color contains mainly: green. Hex color #8FB55E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FB55E is #704AA1. Grayscale: #A0A0A0. Windows color (decimal): -7359138 or 6206863. OLE color: 6206863.
HSL color Cylindrical-coordinate representation of color #8FB55E: hue angle of 86.21º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8FB55E is Cyan = 0.21, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 143 | 181 | 94 | - |
| CMYK | 0.21 | 0 | 0.48 | 0.29 |
| HSL | 86.21º | 0.37% | 0.54% | - |
| HSV(B) | 86.21º | 0.48% | 0.71% | - |
| XYZ | 29.87 | 39.7 | 16.68 | - |
| YUV | 159.72 | 90.91 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 181 | 94 | 0.21 | 0 | 0.48 | 0.29 | 86.21 | 0.37 | 0.54 |
| Hex | 8F | B5 | 5E | 15 | 0 | 30 | 1D | 56 | 25 | 36 |
| Octal | 217 | 265 | 136 | 25 | 0 | 60 | 35 | 126 | 45 | 66 |
| Binary | 10001111 | 10110101 | 1011110 | 10101 | 0 | 110000 | 11101 | 1010110 | 100101 | 110110 |
Color Harmonies of #8FB55E
Complementary color
Monochromatic Colors of #8FB55E
Black with #8FB55E
Text Example
Text Example
White with #8FB55E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB55E; }
p { color: rgb(143,181,94); }
H1.HeaderClassName
{
color: #8FB55E;
}
.AnyTagClassName
{
color: #8FB55E;
}
</style>
background-color css
<style>
a { background-color: #8FB55E; }
a { background-color: rgb(143,181,94); }
div.DivClassName
{
background-color: #8FB55E;
}
.BgClassName
{
background-color: #8FB55E;
}
</style>
border-color css
<style>
span { border-color: #8FB55E; }
span { border-color: rgb(143,181,94); }
td.TdClassName
{
border-color: #8FB55E;
}
.TagClassName
{
border-color: #8FB55E;
}
</style>