Shades of De York #80DC8E
Tints of De York #80DC8E
RGB
CMYK
RGB Variations
Color information
#80DC8E (or 0x80DC8E) is known color: De York. HEX triplet: 80, DC and 8E. RGB value is (128,220,142). Sum of RGB (Red+Green+Blue) = 128+220+142=490 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.12% from 490); Green value is 220 (86.33% from 255 or 44.90% from 490); Blue value is 142 (55.86% from 255 or 28.98% from 490); Max value from RGB is 220 - color contains mainly: green. Hex color #80DC8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80DC8E is #7F2371. Grayscale: #B7B7B7. Windows color (decimal): -8332146 or 9362560. OLE color: 9362560.
HSL color Cylindrical-coordinate representation of color #80DC8E: hue angle of 129.13º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80DC8E is Cyan = 0.42, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 220 | 142 | - |
| CMYK | 0.42 | 0 | 0.35 | 0.14 |
| HSL | 129.13º | 0.57% | 0.68% | - |
| HSV(B) | 129.13º | 0.42% | 0.86% | - |
| XYZ | 39.38 | 57.73 | 34.66 | - |
| YUV | 183.6 | 104.52 | 88.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 220 | 142 | 0.42 | 0 | 0.35 | 0.14 | 129.13 | 0.57 | 0.68 |
| Hex | 80 | DC | 8E | 2A | 0 | 23 | E | 81 | 39 | 44 |
| Octal | 200 | 334 | 216 | 52 | 0 | 43 | 16 | 201 | 71 | 104 |
| Binary | 10000000 | 11011100 | 10001110 | 101010 | 0 | 100011 | 1110 | 10000001 | 111001 | 1000100 |
Color Harmonies of #80DC8E
Complementary color
Monochromatic Colors of #80DC8E
Black with #80DC8E
Text Example
Text Example
White with #80DC8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DC8E; }
p { color: rgb(128,220,142); }
H1.HeaderClassName
{
color: #80DC8E;
}
.AnyTagClassName
{
color: #80DC8E;
}
</style>
background-color css
<style>
a { background-color: #80DC8E; }
a { background-color: rgb(128,220,142); }
div.DivClassName
{
background-color: #80DC8E;
}
.BgClassName
{
background-color: #80DC8E;
}
</style>
border-color css
<style>
span { border-color: #80DC8E; }
span { border-color: rgb(128,220,142); }
td.TdClassName
{
border-color: #80DC8E;
}
.TagClassName
{
border-color: #80DC8E;
}
</style>