Shades of Chelsea Cucumber #8FB550
Tints of Chelsea Cucumber #8FB550
RGB
CMYK
RGB Variations
Color information
#8FB550 (or 0x8FB550) is known color: Chelsea Cucumber. HEX triplet: 8F, B5 and 50. RGB value is (143,181,80). Sum of RGB (Red+Green+Blue) = 143+181+80=404 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.40% from 404); Green value is 181 (71.09% from 255 or 44.80% from 404); Blue value is 80 (31.64% from 255 or 19.80% from 404); Max value from RGB is 181 - color contains mainly: green. Hex color #8FB550 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FB550 is #704AAF. Grayscale: #9E9E9E. Windows color (decimal): -7359152 or 5289359. OLE color: 5289359.
HSL color Cylindrical-coordinate representation of color #8FB550: hue angle of 82.57º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8FB550 is Cyan = 0.21, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 143 | 181 | 80 | - |
| CMYK | 0.21 | 0 | 0.56 | 0.29 |
| HSL | 82.57º | 0.41% | 0.51% | - |
| HSV(B) | 82.57º | 0.56% | 0.71% | - |
| XYZ | 29.3 | 39.47 | 13.66 | - |
| YUV | 158.12 | 83.91 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 181 | 80 | 0.21 | 0 | 0.56 | 0.29 | 82.57 | 0.41 | 0.51 |
| Hex | 8F | B5 | 50 | 15 | 0 | 38 | 1D | 53 | 29 | 33 |
| Octal | 217 | 265 | 120 | 25 | 0 | 70 | 35 | 123 | 51 | 63 |
| Binary | 10001111 | 10110101 | 1010000 | 10101 | 0 | 111000 | 11101 | 1010011 | 101001 | 110011 |
Color Harmonies of #8FB550
Complementary color
Monochromatic Colors of #8FB550
Black with #8FB550
Text Example
Text Example
White with #8FB550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB550; }
p { color: rgb(143,181,80); }
H1.HeaderClassName
{
color: #8FB550;
}
.AnyTagClassName
{
color: #8FB550;
}
</style>
background-color css
<style>
a { background-color: #8FB550; }
a { background-color: rgb(143,181,80); }
div.DivClassName
{
background-color: #8FB550;
}
.BgClassName
{
background-color: #8FB550;
}
</style>
border-color css
<style>
span { border-color: #8FB550; }
span { border-color: rgb(143,181,80); }
td.TdClassName
{
border-color: #8FB550;
}
.TagClassName
{
border-color: #8FB550;
}
</style>