Shades of Chelsea Cucumber #8DA051
Tints of Chelsea Cucumber #8DA051
RGB
CMYK
RGB Variations
Color information
#8DA051 (or 0x8DA051) is known color: Chelsea Cucumber. HEX triplet: 8D, A0 and 51. RGB value is (141,160,81). Sum of RGB (Red+Green+Blue) = 141+160+81=382 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.91% from 382); Green value is 160 (62.89% from 255 or 41.88% from 382); Blue value is 81 (32.03% from 255 or 21.20% from 382); Max value from RGB is 160 - color contains mainly: green. Hex color #8DA051 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DA051 is #725FAE. Grayscale: #919191. Windows color (decimal): -7495599 or 5349517. OLE color: 5349517.
HSL color Cylindrical-coordinate representation of color #8DA051: hue angle of 74.43º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8DA051 is Cyan = 0.12, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 141 | 160 | 81 | - |
| CMYK | 0.12 | 0 | 0.49 | 0.37 |
| HSL | 74.43º | 0.33% | 0.47% | - |
| HSV(B) | 74.43º | 0.49% | 0.63% | - |
| XYZ | 25.04 | 31.4 | 12.53 | - |
| YUV | 145.31 | 91.71 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 160 | 81 | 0.12 | 0 | 0.49 | 0.37 | 74.43 | 0.33 | 0.47 |
| Hex | 8D | A0 | 51 | C | 0 | 31 | 25 | 4A | 21 | 2F |
| Octal | 215 | 240 | 121 | 14 | 0 | 61 | 45 | 112 | 41 | 57 |
| Binary | 10001101 | 10100000 | 1010001 | 1100 | 0 | 110001 | 100101 | 1001010 | 100001 | 101111 |
Color Harmonies of #8DA051
Complementary color
Monochromatic Colors of #8DA051
Black with #8DA051
Text Example
Text Example
White with #8DA051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA051; }
p { color: rgb(141,160,81); }
H1.HeaderClassName
{
color: #8DA051;
}
.AnyTagClassName
{
color: #8DA051;
}
</style>
background-color css
<style>
a { background-color: #8DA051; }
a { background-color: rgb(141,160,81); }
div.DivClassName
{
background-color: #8DA051;
}
.BgClassName
{
background-color: #8DA051;
}
</style>
border-color css
<style>
span { border-color: #8DA051; }
span { border-color: rgb(141,160,81); }
td.TdClassName
{
border-color: #8DA051;
}
.TagClassName
{
border-color: #8DA051;
}
</style>