Shades of Chelsea Cucumber #8EB74A
Tints of Chelsea Cucumber #8EB74A
RGB
CMYK
RGB Variations
Color information
#8EB74A (or 0x8EB74A) is known color: Chelsea Cucumber. HEX triplet: 8E, B7 and 4A. RGB value is (142,183,74). Sum of RGB (Red+Green+Blue) = 142+183+74=399 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.59% from 399); Green value is 183 (71.88% from 255 or 45.86% from 399); Blue value is 74 (29.30% from 255 or 18.55% from 399); Max value from RGB is 183 - color contains mainly: green. Hex color #8EB74A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EB74A is #7148B5. Grayscale: #9E9E9E. Windows color (decimal): -7424182 or 4896654. OLE color: 4896654.
HSL color Cylindrical-coordinate representation of color #8EB74A: hue angle of 82.57º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8EB74A is Cyan = 0.22, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 142 | 183 | 74 | - |
| CMYK | 0.22 | 0 | 0.60 | 0.28 |
| HSL | 82.57º | 0.43% | 0.5% | - |
| HSV(B) | 82.57º | 0.6% | 0.72% | - |
| XYZ | 29.32 | 40.11 | 12.68 | - |
| YUV | 158.32 | 80.42 | 116.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 183 | 74 | 0.22 | 0 | 0.60 | 0.28 | 82.57 | 0.43 | 0.5 |
| Hex | 8E | B7 | 4A | 16 | 0 | 3C | 1C | 53 | 2B | 32 |
| Octal | 216 | 267 | 112 | 26 | 0 | 74 | 34 | 123 | 53 | 62 |
| Binary | 10001110 | 10110111 | 1001010 | 10110 | 0 | 111100 | 11100 | 1010011 | 101011 | 110010 |
Color Harmonies of #8EB74A
Complementary color
Monochromatic Colors of #8EB74A
Black with #8EB74A
Text Example
Text Example
White with #8EB74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EB74A; }
p { color: rgb(142,183,74); }
H1.HeaderClassName
{
color: #8EB74A;
}
.AnyTagClassName
{
color: #8EB74A;
}
</style>
background-color css
<style>
a { background-color: #8EB74A; }
a { background-color: rgb(142,183,74); }
div.DivClassName
{
background-color: #8EB74A;
}
.BgClassName
{
background-color: #8EB74A;
}
</style>
border-color css
<style>
span { border-color: #8EB74A; }
span { border-color: rgb(142,183,74); }
td.TdClassName
{
border-color: #8EB74A;
}
.TagClassName
{
border-color: #8EB74A;
}
</style>