Shades of Chelsea Cucumber #8FB555
Tints of Chelsea Cucumber #8FB555
RGB
CMYK
RGB Variations
Color information
#8FB555 (or 0x8FB555) is known color: Chelsea Cucumber. HEX triplet: 8F, B5 and 55. RGB value is (143,181,85). Sum of RGB (Red+Green+Blue) = 143+181+85=409 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.96% from 409); Green value is 181 (71.09% from 255 or 44.25% from 409); Blue value is 85 (33.59% from 255 or 20.78% from 409); Max value from RGB is 181 - color contains mainly: green. Hex color #8FB555 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FB555 is #704AAA. Grayscale: #9F9F9F. Windows color (decimal): -7359147 or 5617039. OLE color: 5617039.
HSL color Cylindrical-coordinate representation of color #8FB555: hue angle of 83.75º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8FB555 is Cyan = 0.21, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 143 | 181 | 85 | - |
| CMYK | 0.21 | 0 | 0.53 | 0.29 |
| HSL | 83.75º | 0.39% | 0.52% | - |
| HSV(B) | 83.75º | 0.53% | 0.71% | - |
| XYZ | 29.49 | 39.54 | 14.67 | - |
| YUV | 158.69 | 86.41 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 181 | 85 | 0.21 | 0 | 0.53 | 0.29 | 83.75 | 0.39 | 0.52 |
| Hex | 8F | B5 | 55 | 15 | 0 | 35 | 1D | 54 | 27 | 34 |
| Octal | 217 | 265 | 125 | 25 | 0 | 65 | 35 | 124 | 47 | 64 |
| Binary | 10001111 | 10110101 | 1010101 | 10101 | 0 | 110101 | 11101 | 1010100 | 100111 | 110100 |
Color Harmonies of #8FB555
Complementary color
Monochromatic Colors of #8FB555
Black with #8FB555
Text Example
Text Example
White with #8FB555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB555; }
p { color: rgb(143,181,85); }
H1.HeaderClassName
{
color: #8FB555;
}
.AnyTagClassName
{
color: #8FB555;
}
</style>
background-color css
<style>
a { background-color: #8FB555; }
a { background-color: rgb(143,181,85); }
div.DivClassName
{
background-color: #8FB555;
}
.BgClassName
{
background-color: #8FB555;
}
</style>
border-color css
<style>
span { border-color: #8FB555; }
span { border-color: rgb(143,181,85); }
td.TdClassName
{
border-color: #8FB555;
}
.TagClassName
{
border-color: #8FB555;
}
</style>