Shades of Chelsea Cucumber #8FB15C
Tints of Chelsea Cucumber #8FB15C
RGB
CMYK
RGB Variations
Color information
#8FB15C (or 0x8FB15C) is known color: Chelsea Cucumber. HEX triplet: 8F, B1 and 5C. RGB value is (143,177,92). Sum of RGB (Red+Green+Blue) = 143+177+92=412 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.71% from 412); Green value is 177 (69.53% from 255 or 42.96% from 412); Blue value is 92 (36.33% from 255 or 22.33% from 412); Max value from RGB is 177 - color contains mainly: green. Hex color #8FB15C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FB15C is #704EA3. Grayscale: #9D9D9D. Windows color (decimal): -7360164 or 6074767. OLE color: 6074767.
HSL color Cylindrical-coordinate representation of color #8FB15C: hue angle of 84º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8FB15C is Cyan = 0.19, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 143 | 177 | 92 | - |
| CMYK | 0.19 | 0 | 0.48 | 0.31 |
| HSL | 84º | 0.35% | 0.53% | - |
| HSV(B) | 84º | 0.48% | 0.69% | - |
| XYZ | 28.98 | 38.06 | 15.94 | - |
| YUV | 157.14 | 91.24 | 117.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 177 | 92 | 0.19 | 0 | 0.48 | 0.31 | 84 | 0.35 | 0.53 |
| Hex | 8F | B1 | 5C | 13 | 0 | 30 | 1F | 54 | 23 | 35 |
| Octal | 217 | 261 | 134 | 23 | 0 | 60 | 37 | 124 | 43 | 65 |
| Binary | 10001111 | 10110001 | 1011100 | 10011 | 0 | 110000 | 11111 | 1010100 | 100011 | 110101 |
Color Harmonies of #8FB15C
Complementary color
Monochromatic Colors of #8FB15C
Black with #8FB15C
Text Example
Text Example
White with #8FB15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB15C; }
p { color: rgb(143,177,92); }
H1.HeaderClassName
{
color: #8FB15C;
}
.AnyTagClassName
{
color: #8FB15C;
}
</style>
background-color css
<style>
a { background-color: #8FB15C; }
a { background-color: rgb(143,177,92); }
div.DivClassName
{
background-color: #8FB15C;
}
.BgClassName
{
background-color: #8FB15C;
}
</style>
border-color css
<style>
span { border-color: #8FB15C; }
span { border-color: rgb(143,177,92); }
td.TdClassName
{
border-color: #8FB15C;
}
.TagClassName
{
border-color: #8FB15C;
}
</style>