Shades of De York #8DDA8A
Tints of De York #8DDA8A
RGB
CMYK
RGB Variations
Color information
#8DDA8A (or 0x8DDA8A) is known color: De York. HEX triplet: 8D, DA and 8A. RGB value is (141,218,138). Sum of RGB (Red+Green+Blue) = 141+218+138=497 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.37% from 497); Green value is 218 (85.55% from 255 or 43.86% from 497); Blue value is 138 (54.30% from 255 or 27.77% from 497); Max value from RGB is 218 - color contains mainly: green. Hex color #8DDA8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DDA8A is #722575. Grayscale: #BABABA. Windows color (decimal): -7480694 or 9099917. OLE color: 9099917.
HSL color Cylindrical-coordinate representation of color #8DDA8A: hue angle of 117.75º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8DDA8A is Cyan = 0.35, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 141 | 218 | 138 | - |
| CMYK | 0.35 | 0 | 0.37 | 0.15 |
| HSL | 117.75º | 0.52% | 0.7% | - |
| HSV(B) | 117.75º | 0.37% | 0.85% | - |
| XYZ | 40.64 | 57.64 | 33.03 | - |
| YUV | 185.86 | 100.99 | 96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 218 | 138 | 0.35 | 0 | 0.37 | 0.15 | 117.75 | 0.52 | 0.7 |
| Hex | 8D | DA | 8A | 23 | 0 | 25 | F | 76 | 34 | 46 |
| Octal | 215 | 332 | 212 | 43 | 0 | 45 | 17 | 166 | 64 | 106 |
| Binary | 10001101 | 11011010 | 10001010 | 100011 | 0 | 100101 | 1111 | 1110110 | 110100 | 1000110 |
Color Harmonies of #8DDA8A
Complementary color
Monochromatic Colors of #8DDA8A
Black with #8DDA8A
Text Example
Text Example
White with #8DDA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDA8A; }
p { color: rgb(141,218,138); }
H1.HeaderClassName
{
color: #8DDA8A;
}
.AnyTagClassName
{
color: #8DDA8A;
}
</style>
background-color css
<style>
a { background-color: #8DDA8A; }
a { background-color: rgb(141,218,138); }
div.DivClassName
{
background-color: #8DDA8A;
}
.BgClassName
{
background-color: #8DDA8A;
}
</style>
border-color css
<style>
span { border-color: #8DDA8A; }
span { border-color: rgb(141,218,138); }
td.TdClassName
{
border-color: #8DDA8A;
}
.TagClassName
{
border-color: #8DDA8A;
}
</style>