Shades of De York #8DC582
Tints of De York #8DC582
RGB
CMYK
RGB Variations
Color information
#8DC582 (or 0x8DC582) is known color: De York. HEX triplet: 8D, C5 and 82. RGB value is (141,197,130). Sum of RGB (Red+Green+Blue) = 141+197+130=468 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.13% from 468); Green value is 197 (77.34% from 255 or 42.09% from 468); Blue value is 130 (51.17% from 255 or 27.78% from 468); Max value from RGB is 197 - color contains mainly: green. Hex color #8DC582 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DC582 is #723A7D. Grayscale: #ACACAC. Windows color (decimal): -7486078 or 8570253. OLE color: 8570253.
HSL color Cylindrical-coordinate representation of color #8DC582: hue angle of 110.15º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8DC582 is Cyan = 0.28, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 141 | 197 | 130 | - |
| CMYK | 0.28 | 0 | 0.34 | 0.23 |
| HSL | 110.15º | 0.37% | 0.64% | - |
| HSV(B) | 110.15º | 0.34% | 0.77% | - |
| XYZ | 34.98 | 47.21 | 28.39 | - |
| YUV | 172.62 | 103.95 | 105.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 197 | 130 | 0.28 | 0 | 0.34 | 0.23 | 110.15 | 0.37 | 0.64 |
| Hex | 8D | C5 | 82 | 1C | 0 | 22 | 17 | 6E | 25 | 40 |
| Octal | 215 | 305 | 202 | 34 | 0 | 42 | 27 | 156 | 45 | 100 |
| Binary | 10001101 | 11000101 | 10000010 | 11100 | 0 | 100010 | 10111 | 1101110 | 100101 | 1000000 |
Color Harmonies of #8DC582
Complementary color
Monochromatic Colors of #8DC582
Black with #8DC582
Text Example
Text Example
White with #8DC582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC582; }
p { color: rgb(141,197,130); }
H1.HeaderClassName
{
color: #8DC582;
}
.AnyTagClassName
{
color: #8DC582;
}
</style>
background-color css
<style>
a { background-color: #8DC582; }
a { background-color: rgb(141,197,130); }
div.DivClassName
{
background-color: #8DC582;
}
.BgClassName
{
background-color: #8DC582;
}
</style>
border-color css
<style>
span { border-color: #8DC582; }
span { border-color: rgb(141,197,130); }
td.TdClassName
{
border-color: #8DC582;
}
.TagClassName
{
border-color: #8DC582;
}
</style>