Shades of De York #8DDA8B
Tints of De York #8DDA8B
RGB
CMYK
RGB Variations
Color information
#8DDA8B (or 0x8DDA8B) is known color: De York. HEX triplet: 8D, DA and 8B. RGB value is (141,218,139). Sum of RGB (Red+Green+Blue) = 141+218+139=498 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.31% from 498); Green value is 218 (85.55% from 255 or 43.78% from 498); Blue value is 139 (54.69% from 255 or 27.91% from 498); Max value from RGB is 218 - color contains mainly: green. Hex color #8DDA8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DDA8B is #722574. Grayscale: #BABABA. Windows color (decimal): -7480693 or 9165453. OLE color: 9165453.
HSL color Cylindrical-coordinate representation of color #8DDA8B: hue angle of 118.48º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8DDA8B is Cyan = 0.35, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 141 | 218 | 139 | - |
| CMYK | 0.35 | 0 | 0.36 | 0.15 |
| HSL | 118.48º | 0.52% | 0.7% | - |
| HSV(B) | 118.48º | 0.36% | 0.85% | - |
| XYZ | 40.72 | 57.67 | 33.41 | - |
| YUV | 185.97 | 101.49 | 95.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 218 | 139 | 0.35 | 0 | 0.36 | 0.15 | 118.48 | 0.52 | 0.7 |
| Hex | 8D | DA | 8B | 23 | 0 | 24 | F | 76 | 34 | 46 |
| Octal | 215 | 332 | 213 | 43 | 0 | 44 | 17 | 166 | 64 | 106 |
| Binary | 10001101 | 11011010 | 10001011 | 100011 | 0 | 100100 | 1111 | 1110110 | 110100 | 1000110 |
Color Harmonies of #8DDA8B
Complementary color
Monochromatic Colors of #8DDA8B
Black with #8DDA8B
Text Example
Text Example
White with #8DDA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDA8B; }
p { color: rgb(141,218,139); }
H1.HeaderClassName
{
color: #8DDA8B;
}
.AnyTagClassName
{
color: #8DDA8B;
}
</style>
background-color css
<style>
a { background-color: #8DDA8B; }
a { background-color: rgb(141,218,139); }
div.DivClassName
{
background-color: #8DDA8B;
}
.BgClassName
{
background-color: #8DDA8B;
}
</style>
border-color css
<style>
span { border-color: #8DDA8B; }
span { border-color: rgb(141,218,139); }
td.TdClassName
{
border-color: #8DDA8B;
}
.TagClassName
{
border-color: #8DDA8B;
}
</style>