Shades of De York #80DB86
Tints of De York #80DB86
RGB
CMYK
RGB Variations
Color information
#80DB86 (or 0x80DB86) is known color: De York. HEX triplet: 80, DB and 86. RGB value is (128,219,134). Sum of RGB (Red+Green+Blue) = 128+219+134=481 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.61% from 481); Green value is 219 (85.94% from 255 or 45.53% from 481); Blue value is 134 (52.73% from 255 or 27.86% from 481); Max value from RGB is 219 - color contains mainly: green. Hex color #80DB86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80DB86 is #7F2479. Grayscale: #B6B6B6. Windows color (decimal): -8332410 or 8838016. OLE color: 8838016.
HSL color Cylindrical-coordinate representation of color #80DB86: hue angle of 123.96º 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 #80DB86 is Cyan = 0.42, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 219 | 134 | - |
| CMYK | 0.42 | 0 | 0.39 | 0.14 |
| HSL | 123.96º | 0.56% | 0.68% | - |
| HSV(B) | 123.96º | 0.42% | 0.86% | - |
| XYZ | 38.54 | 56.97 | 31.52 | - |
| YUV | 182.1 | 100.85 | 89.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 219 | 134 | 0.42 | 0 | 0.39 | 0.14 | 123.96 | 0.56 | 0.68 |
| Hex | 80 | DB | 86 | 2A | 0 | 27 | E | 7C | 38 | 44 |
| Octal | 200 | 333 | 206 | 52 | 0 | 47 | 16 | 174 | 70 | 104 |
| Binary | 10000000 | 11011011 | 10000110 | 101010 | 0 | 100111 | 1110 | 1111100 | 111000 | 1000100 |
Color Harmonies of #80DB86
Complementary color
Monochromatic Colors of #80DB86
Black with #80DB86
Text Example
Text Example
White with #80DB86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DB86; }
p { color: rgb(128,219,134); }
H1.HeaderClassName
{
color: #80DB86;
}
.AnyTagClassName
{
color: #80DB86;
}
</style>
background-color css
<style>
a { background-color: #80DB86; }
a { background-color: rgb(128,219,134); }
div.DivClassName
{
background-color: #80DB86;
}
.BgClassName
{
background-color: #80DB86;
}
</style>
border-color css
<style>
span { border-color: #80DB86; }
span { border-color: rgb(128,219,134); }
td.TdClassName
{
border-color: #80DB86;
}
.TagClassName
{
border-color: #80DB86;
}
</style>