Shades of De York #8DDA90
Tints of De York #8DDA90
RGB
CMYK
RGB Variations
Color information
#8DDA90 (or 0x8DDA90) is known color: De York. HEX triplet: 8D, DA and 90. RGB value is (141,218,144). Sum of RGB (Red+Green+Blue) = 141+218+144=503 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.03% from 503); Green value is 218 (85.55% from 255 or 43.34% from 503); Blue value is 144 (56.64% from 255 or 28.63% from 503); Max value from RGB is 218 - color contains mainly: green. Hex color #8DDA90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DDA90 is #72256F. Grayscale: #BABABA. Windows color (decimal): -7480688 or 9493133. OLE color: 9493133.
HSL color Cylindrical-coordinate representation of color #8DDA90: hue angle of 122.34º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8DDA90 is Cyan = 0.35, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 141 | 218 | 144 | - |
| CMYK | 0.35 | 0 | 0.34 | 0.15 |
| HSL | 122.34º | 0.51% | 0.7% | - |
| HSV(B) | 122.34º | 0.35% | 0.85% | - |
| XYZ | 41.09 | 57.82 | 35.38 | - |
| YUV | 186.54 | 103.99 | 95.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 218 | 144 | 0.35 | 0 | 0.34 | 0.15 | 122.34 | 0.51 | 0.7 |
| Hex | 8D | DA | 90 | 23 | 0 | 22 | F | 7A | 33 | 46 |
| Octal | 215 | 332 | 220 | 43 | 0 | 42 | 17 | 172 | 63 | 106 |
| Binary | 10001101 | 11011010 | 10010000 | 100011 | 0 | 100010 | 1111 | 1111010 | 110011 | 1000110 |
Color Harmonies of #8DDA90
Complementary color
Monochromatic Colors of #8DDA90
Black with #8DDA90
Text Example
Text Example
White with #8DDA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDA90; }
p { color: rgb(141,218,144); }
H1.HeaderClassName
{
color: #8DDA90;
}
.AnyTagClassName
{
color: #8DDA90;
}
</style>
background-color css
<style>
a { background-color: #8DDA90; }
a { background-color: rgb(141,218,144); }
div.DivClassName
{
background-color: #8DDA90;
}
.BgClassName
{
background-color: #8DDA90;
}
</style>
border-color css
<style>
span { border-color: #8DDA90; }
span { border-color: rgb(141,218,144); }
td.TdClassName
{
border-color: #8DDA90;
}
.TagClassName
{
border-color: #8DDA90;
}
</style>