Shades of Chelsea Cucumber #8FB345
Tints of Chelsea Cucumber #8FB345
RGB
CMYK
RGB Variations
Color information
#8FB345 (or 0x8FB345) is known color: Chelsea Cucumber. HEX triplet: 8F, B3 and 45. RGB value is (143,179,69). Sum of RGB (Red+Green+Blue) = 143+179+69=391 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.57% from 391); Green value is 179 (70.31% from 255 or 45.78% from 391); Blue value is 69 (27.34% from 255 or 17.65% from 391); Max value from RGB is 179 - color contains mainly: green. Hex color #8FB345 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FB345 is #704CBA. Grayscale: #9C9C9C. Windows color (decimal): -7359675 or 4567951. OLE color: 4567951.
HSL color Cylindrical-coordinate representation of color #8FB345: hue angle of 79.64º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8FB345 is Cyan = 0.20, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 143 | 179 | 69 | - |
| CMYK | 0.20 | 0 | 0.61 | 0.30 |
| HSL | 79.64º | 0.44% | 0.49% | - |
| HSV(B) | 79.64º | 0.61% | 0.7% | - |
| XYZ | 28.52 | 38.51 | 11.56 | - |
| YUV | 155.7 | 79.07 | 118.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 179 | 69 | 0.20 | 0 | 0.61 | 0.30 | 79.64 | 0.44 | 0.49 |
| Hex | 8F | B3 | 45 | 14 | 0 | 3D | 1E | 50 | 2C | 31 |
| Octal | 217 | 263 | 105 | 24 | 0 | 75 | 36 | 120 | 54 | 61 |
| Binary | 10001111 | 10110011 | 1000101 | 10100 | 0 | 111101 | 11110 | 1010000 | 101100 | 110001 |
Color Harmonies of #8FB345
Complementary color
Monochromatic Colors of #8FB345
Black with #8FB345
Text Example
Text Example
White with #8FB345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB345; }
p { color: rgb(143,179,69); }
H1.HeaderClassName
{
color: #8FB345;
}
.AnyTagClassName
{
color: #8FB345;
}
</style>
background-color css
<style>
a { background-color: #8FB345; }
a { background-color: rgb(143,179,69); }
div.DivClassName
{
background-color: #8FB345;
}
.BgClassName
{
background-color: #8FB345;
}
</style>
border-color css
<style>
span { border-color: #8FB345; }
span { border-color: rgb(143,179,69); }
td.TdClassName
{
border-color: #8FB345;
}
.TagClassName
{
border-color: #8FB345;
}
</style>