Shades of De York #80DD8D
Tints of De York #80DD8D
RGB
CMYK
RGB Variations
Color information
#80DD8D (or 0x80DD8D) is known color: De York. HEX triplet: 80, DD and 8D. RGB value is (128,221,141). Sum of RGB (Red+Green+Blue) = 128+221+141=490 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.12% from 490); Green value is 221 (86.72% from 255 or 45.10% from 490); Blue value is 141 (55.47% from 255 or 28.78% from 490); Max value from RGB is 221 - color contains mainly: green. Hex color #80DD8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80DD8D is #7F2272. Grayscale: #B8B8B8. Windows color (decimal): -8331891 or 9297280. OLE color: 9297280.
HSL color Cylindrical-coordinate representation of color #80DD8D: hue angle of 128.39º 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 #80DD8D is Cyan = 0.42, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 221 | 141 | - |
| CMYK | 0.42 | 0 | 0.36 | 0.13 |
| HSL | 128.39º | 0.58% | 0.68% | - |
| HSV(B) | 128.39º | 0.42% | 0.87% | - |
| XYZ | 39.57 | 58.23 | 34.35 | - |
| YUV | 184.07 | 103.69 | 88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 221 | 141 | 0.42 | 0 | 0.36 | 0.13 | 128.39 | 0.58 | 0.68 |
| Hex | 80 | DD | 8D | 2A | 0 | 24 | D | 80 | 3A | 44 |
| Octal | 200 | 335 | 215 | 52 | 0 | 44 | 15 | 200 | 72 | 104 |
| Binary | 10000000 | 11011101 | 10001101 | 101010 | 0 | 100100 | 1101 | 10000000 | 111010 | 1000100 |
Color Harmonies of #80DD8D
Complementary color
Monochromatic Colors of #80DD8D
Black with #80DD8D
Text Example
Text Example
White with #80DD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DD8D; }
p { color: rgb(128,221,141); }
H1.HeaderClassName
{
color: #80DD8D;
}
.AnyTagClassName
{
color: #80DD8D;
}
</style>
background-color css
<style>
a { background-color: #80DD8D; }
a { background-color: rgb(128,221,141); }
div.DivClassName
{
background-color: #80DD8D;
}
.BgClassName
{
background-color: #80DD8D;
}
</style>
border-color css
<style>
span { border-color: #80DD8D; }
span { border-color: rgb(128,221,141); }
td.TdClassName
{
border-color: #80DD8D;
}
.TagClassName
{
border-color: #80DD8D;
}
</style>