Shades of Chelsea Cucumber #8DA558
Tints of Chelsea Cucumber #8DA558
RGB
CMYK
RGB Variations
Color information
#8DA558 (or 0x8DA558) is known color: Chelsea Cucumber. HEX triplet: 8D, A5 and 58. RGB value is (141,165,88). Sum of RGB (Red+Green+Blue) = 141+165+88=394 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.79% from 394); Green value is 165 (64.84% from 255 or 41.88% from 394); Blue value is 88 (34.77% from 255 or 22.34% from 394); Max value from RGB is 165 - color contains mainly: green. Hex color #8DA558 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DA558 is #725AA7. Grayscale: #959595. Windows color (decimal): -7494312 or 5809549. OLE color: 5809549.
HSL color Cylindrical-coordinate representation of color #8DA558: hue angle of 78.7º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8DA558 is Cyan = 0.15, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 141 | 165 | 88 | - |
| CMYK | 0.15 | 0 | 0.47 | 0.35 |
| HSL | 78.7º | 0.3% | 0.5% | - |
| HSV(B) | 78.7º | 0.47% | 0.65% | - |
| XYZ | 26.2 | 33.28 | 14.27 | - |
| YUV | 149.05 | 93.55 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 165 | 88 | 0.15 | 0 | 0.47 | 0.35 | 78.7 | 0.3 | 0.5 |
| Hex | 8D | A5 | 58 | F | 0 | 2F | 23 | 4F | 1E | 32 |
| Octal | 215 | 245 | 130 | 17 | 0 | 57 | 43 | 117 | 36 | 62 |
| Binary | 10001101 | 10100101 | 1011000 | 1111 | 0 | 101111 | 100011 | 1001111 | 11110 | 110010 |
Color Harmonies of #8DA558
Complementary color
Monochromatic Colors of #8DA558
Black with #8DA558
Text Example
Text Example
White with #8DA558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA558; }
p { color: rgb(141,165,88); }
H1.HeaderClassName
{
color: #8DA558;
}
.AnyTagClassName
{
color: #8DA558;
}
</style>
background-color css
<style>
a { background-color: #8DA558; }
a { background-color: rgb(141,165,88); }
div.DivClassName
{
background-color: #8DA558;
}
.BgClassName
{
background-color: #8DA558;
}
</style>
border-color css
<style>
span { border-color: #8DA558; }
span { border-color: rgb(141,165,88); }
td.TdClassName
{
border-color: #8DA558;
}
.TagClassName
{
border-color: #8DA558;
}
</style>