Shades of Chelsea Cucumber #8DA552
Tints of Chelsea Cucumber #8DA552
RGB
CMYK
RGB Variations
Color information
#8DA552 (or 0x8DA552) is known color: Chelsea Cucumber. HEX triplet: 8D, A5 and 52. RGB value is (141,165,82). Sum of RGB (Red+Green+Blue) = 141+165+82=388 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.34% from 388); Green value is 165 (64.84% from 255 or 42.53% from 388); Blue value is 82 (32.42% from 255 or 21.13% from 388); Max value from RGB is 165 - color contains mainly: green. Hex color #8DA552 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DA552 is #725AAD. Grayscale: #949494. Windows color (decimal): -7494318 or 5416333. OLE color: 5416333.
HSL color Cylindrical-coordinate representation of color #8DA552: hue angle of 77.35º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8DA552 is Cyan = 0.15, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 141 | 165 | 82 | - |
| CMYK | 0.15 | 0 | 0.50 | 0.35 |
| HSL | 77.35º | 0.34% | 0.48% | - |
| HSV(B) | 77.35º | 0.5% | 0.65% | - |
| XYZ | 25.96 | 33.18 | 13.02 | - |
| YUV | 148.36 | 90.55 | 122.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 165 | 82 | 0.15 | 0 | 0.50 | 0.35 | 77.35 | 0.34 | 0.48 |
| Hex | 8D | A5 | 52 | F | 0 | 32 | 23 | 4D | 22 | 30 |
| Octal | 215 | 245 | 122 | 17 | 0 | 62 | 43 | 115 | 42 | 60 |
| Binary | 10001101 | 10100101 | 1010010 | 1111 | 0 | 110010 | 100011 | 1001101 | 100010 | 110000 |
Color Harmonies of #8DA552
Complementary color
Monochromatic Colors of #8DA552
Black with #8DA552
Text Example
Text Example
White with #8DA552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA552; }
p { color: rgb(141,165,82); }
H1.HeaderClassName
{
color: #8DA552;
}
.AnyTagClassName
{
color: #8DA552;
}
</style>
background-color css
<style>
a { background-color: #8DA552; }
a { background-color: rgb(141,165,82); }
div.DivClassName
{
background-color: #8DA552;
}
.BgClassName
{
background-color: #8DA552;
}
</style>
border-color css
<style>
span { border-color: #8DA552; }
span { border-color: rgb(141,165,82); }
td.TdClassName
{
border-color: #8DA552;
}
.TagClassName
{
border-color: #8DA552;
}
</style>