Shades of De York #80DD90
Tints of De York #80DD90
RGB
CMYK
RGB Variations
Color information
#80DD90 (or 0x80DD90) is known color: De York. HEX triplet: 80, DD and 90. RGB value is (128,221,144). Sum of RGB (Red+Green+Blue) = 128+221+144=493 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.96% from 493); Green value is 221 (86.72% from 255 or 44.83% from 493); Blue value is 144 (56.64% from 255 or 29.21% from 493); Max value from RGB is 221 - color contains mainly: green. Hex color #80DD90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80DD90 is #7F226F. Grayscale: #B8B8B8. Windows color (decimal): -8331888 or 9493888. OLE color: 9493888.
HSL color Cylindrical-coordinate representation of color #80DD90: hue angle of 130.32º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80DD90 is Cyan = 0.42, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 221 | 144 | - |
| CMYK | 0.42 | 0 | 0.35 | 0.13 |
| HSL | 130.32º | 0.58% | 0.68% | - |
| HSV(B) | 130.32º | 0.42% | 0.87% | - |
| XYZ | 39.79 | 58.32 | 35.54 | - |
| YUV | 184.42 | 105.19 | 87.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 221 | 144 | 0.42 | 0 | 0.35 | 0.13 | 130.32 | 0.58 | 0.68 |
| Hex | 80 | DD | 90 | 2A | 0 | 23 | D | 82 | 3A | 44 |
| Octal | 200 | 335 | 220 | 52 | 0 | 43 | 15 | 202 | 72 | 104 |
| Binary | 10000000 | 11011101 | 10010000 | 101010 | 0 | 100011 | 1101 | 10000010 | 111010 | 1000100 |
Color Harmonies of #80DD90
Complementary color
Monochromatic Colors of #80DD90
Black with #80DD90
Text Example
Text Example
White with #80DD90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DD90; }
p { color: rgb(128,221,144); }
H1.HeaderClassName
{
color: #80DD90;
}
.AnyTagClassName
{
color: #80DD90;
}
</style>
background-color css
<style>
a { background-color: #80DD90; }
a { background-color: rgb(128,221,144); }
div.DivClassName
{
background-color: #80DD90;
}
.BgClassName
{
background-color: #80DD90;
}
</style>
border-color css
<style>
span { border-color: #80DD90; }
span { border-color: rgb(128,221,144); }
td.TdClassName
{
border-color: #80DD90;
}
.TagClassName
{
border-color: #80DD90;
}
</style>