Shades of Chelsea Cucumber #8DA748
Tints of Chelsea Cucumber #8DA748
RGB
CMYK
RGB Variations
Color information
#8DA748 (or 0x8DA748) is known color: Chelsea Cucumber. HEX triplet: 8D, A7 and 48. RGB value is (141,167,72). Sum of RGB (Red+Green+Blue) = 141+167+72=380 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.11% from 380); Green value is 167 (65.62% from 255 or 43.95% from 380); Blue value is 72 (28.52% from 255 or 18.95% from 380); Max value from RGB is 167 - color contains mainly: green. Hex color #8DA748 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DA748 is #7258B7. Grayscale: #949494. Windows color (decimal): -7493816 or 4761485. OLE color: 4761485.
HSL color Cylindrical-coordinate representation of color #8DA748: hue angle of 76.42º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8DA748 is Cyan = 0.16, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 141 | 167 | 72 | - |
| CMYK | 0.16 | 0 | 0.57 | 0.35 |
| HSL | 76.42º | 0.4% | 0.47% | - |
| HSV(B) | 76.42º | 0.57% | 0.65% | - |
| XYZ | 25.97 | 33.77 | 11.28 | - |
| YUV | 148.4 | 84.89 | 122.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 167 | 72 | 0.16 | 0 | 0.57 | 0.35 | 76.42 | 0.4 | 0.47 |
| Hex | 8D | A7 | 48 | 10 | 0 | 39 | 23 | 4C | 28 | 2F |
| Octal | 215 | 247 | 110 | 20 | 0 | 71 | 43 | 114 | 50 | 57 |
| Binary | 10001101 | 10100111 | 1001000 | 10000 | 0 | 111001 | 100011 | 1001100 | 101000 | 101111 |
Color Harmonies of #8DA748
Complementary color
Monochromatic Colors of #8DA748
Black with #8DA748
Text Example
Text Example
White with #8DA748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA748; }
p { color: rgb(141,167,72); }
H1.HeaderClassName
{
color: #8DA748;
}
.AnyTagClassName
{
color: #8DA748;
}
</style>
background-color css
<style>
a { background-color: #8DA748; }
a { background-color: rgb(141,167,72); }
div.DivClassName
{
background-color: #8DA748;
}
.BgClassName
{
background-color: #8DA748;
}
</style>
border-color css
<style>
span { border-color: #8DA748; }
span { border-color: rgb(141,167,72); }
td.TdClassName
{
border-color: #8DA748;
}
.TagClassName
{
border-color: #8DA748;
}
</style>