Shades of De York #80DB8F
Tints of De York #80DB8F
RGB
CMYK
RGB Variations
Color information
#80DB8F (or 0x80DB8F) is known color: De York. HEX triplet: 80, DB and 8F. RGB value is (128,219,143). Sum of RGB (Red+Green+Blue) = 128+219+143=490 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.12% from 490); Green value is 219 (85.94% from 255 or 44.69% from 490); Blue value is 143 (56.25% from 255 or 29.18% from 490); Max value from RGB is 219 - color contains mainly: green. Hex color #80DB8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80DB8F is #7F2470. Grayscale: #B7B7B7. Windows color (decimal): -8332401 or 9427840. OLE color: 9427840.
HSL color Cylindrical-coordinate representation of color #80DB8F: hue angle of 129.89º degrees, saturation: 0.56, 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 #80DB8F is Cyan = 0.42, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 219 | 143 | - |
| CMYK | 0.42 | 0 | 0.35 | 0.14 |
| HSL | 129.89º | 0.56% | 0.68% | - |
| HSV(B) | 129.89º | 0.42% | 0.86% | - |
| XYZ | 39.19 | 57.24 | 34.97 | - |
| YUV | 183.13 | 105.35 | 88.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 219 | 143 | 0.42 | 0 | 0.35 | 0.14 | 129.89 | 0.56 | 0.68 |
| Hex | 80 | DB | 8F | 2A | 0 | 23 | E | 82 | 38 | 44 |
| Octal | 200 | 333 | 217 | 52 | 0 | 43 | 16 | 202 | 70 | 104 |
| Binary | 10000000 | 11011011 | 10001111 | 101010 | 0 | 100011 | 1110 | 10000010 | 111000 | 1000100 |
Color Harmonies of #80DB8F
Complementary color
Monochromatic Colors of #80DB8F
Black with #80DB8F
Text Example
Text Example
White with #80DB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DB8F; }
p { color: rgb(128,219,143); }
H1.HeaderClassName
{
color: #80DB8F;
}
.AnyTagClassName
{
color: #80DB8F;
}
</style>
background-color css
<style>
a { background-color: #80DB8F; }
a { background-color: rgb(128,219,143); }
div.DivClassName
{
background-color: #80DB8F;
}
.BgClassName
{
background-color: #80DB8F;
}
</style>
border-color css
<style>
span { border-color: #80DB8F; }
span { border-color: rgb(128,219,143); }
td.TdClassName
{
border-color: #80DB8F;
}
.TagClassName
{
border-color: #80DB8F;
}
</style>