Shades of Chelsea Cucumber #8FB352
Tints of Chelsea Cucumber #8FB352
RGB
CMYK
RGB Variations
Color information
#8FB352 (or 0x8FB352) is known color: Chelsea Cucumber. HEX triplet: 8F, B3 and 52. RGB value is (143,179,82). Sum of RGB (Red+Green+Blue) = 143+179+82=404 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.40% from 404); Green value is 179 (70.31% from 255 or 44.31% from 404); Blue value is 82 (32.42% from 255 or 20.30% from 404); Max value from RGB is 179 - color contains mainly: green. Hex color #8FB352 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FB352 is #704CAD. Grayscale: #9D9D9D. Windows color (decimal): -7359662 or 5419919. OLE color: 5419919.
HSL color Cylindrical-coordinate representation of color #8FB352: hue angle of 82.27º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8FB352 is Cyan = 0.20, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 143 | 179 | 82 | - |
| CMYK | 0.20 | 0 | 0.54 | 0.30 |
| HSL | 82.27º | 0.39% | 0.51% | - |
| HSV(B) | 82.27º | 0.54% | 0.7% | - |
| XYZ | 28.97 | 38.69 | 13.92 | - |
| YUV | 157.18 | 85.57 | 117.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 179 | 82 | 0.20 | 0 | 0.54 | 0.30 | 82.27 | 0.39 | 0.51 |
| Hex | 8F | B3 | 52 | 14 | 0 | 36 | 1E | 52 | 27 | 33 |
| Octal | 217 | 263 | 122 | 24 | 0 | 66 | 36 | 122 | 47 | 63 |
| Binary | 10001111 | 10110011 | 1010010 | 10100 | 0 | 110110 | 11110 | 1010010 | 100111 | 110011 |
Color Harmonies of #8FB352
Complementary color
Monochromatic Colors of #8FB352
Black with #8FB352
Text Example
Text Example
White with #8FB352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB352; }
p { color: rgb(143,179,82); }
H1.HeaderClassName
{
color: #8FB352;
}
.AnyTagClassName
{
color: #8FB352;
}
</style>
background-color css
<style>
a { background-color: #8FB352; }
a { background-color: rgb(143,179,82); }
div.DivClassName
{
background-color: #8FB352;
}
.BgClassName
{
background-color: #8FB352;
}
</style>
border-color css
<style>
span { border-color: #8FB352; }
span { border-color: rgb(143,179,82); }
td.TdClassName
{
border-color: #8FB352;
}
.TagClassName
{
border-color: #8FB352;
}
</style>