Shades of De York #8DD982
Tints of De York #8DD982
RGB
CMYK
RGB Variations
Color information
#8DD982 (or 0x8DD982) is known color: De York. HEX triplet: 8D, D9 and 82. RGB value is (141,217,130). Sum of RGB (Red+Green+Blue) = 141+217+130=488 (64% of max value = 765). Red value is 141 (55.47% from 255 or 28.89% from 488); Green value is 217 (85.16% from 255 or 44.47% from 488); Blue value is 130 (51.17% from 255 or 26.64% from 488); Max value from RGB is 217 - color contains mainly: green. Hex color #8DD982 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DD982 is #72267D. Grayscale: #B8B8B8. Windows color (decimal): -7480958 or 8575373. OLE color: 8575373.
HSL color Cylindrical-coordinate representation of color #8DD982: hue angle of 112.41º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8DD982 is Cyan = 0.35, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 141 | 217 | 130 | - |
| CMYK | 0.35 | 0 | 0.40 | 0.15 |
| HSL | 112.41º | 0.53% | 0.68% | - |
| HSV(B) | 112.41º | 0.4% | 0.85% | - |
| XYZ | 39.83 | 56.9 | 30 | - |
| YUV | 184.36 | 97.32 | 97.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 217 | 130 | 0.35 | 0 | 0.40 | 0.15 | 112.41 | 0.53 | 0.68 |
| Hex | 8D | D9 | 82 | 23 | 0 | 28 | F | 70 | 35 | 44 |
| Octal | 215 | 331 | 202 | 43 | 0 | 50 | 17 | 160 | 65 | 104 |
| Binary | 10001101 | 11011001 | 10000010 | 100011 | 0 | 101000 | 1111 | 1110000 | 110101 | 1000100 |
Color Harmonies of #8DD982
Complementary color
Monochromatic Colors of #8DD982
Black with #8DD982
Text Example
Text Example
White with #8DD982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DD982; }
p { color: rgb(141,217,130); }
H1.HeaderClassName
{
color: #8DD982;
}
.AnyTagClassName
{
color: #8DD982;
}
</style>
background-color css
<style>
a { background-color: #8DD982; }
a { background-color: rgb(141,217,130); }
div.DivClassName
{
background-color: #8DD982;
}
.BgClassName
{
background-color: #8DD982;
}
</style>
border-color css
<style>
span { border-color: #8DD982; }
span { border-color: rgb(141,217,130); }
td.TdClassName
{
border-color: #8DD982;
}
.TagClassName
{
border-color: #8DD982;
}
</style>