Shades of Chelsea Cucumber #8FBF4D
Tints of Chelsea Cucumber #8FBF4D
RGB
CMYK
RGB Variations
Color information
#8FBF4D (or 0x8FBF4D) is known color: Chelsea Cucumber. HEX triplet: 8F, BF and 4D. RGB value is (143,191,77). Sum of RGB (Red+Green+Blue) = 143+191+77=411 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.79% from 411); Green value is 191 (75% from 255 or 46.47% from 411); Blue value is 77 (30.47% from 255 or 18.73% from 411); Max value from RGB is 191 - color contains mainly: green. Hex color #8FBF4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FBF4D is #7040B2. Grayscale: #A4A4A4. Windows color (decimal): -7356595 or 5095311. OLE color: 5095311.
HSL color Cylindrical-coordinate representation of color #8FBF4D: hue angle of 85.26º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8FBF4D is Cyan = 0.25, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 143 | 191 | 77 | - |
| CMYK | 0.25 | 0 | 0.60 | 0.25 |
| HSL | 85.26º | 0.47% | 0.53% | - |
| HSV(B) | 85.26º | 0.6% | 0.75% | - |
| XYZ | 31.3 | 43.64 | 13.79 | - |
| YUV | 163.65 | 79.1 | 113.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 191 | 77 | 0.25 | 0 | 0.60 | 0.25 | 85.26 | 0.47 | 0.53 |
| Hex | 8F | BF | 4D | 19 | 0 | 3C | 19 | 55 | 2F | 35 |
| Octal | 217 | 277 | 115 | 31 | 0 | 74 | 31 | 125 | 57 | 65 |
| Binary | 10001111 | 10111111 | 1001101 | 11001 | 0 | 111100 | 11001 | 1010101 | 101111 | 110101 |
Color Harmonies of #8FBF4D
Complementary color
Monochromatic Colors of #8FBF4D
Black with #8FBF4D
Text Example
Text Example
White with #8FBF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBF4D; }
p { color: rgb(143,191,77); }
H1.HeaderClassName
{
color: #8FBF4D;
}
.AnyTagClassName
{
color: #8FBF4D;
}
</style>
background-color css
<style>
a { background-color: #8FBF4D; }
a { background-color: rgb(143,191,77); }
div.DivClassName
{
background-color: #8FBF4D;
}
.BgClassName
{
background-color: #8FBF4D;
}
</style>
border-color css
<style>
span { border-color: #8FBF4D; }
span { border-color: rgb(143,191,77); }
td.TdClassName
{
border-color: #8FBF4D;
}
.TagClassName
{
border-color: #8FBF4D;
}
</style>