Shades of De York #80DB99
Tints of De York #80DB99
RGB
CMYK
RGB Variations
Color information
#80DB99 (or 0x80DB99) is known color: De York. HEX triplet: 80, DB and 99. RGB value is (128,219,153). Sum of RGB (Red+Green+Blue) = 128+219+153=500 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.6% from 500); Green value is 219 (85.94% from 255 or 43.8% from 500); Blue value is 153 (60.16% from 255 or 30.6% from 500); Max value from RGB is 219 - color contains mainly: green. Hex color #80DB99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80DB99 is #7F2466. Grayscale: #B8B8B8. Windows color (decimal): -8332391 or 10083200. OLE color: 10083200.
HSL color Cylindrical-coordinate representation of color #80DB99: hue angle of 136.48º 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 #80DB99 is Cyan = 0.42, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 219 | 153 | - |
| CMYK | 0.42 | 0 | 0.30 | 0.14 |
| HSL | 136.48º | 0.56% | 0.68% | - |
| HSV(B) | 136.48º | 0.42% | 0.86% | - |
| XYZ | 39.98 | 57.55 | 39.14 | - |
| YUV | 184.27 | 110.35 | 87.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 219 | 153 | 0.42 | 0 | 0.30 | 0.14 | 136.48 | 0.56 | 0.68 |
| Hex | 80 | DB | 99 | 2A | 0 | 1E | E | 88 | 38 | 44 |
| Octal | 200 | 333 | 231 | 52 | 0 | 36 | 16 | 210 | 70 | 104 |
| Binary | 10000000 | 11011011 | 10011001 | 101010 | 0 | 11110 | 1110 | 10001000 | 111000 | 1000100 |
Color Harmonies of #80DB99
Complementary color
Monochromatic Colors of #80DB99
Black with #80DB99
Text Example
Text Example
White with #80DB99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DB99; }
p { color: rgb(128,219,153); }
H1.HeaderClassName
{
color: #80DB99;
}
.AnyTagClassName
{
color: #80DB99;
}
</style>
background-color css
<style>
a { background-color: #80DB99; }
a { background-color: rgb(128,219,153); }
div.DivClassName
{
background-color: #80DB99;
}
.BgClassName
{
background-color: #80DB99;
}
</style>
border-color css
<style>
span { border-color: #80DB99; }
span { border-color: rgb(128,219,153); }
td.TdClassName
{
border-color: #80DB99;
}
.TagClassName
{
border-color: #80DB99;
}
</style>