Shades of Chelsea Cucumber #8FB44B
Tints of Chelsea Cucumber #8FB44B
RGB
CMYK
RGB Variations
Color information
#8FB44B (or 0x8FB44B) is known color: Chelsea Cucumber. HEX triplet: 8F, B4 and 4B. RGB value is (143,180,75). Sum of RGB (Red+Green+Blue) = 143+180+75=398 (52% of max value = 765). Red value is 143 (56.25% from 255 or 35.93% from 398); Green value is 180 (70.70% from 255 or 45.23% from 398); Blue value is 75 (29.69% from 255 or 18.84% from 398); Max value from RGB is 180 - color contains mainly: green. Hex color #8FB44B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FB44B is #704BB4. Grayscale: #9D9D9D. Windows color (decimal): -7359413 or 4961423. OLE color: 4961423.
HSL color Cylindrical-coordinate representation of color #8FB44B: hue angle of 81.14º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8FB44B is Cyan = 0.21, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 143 | 180 | 75 | - |
| CMYK | 0.21 | 0 | 0.58 | 0.29 |
| HSL | 81.14º | 0.41% | 0.5% | - |
| HSV(B) | 81.14º | 0.58% | 0.71% | - |
| XYZ | 28.92 | 38.99 | 12.66 | - |
| YUV | 156.97 | 81.74 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 180 | 75 | 0.21 | 0 | 0.58 | 0.29 | 81.14 | 0.41 | 0.5 |
| Hex | 8F | B4 | 4B | 15 | 0 | 3A | 1D | 51 | 29 | 32 |
| Octal | 217 | 264 | 113 | 25 | 0 | 72 | 35 | 121 | 51 | 62 |
| Binary | 10001111 | 10110100 | 1001011 | 10101 | 0 | 111010 | 11101 | 1010001 | 101001 | 110010 |
Color Harmonies of #8FB44B
Complementary color
Monochromatic Colors of #8FB44B
Black with #8FB44B
Text Example
Text Example
White with #8FB44B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB44B; }
p { color: rgb(143,180,75); }
H1.HeaderClassName
{
color: #8FB44B;
}
.AnyTagClassName
{
color: #8FB44B;
}
</style>
background-color css
<style>
a { background-color: #8FB44B; }
a { background-color: rgb(143,180,75); }
div.DivClassName
{
background-color: #8FB44B;
}
.BgClassName
{
background-color: #8FB44B;
}
</style>
border-color css
<style>
span { border-color: #8FB44B; }
span { border-color: rgb(143,180,75); }
td.TdClassName
{
border-color: #8FB44B;
}
.TagClassName
{
border-color: #8FB44B;
}
</style>