Shades of Chelsea Cucumber #8FB35D
Tints of Chelsea Cucumber #8FB35D
RGB
CMYK
RGB Variations
Color information
#8FB35D (or 0x8FB35D) is known color: Chelsea Cucumber. HEX triplet: 8F, B3 and 5D. RGB value is (143,179,93). Sum of RGB (Red+Green+Blue) = 143+179+93=415 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.46% from 415); Green value is 179 (70.31% from 255 or 43.13% from 415); Blue value is 93 (36.72% from 255 or 22.41% from 415); Max value from RGB is 179 - color contains mainly: green. Hex color #8FB35D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FB35D is #704CA2. Grayscale: #9E9E9E. Windows color (decimal): -7359651 or 6140815. OLE color: 6140815.
HSL color Cylindrical-coordinate representation of color #8FB35D: hue angle of 85.12º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8FB35D is Cyan = 0.20, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 143 | 179 | 93 | - |
| CMYK | 0.20 | 0 | 0.48 | 0.30 |
| HSL | 85.12º | 0.36% | 0.53% | - |
| HSV(B) | 85.12º | 0.48% | 0.7% | - |
| XYZ | 29.42 | 38.87 | 16.31 | - |
| YUV | 158.43 | 91.07 | 116.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 179 | 93 | 0.20 | 0 | 0.48 | 0.30 | 85.12 | 0.36 | 0.53 |
| Hex | 8F | B3 | 5D | 14 | 0 | 30 | 1E | 55 | 24 | 35 |
| Octal | 217 | 263 | 135 | 24 | 0 | 60 | 36 | 125 | 44 | 65 |
| Binary | 10001111 | 10110011 | 1011101 | 10100 | 0 | 110000 | 11110 | 1010101 | 100100 | 110101 |
Color Harmonies of #8FB35D
Complementary color
Monochromatic Colors of #8FB35D
Black with #8FB35D
Text Example
Text Example
White with #8FB35D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB35D; }
p { color: rgb(143,179,93); }
H1.HeaderClassName
{
color: #8FB35D;
}
.AnyTagClassName
{
color: #8FB35D;
}
</style>
background-color css
<style>
a { background-color: #8FB35D; }
a { background-color: rgb(143,179,93); }
div.DivClassName
{
background-color: #8FB35D;
}
.BgClassName
{
background-color: #8FB35D;
}
</style>
border-color css
<style>
span { border-color: #8FB35D; }
span { border-color: rgb(143,179,93); }
td.TdClassName
{
border-color: #8FB35D;
}
.TagClassName
{
border-color: #8FB35D;
}
</style>