Shades of Chelsea Cucumber #8DB74C
Tints of Chelsea Cucumber #8DB74C
RGB
CMYK
RGB Variations
Color information
#8DB74C (or 0x8DB74C) is known color: Chelsea Cucumber. HEX triplet: 8D, B7 and 4C. RGB value is (141,183,76). Sum of RGB (Red+Green+Blue) = 141+183+76=400 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.25% from 400); Green value is 183 (71.88% from 255 or 45.75% from 400); Blue value is 76 (30.08% from 255 or 19% from 400); Max value from RGB is 183 - color contains mainly: green. Hex color #8DB74C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DB74C is #7248B3. Grayscale: #9E9E9E. Windows color (decimal): -7489716 or 5027725. OLE color: 5027725.
HSL color Cylindrical-coordinate representation of color #8DB74C: hue angle of 83.55º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8DB74C is Cyan = 0.23, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 141 | 183 | 76 | - |
| CMYK | 0.23 | 0 | 0.58 | 0.28 |
| HSL | 83.55º | 0.43% | 0.51% | - |
| HSV(B) | 83.55º | 0.58% | 0.72% | - |
| XYZ | 29.22 | 40.05 | 13.03 | - |
| YUV | 158.24 | 81.59 | 115.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 183 | 76 | 0.23 | 0 | 0.58 | 0.28 | 83.55 | 0.43 | 0.51 |
| Hex | 8D | B7 | 4C | 17 | 0 | 3A | 1C | 54 | 2B | 33 |
| Octal | 215 | 267 | 114 | 27 | 0 | 72 | 34 | 124 | 53 | 63 |
| Binary | 10001101 | 10110111 | 1001100 | 10111 | 0 | 111010 | 11100 | 1010100 | 101011 | 110011 |
Color Harmonies of #8DB74C
Complementary color
Monochromatic Colors of #8DB74C
Black with #8DB74C
Text Example
Text Example
White with #8DB74C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB74C; }
p { color: rgb(141,183,76); }
H1.HeaderClassName
{
color: #8DB74C;
}
.AnyTagClassName
{
color: #8DB74C;
}
</style>
background-color css
<style>
a { background-color: #8DB74C; }
a { background-color: rgb(141,183,76); }
div.DivClassName
{
background-color: #8DB74C;
}
.BgClassName
{
background-color: #8DB74C;
}
</style>
border-color css
<style>
span { border-color: #8DB74C; }
span { border-color: rgb(141,183,76); }
td.TdClassName
{
border-color: #8DB74C;
}
.TagClassName
{
border-color: #8DB74C;
}
</style>