Shades of Chelsea Cucumber #8FB75A
Tints of Chelsea Cucumber #8FB75A
RGB
CMYK
RGB Variations
Color information
#8FB75A (or 0x8FB75A) is known color: Chelsea Cucumber. HEX triplet: 8F, B7 and 5A. RGB value is (143,183,90). Sum of RGB (Red+Green+Blue) = 143+183+90=416 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.38% from 416); Green value is 183 (71.88% from 255 or 43.99% from 416); Blue value is 90 (35.55% from 255 or 21.63% from 416); Max value from RGB is 183 - color contains mainly: green. Hex color #8FB75A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FB75A is #7048A5. Grayscale: #A0A0A0. Windows color (decimal): -7358630 or 5945231. OLE color: 5945231.
HSL color Cylindrical-coordinate representation of color #8FB75A: hue angle of 85.81º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8FB75A is Cyan = 0.22, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 143 | 183 | 90 | - |
| CMYK | 0.22 | 0 | 0.51 | 0.28 |
| HSL | 85.81º | 0.39% | 0.54% | - |
| HSV(B) | 85.81º | 0.51% | 0.72% | - |
| XYZ | 30.11 | 40.44 | 15.89 | - |
| YUV | 160.44 | 88.25 | 115.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 183 | 90 | 0.22 | 0 | 0.51 | 0.28 | 85.81 | 0.39 | 0.54 |
| Hex | 8F | B7 | 5A | 16 | 0 | 33 | 1C | 56 | 27 | 36 |
| Octal | 217 | 267 | 132 | 26 | 0 | 63 | 34 | 126 | 47 | 66 |
| Binary | 10001111 | 10110111 | 1011010 | 10110 | 0 | 110011 | 11100 | 1010110 | 100111 | 110110 |
Color Harmonies of #8FB75A
Complementary color
Monochromatic Colors of #8FB75A
Black with #8FB75A
Text Example
Text Example
White with #8FB75A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB75A; }
p { color: rgb(143,183,90); }
H1.HeaderClassName
{
color: #8FB75A;
}
.AnyTagClassName
{
color: #8FB75A;
}
</style>
background-color css
<style>
a { background-color: #8FB75A; }
a { background-color: rgb(143,183,90); }
div.DivClassName
{
background-color: #8FB75A;
}
.BgClassName
{
background-color: #8FB75A;
}
</style>
border-color css
<style>
span { border-color: #8FB75A; }
span { border-color: rgb(143,183,90); }
td.TdClassName
{
border-color: #8FB75A;
}
.TagClassName
{
border-color: #8FB75A;
}
</style>