Shades of Chelsea Cucumber #8DB74F
Tints of Chelsea Cucumber #8DB74F
RGB
CMYK
RGB Variations
Color information
#8DB74F (or 0x8DB74F) is known color: Chelsea Cucumber. HEX triplet: 8D, B7 and 4F. RGB value is (141,183,79). Sum of RGB (Red+Green+Blue) = 141+183+79=403 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.99% from 403); Green value is 183 (71.88% from 255 or 45.41% from 403); Blue value is 79 (31.25% from 255 or 19.60% from 403); Max value from RGB is 183 - color contains mainly: green. Hex color #8DB74F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DB74F is #7248B0. Grayscale: #9E9E9E. Windows color (decimal): -7489713 or 5224333. OLE color: 5224333.
HSL color Cylindrical-coordinate representation of color #8DB74F: hue angle of 84.23º 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 #8DB74F is Cyan = 0.23, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 141 | 183 | 79 | - |
| CMYK | 0.23 | 0 | 0.57 | 0.28 |
| HSL | 84.23º | 0.42% | 0.51% | - |
| HSV(B) | 84.23º | 0.57% | 0.72% | - |
| XYZ | 29.33 | 40.09 | 13.59 | - |
| YUV | 158.59 | 83.09 | 115.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 183 | 79 | 0.23 | 0 | 0.57 | 0.28 | 84.23 | 0.42 | 0.51 |
| Hex | 8D | B7 | 4F | 17 | 0 | 39 | 1C | 54 | 2A | 33 |
| Octal | 215 | 267 | 117 | 27 | 0 | 71 | 34 | 124 | 52 | 63 |
| Binary | 10001101 | 10110111 | 1001111 | 10111 | 0 | 111001 | 11100 | 1010100 | 101010 | 110011 |
Color Harmonies of #8DB74F
Complementary color
Monochromatic Colors of #8DB74F
Black with #8DB74F
Text Example
Text Example
White with #8DB74F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB74F; }
p { color: rgb(141,183,79); }
H1.HeaderClassName
{
color: #8DB74F;
}
.AnyTagClassName
{
color: #8DB74F;
}
</style>
background-color css
<style>
a { background-color: #8DB74F; }
a { background-color: rgb(141,183,79); }
div.DivClassName
{
background-color: #8DB74F;
}
.BgClassName
{
background-color: #8DB74F;
}
</style>
border-color css
<style>
span { border-color: #8DB74F; }
span { border-color: rgb(141,183,79); }
td.TdClassName
{
border-color: #8DB74F;
}
.TagClassName
{
border-color: #8DB74F;
}
</style>