Shades of De York #80DD8A
Tints of De York #80DD8A
RGB
CMYK
RGB Variations
Color information
#80DD8A (or 0x80DD8A) is known color: De York. HEX triplet: 80, DD and 8A. RGB value is (128,221,138). Sum of RGB (Red+Green+Blue) = 128+221+138=487 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.28% from 487); Green value is 221 (86.72% from 255 or 45.38% from 487); Blue value is 138 (54.30% from 255 or 28.34% from 487); Max value from RGB is 221 - color contains mainly: green. Hex color #80DD8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80DD8A is #7F2275. Grayscale: #B7B7B7. Windows color (decimal): -8331894 or 9100672. OLE color: 9100672.
HSL color Cylindrical-coordinate representation of color #80DD8A: hue angle of 126.45º 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 #80DD8A is Cyan = 0.42, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 221 | 138 | - |
| CMYK | 0.42 | 0 | 0.38 | 0.13 |
| HSL | 126.45º | 0.58% | 0.68% | - |
| HSV(B) | 126.45º | 0.42% | 0.87% | - |
| XYZ | 39.35 | 58.14 | 33.19 | - |
| YUV | 183.73 | 102.19 | 88.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 221 | 138 | 0.42 | 0 | 0.38 | 0.13 | 126.45 | 0.58 | 0.68 |
| Hex | 80 | DD | 8A | 2A | 0 | 26 | D | 7E | 3A | 44 |
| Octal | 200 | 335 | 212 | 52 | 0 | 46 | 15 | 176 | 72 | 104 |
| Binary | 10000000 | 11011101 | 10001010 | 101010 | 0 | 100110 | 1101 | 1111110 | 111010 | 1000100 |
Color Harmonies of #80DD8A
Complementary color
Monochromatic Colors of #80DD8A
Black with #80DD8A
Text Example
Text Example
White with #80DD8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DD8A; }
p { color: rgb(128,221,138); }
H1.HeaderClassName
{
color: #80DD8A;
}
.AnyTagClassName
{
color: #80DD8A;
}
</style>
background-color css
<style>
a { background-color: #80DD8A; }
a { background-color: rgb(128,221,138); }
div.DivClassName
{
background-color: #80DD8A;
}
.BgClassName
{
background-color: #80DD8A;
}
</style>
border-color css
<style>
span { border-color: #80DD8A; }
span { border-color: rgb(128,221,138); }
td.TdClassName
{
border-color: #80DD8A;
}
.TagClassName
{
border-color: #80DD8A;
}
</style>