Shades of De York #8DD480
Tints of De York #8DD480
RGB
CMYK
RGB Variations
Color information
#8DD480 (or 0x8DD480) is known color: De York. HEX triplet: 8D, D4 and 80. RGB value is (141,212,128). Sum of RGB (Red+Green+Blue) = 141+212+128=481 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.31% from 481); Green value is 212 (83.20% from 255 or 44.07% from 481); Blue value is 128 (50.39% from 255 or 26.61% from 481); Max value from RGB is 212 - color contains mainly: green. Hex color #8DD480 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DD480 is #722B7F. Grayscale: #B5B5B5. Windows color (decimal): -7482240 or 8443021. OLE color: 8443021.
HSL color Cylindrical-coordinate representation of color #8DD480: hue angle of 110.71º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8DD480 is Cyan = 0.33, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 141 | 212 | 128 | - |
| CMYK | 0.33 | 0 | 0.40 | 0.17 |
| HSL | 110.71º | 0.49% | 0.67% | - |
| HSV(B) | 110.71º | 0.4% | 0.83% | - |
| XYZ | 38.42 | 54.31 | 28.88 | - |
| YUV | 181.2 | 97.98 | 99.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 212 | 128 | 0.33 | 0 | 0.40 | 0.17 | 110.71 | 0.49 | 0.67 |
| Hex | 8D | D4 | 80 | 21 | 0 | 28 | 11 | 6F | 31 | 43 |
| Octal | 215 | 324 | 200 | 41 | 0 | 50 | 21 | 157 | 61 | 103 |
| Binary | 10001101 | 11010100 | 10000000 | 100001 | 0 | 101000 | 10001 | 1101111 | 110001 | 1000011 |
Color Harmonies of #8DD480
Complementary color
Monochromatic Colors of #8DD480
Black with #8DD480
Text Example
Text Example
White with #8DD480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DD480; }
p { color: rgb(141,212,128); }
H1.HeaderClassName
{
color: #8DD480;
}
.AnyTagClassName
{
color: #8DD480;
}
</style>
background-color css
<style>
a { background-color: #8DD480; }
a { background-color: rgb(141,212,128); }
div.DivClassName
{
background-color: #8DD480;
}
.BgClassName
{
background-color: #8DD480;
}
</style>
border-color css
<style>
span { border-color: #8DD480; }
span { border-color: rgb(141,212,128); }
td.TdClassName
{
border-color: #8DD480;
}
.TagClassName
{
border-color: #8DD480;
}
</style>