Shades of De York #80DC99
Tints of De York #80DC99
RGB
CMYK
RGB Variations
Color information
#80DC99 (or 0x80DC99) is known color: De York. HEX triplet: 80, DC and 99. RGB value is (128,220,153). Sum of RGB (Red+Green+Blue) = 128+220+153=501 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.55% from 501); Green value is 220 (86.33% from 255 or 43.91% from 501); Blue value is 153 (60.16% from 255 or 30.54% from 501); Max value from RGB is 220 - color contains mainly: green. Hex color #80DC99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80DC99 is #7F2366. Grayscale: #B9B9B9. Windows color (decimal): -8332135 or 10083456. OLE color: 10083456.
HSL color Cylindrical-coordinate representation of color #80DC99: hue angle of 136.3º 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 #80DC99 is Cyan = 0.42, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 220 | 153 | - |
| CMYK | 0.42 | 0 | 0.30 | 0.14 |
| HSL | 136.3º | 0.57% | 0.68% | - |
| HSV(B) | 136.3º | 0.42% | 0.86% | - |
| XYZ | 40.25 | 58.08 | 39.23 | - |
| YUV | 184.85 | 110.02 | 87.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 220 | 153 | 0.42 | 0 | 0.30 | 0.14 | 136.3 | 0.57 | 0.68 |
| Hex | 80 | DC | 99 | 2A | 0 | 1E | E | 88 | 39 | 44 |
| Octal | 200 | 334 | 231 | 52 | 0 | 36 | 16 | 210 | 71 | 104 |
| Binary | 10000000 | 11011100 | 10011001 | 101010 | 0 | 11110 | 1110 | 10001000 | 111001 | 1000100 |
Color Harmonies of #80DC99
Complementary color
Monochromatic Colors of #80DC99
Black with #80DC99
Text Example
Text Example
White with #80DC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DC99; }
p { color: rgb(128,220,153); }
H1.HeaderClassName
{
color: #80DC99;
}
.AnyTagClassName
{
color: #80DC99;
}
</style>
background-color css
<style>
a { background-color: #80DC99; }
a { background-color: rgb(128,220,153); }
div.DivClassName
{
background-color: #80DC99;
}
.BgClassName
{
background-color: #80DC99;
}
</style>
border-color css
<style>
span { border-color: #80DC99; }
span { border-color: rgb(128,220,153); }
td.TdClassName
{
border-color: #80DC99;
}
.TagClassName
{
border-color: #80DC99;
}
</style>