Shades of Chelsea Cucumber #8CB74F
Tints of Chelsea Cucumber #8CB74F
RGB
CMYK
RGB Variations
Color information
#8CB74F (or 0x8CB74F) is known color: Chelsea Cucumber. HEX triplet: 8C, B7 and 4F. RGB value is (140,183,79). Sum of RGB (Red+Green+Blue) = 140+183+79=402 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.83% from 402); Green value is 183 (71.88% from 255 or 45.52% from 402); Blue value is 79 (31.25% from 255 or 19.65% from 402); Max value from RGB is 183 - color contains mainly: green. Hex color #8CB74F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CB74F is #7348B0. Grayscale: #9E9E9E. Windows color (decimal): -7555249 or 5224332. OLE color: 5224332.
HSL color Cylindrical-coordinate representation of color #8CB74F: hue angle of 84.81º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8CB74F is Cyan = 0.23, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 140 | 183 | 79 | - |
| CMYK | 0.23 | 0 | 0.57 | 0.28 |
| HSL | 84.81º | 0.42% | 0.51% | - |
| HSV(B) | 84.81º | 0.57% | 0.72% | - |
| XYZ | 29.16 | 40.01 | 13.58 | - |
| YUV | 158.29 | 83.25 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 183 | 79 | 0.23 | 0 | 0.57 | 0.28 | 84.81 | 0.42 | 0.51 |
| Hex | 8C | B7 | 4F | 17 | 0 | 39 | 1C | 55 | 2A | 33 |
| Octal | 214 | 267 | 117 | 27 | 0 | 71 | 34 | 125 | 52 | 63 |
| Binary | 10001100 | 10110111 | 1001111 | 10111 | 0 | 111001 | 11100 | 1010101 | 101010 | 110011 |
Color Harmonies of #8CB74F
Complementary color
Monochromatic Colors of #8CB74F
Black with #8CB74F
Text Example
Text Example
White with #8CB74F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB74F; }
p { color: rgb(140,183,79); }
H1.HeaderClassName
{
color: #8CB74F;
}
.AnyTagClassName
{
color: #8CB74F;
}
</style>
background-color css
<style>
a { background-color: #8CB74F; }
a { background-color: rgb(140,183,79); }
div.DivClassName
{
background-color: #8CB74F;
}
.BgClassName
{
background-color: #8CB74F;
}
</style>
border-color css
<style>
span { border-color: #8CB74F; }
span { border-color: rgb(140,183,79); }
td.TdClassName
{
border-color: #8CB74F;
}
.TagClassName
{
border-color: #8CB74F;
}
</style>