Shades of De York #80D499
Tints of De York #80D499
RGB
CMYK
RGB Variations
Color information
#80D499 (or 0x80D499) is known color: De York. HEX triplet: 80, D4 and 99. RGB value is (128,212,153). Sum of RGB (Red+Green+Blue) = 128+212+153=493 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.96% from 493); Green value is 212 (83.20% from 255 or 43.00% from 493); Blue value is 153 (60.16% from 255 or 31.03% from 493); Max value from RGB is 212 - color contains mainly: green. Hex color #80D499 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D499 is #7F2B66. Grayscale: #B4B4B4. Windows color (decimal): -8334183 or 10081408. OLE color: 10081408.
HSL color Cylindrical-coordinate representation of color #80D499: hue angle of 137.86º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #80D499 is Cyan = 0.40, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 128 | 212 | 153 | - |
| CMYK | 0.40 | 0 | 0.28 | 0.17 |
| HSL | 137.86º | 0.49% | 0.67% | - |
| HSV(B) | 137.86º | 0.4% | 0.83% | - |
| XYZ | 38.2 | 53.98 | 38.54 | - |
| YUV | 180.16 | 112.67 | 90.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 212 | 153 | 0.40 | 0 | 0.28 | 0.17 | 137.86 | 0.49 | 0.67 |
| Hex | 80 | D4 | 99 | 28 | 0 | 1C | 11 | 8A | 31 | 43 |
| Octal | 200 | 324 | 231 | 50 | 0 | 34 | 21 | 212 | 61 | 103 |
| Binary | 10000000 | 11010100 | 10011001 | 101000 | 0 | 11100 | 10001 | 10001010 | 110001 | 1000011 |
Color Harmonies of #80D499
Complementary color
Monochromatic Colors of #80D499
Black with #80D499
Text Example
Text Example
White with #80D499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D499; }
p { color: rgb(128,212,153); }
H1.HeaderClassName
{
color: #80D499;
}
.AnyTagClassName
{
color: #80D499;
}
</style>
background-color css
<style>
a { background-color: #80D499; }
a { background-color: rgb(128,212,153); }
div.DivClassName
{
background-color: #80D499;
}
.BgClassName
{
background-color: #80D499;
}
</style>
border-color css
<style>
span { border-color: #80D499; }
span { border-color: rgb(128,212,153); }
td.TdClassName
{
border-color: #80D499;
}
.TagClassName
{
border-color: #80D499;
}
</style>