Shades of Chelsea Cucumber #8DB247
Tints of Chelsea Cucumber #8DB247
RGB
CMYK
RGB Variations
Color information
#8DB247 (or 0x8DB247) is known color: Chelsea Cucumber. HEX triplet: 8D, B2 and 47. RGB value is (141,178,71). Sum of RGB (Red+Green+Blue) = 141+178+71=390 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.15% from 390); Green value is 178 (69.92% from 255 or 45.64% from 390); Blue value is 71 (28.12% from 255 or 18.21% from 390); Max value from RGB is 178 - color contains mainly: green. Hex color #8DB247 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DB247 is #724DB8. Grayscale: #9B9B9B. Windows color (decimal): -7491001 or 4698765. OLE color: 4698765.
HSL color Cylindrical-coordinate representation of color #8DB247: hue angle of 80.75º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8DB247 is Cyan = 0.21, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 141 | 178 | 71 | - |
| CMYK | 0.21 | 0 | 0.60 | 0.30 |
| HSL | 80.75º | 0.43% | 0.49% | - |
| HSV(B) | 80.75º | 0.6% | 0.7% | - |
| XYZ | 28.04 | 37.96 | 11.81 | - |
| YUV | 154.74 | 80.74 | 118.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 178 | 71 | 0.21 | 0 | 0.60 | 0.30 | 80.75 | 0.43 | 0.49 |
| Hex | 8D | B2 | 47 | 15 | 0 | 3C | 1E | 51 | 2B | 31 |
| Octal | 215 | 262 | 107 | 25 | 0 | 74 | 36 | 121 | 53 | 61 |
| Binary | 10001101 | 10110010 | 1000111 | 10101 | 0 | 111100 | 11110 | 1010001 | 101011 | 110001 |
Color Harmonies of #8DB247
Complementary color
Monochromatic Colors of #8DB247
Black with #8DB247
Text Example
Text Example
White with #8DB247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB247; }
p { color: rgb(141,178,71); }
H1.HeaderClassName
{
color: #8DB247;
}
.AnyTagClassName
{
color: #8DB247;
}
</style>
background-color css
<style>
a { background-color: #8DB247; }
a { background-color: rgb(141,178,71); }
div.DivClassName
{
background-color: #8DB247;
}
.BgClassName
{
background-color: #8DB247;
}
</style>
border-color css
<style>
span { border-color: #8DB247; }
span { border-color: rgb(141,178,71); }
td.TdClassName
{
border-color: #8DB247;
}
.TagClassName
{
border-color: #8DB247;
}
</style>