Shades of De York #8DDA84
Tints of De York #8DDA84
RGB
CMYK
RGB Variations
Color information
#8DDA84 (or 0x8DDA84) is known color: De York. HEX triplet: 8D, DA and 84. RGB value is (141,218,132). Sum of RGB (Red+Green+Blue) = 141+218+132=491 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.72% from 491); Green value is 218 (85.55% from 255 or 44.40% from 491); Blue value is 132 (51.95% from 255 or 26.88% from 491); Max value from RGB is 218 - color contains mainly: green. Hex color #8DDA84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DDA84 is #72257B. Grayscale: #B9B9B9. Windows color (decimal): -7480700 or 8706701. OLE color: 8706701.
HSL color Cylindrical-coordinate representation of color #8DDA84: hue angle of 113.72º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8DDA84 is Cyan = 0.35, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 141 | 218 | 132 | - |
| CMYK | 0.35 | 0 | 0.39 | 0.15 |
| HSL | 113.72º | 0.54% | 0.69% | - |
| HSV(B) | 113.72º | 0.39% | 0.85% | - |
| XYZ | 40.22 | 57.47 | 30.8 | - |
| YUV | 185.17 | 97.99 | 96.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 218 | 132 | 0.35 | 0 | 0.39 | 0.15 | 113.72 | 0.54 | 0.69 |
| Hex | 8D | DA | 84 | 23 | 0 | 27 | F | 72 | 36 | 45 |
| Octal | 215 | 332 | 204 | 43 | 0 | 47 | 17 | 162 | 66 | 105 |
| Binary | 10001101 | 11011010 | 10000100 | 100011 | 0 | 100111 | 1111 | 1110010 | 110110 | 1000101 |
Color Harmonies of #8DDA84
Complementary color
Monochromatic Colors of #8DDA84
Black with #8DDA84
Text Example
Text Example
White with #8DDA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDA84; }
p { color: rgb(141,218,132); }
H1.HeaderClassName
{
color: #8DDA84;
}
.AnyTagClassName
{
color: #8DDA84;
}
</style>
background-color css
<style>
a { background-color: #8DDA84; }
a { background-color: rgb(141,218,132); }
div.DivClassName
{
background-color: #8DDA84;
}
.BgClassName
{
background-color: #8DDA84;
}
</style>
border-color css
<style>
span { border-color: #8DDA84; }
span { border-color: rgb(141,218,132); }
td.TdClassName
{
border-color: #8DDA84;
}
.TagClassName
{
border-color: #8DDA84;
}
</style>