Shades of Chelsea Cucumber #8FB445
Tints of Chelsea Cucumber #8FB445
RGB
CMYK
RGB Variations
Color information
#8FB445 (or 0x8FB445) is known color: Chelsea Cucumber. HEX triplet: 8F, B4 and 45. RGB value is (143,180,69). Sum of RGB (Red+Green+Blue) = 143+180+69=392 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.48% from 392); Green value is 180 (70.70% from 255 or 45.92% from 392); Blue value is 69 (27.34% from 255 or 17.60% from 392); Max value from RGB is 180 - color contains mainly: green. Hex color #8FB445 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FB445 is #704BBA. Grayscale: #9C9C9C. Windows color (decimal): -7359419 or 4568207. OLE color: 4568207.
HSL color Cylindrical-coordinate representation of color #8FB445: hue angle of 80º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8FB445 is Cyan = 0.21, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 143 | 180 | 69 | - |
| CMYK | 0.21 | 0 | 0.62 | 0.29 |
| HSL | 80º | 0.45% | 0.49% | - |
| HSV(B) | 80º | 0.62% | 0.71% | - |
| XYZ | 28.72 | 38.91 | 11.63 | - |
| YUV | 156.28 | 78.74 | 118.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 180 | 69 | 0.21 | 0 | 0.62 | 0.29 | 80 | 0.45 | 0.49 |
| Hex | 8F | B4 | 45 | 15 | 0 | 3E | 1D | 50 | 2D | 31 |
| Octal | 217 | 264 | 105 | 25 | 0 | 76 | 35 | 120 | 55 | 61 |
| Binary | 10001111 | 10110100 | 1000101 | 10101 | 0 | 111110 | 11101 | 1010000 | 101101 | 110001 |
Color Harmonies of #8FB445
Complementary color
Monochromatic Colors of #8FB445
Black with #8FB445
Text Example
Text Example
White with #8FB445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB445; }
p { color: rgb(143,180,69); }
H1.HeaderClassName
{
color: #8FB445;
}
.AnyTagClassName
{
color: #8FB445;
}
</style>
background-color css
<style>
a { background-color: #8FB445; }
a { background-color: rgb(143,180,69); }
div.DivClassName
{
background-color: #8FB445;
}
.BgClassName
{
background-color: #8FB445;
}
</style>
border-color css
<style>
span { border-color: #8FB445; }
span { border-color: rgb(143,180,69); }
td.TdClassName
{
border-color: #8FB445;
}
.TagClassName
{
border-color: #8FB445;
}
</style>