Shades of De York #80DA89
Tints of De York #80DA89
RGB
CMYK
RGB Variations
Color information
#80DA89 (or 0x80DA89) is known color: De York. HEX triplet: 80, DA and 89. RGB value is (128,218,137). Sum of RGB (Red+Green+Blue) = 128+218+137=483 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.50% from 483); Green value is 218 (85.55% from 255 or 45.13% from 483); Blue value is 137 (53.91% from 255 or 28.36% from 483); Max value from RGB is 218 - color contains mainly: green. Hex color #80DA89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80DA89 is #7F2576. Grayscale: #B6B6B6. Windows color (decimal): -8332663 or 9034368. OLE color: 9034368.
HSL color Cylindrical-coordinate representation of color #80DA89: hue angle of 126º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #80DA89 is Cyan = 0.41, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 128 | 218 | 137 | - |
| CMYK | 0.41 | 0 | 0.37 | 0.15 |
| HSL | 126º | 0.55% | 0.68% | - |
| HSV(B) | 126º | 0.41% | 0.85% | - |
| XYZ | 38.49 | 56.54 | 32.55 | - |
| YUV | 181.86 | 102.68 | 89.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 218 | 137 | 0.41 | 0 | 0.37 | 0.15 | 126 | 0.55 | 0.68 |
| Hex | 80 | DA | 89 | 29 | 0 | 25 | F | 7E | 37 | 44 |
| Octal | 200 | 332 | 211 | 51 | 0 | 45 | 17 | 176 | 67 | 104 |
| Binary | 10000000 | 11011010 | 10001001 | 101001 | 0 | 100101 | 1111 | 1111110 | 110111 | 1000100 |
Color Harmonies of #80DA89
Complementary color
Monochromatic Colors of #80DA89
Black with #80DA89
Text Example
Text Example
White with #80DA89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DA89; }
p { color: rgb(128,218,137); }
H1.HeaderClassName
{
color: #80DA89;
}
.AnyTagClassName
{
color: #80DA89;
}
</style>
background-color css
<style>
a { background-color: #80DA89; }
a { background-color: rgb(128,218,137); }
div.DivClassName
{
background-color: #80DA89;
}
.BgClassName
{
background-color: #80DA89;
}
</style>
border-color css
<style>
span { border-color: #80DA89; }
span { border-color: rgb(128,218,137); }
td.TdClassName
{
border-color: #80DA89;
}
.TagClassName
{
border-color: #80DA89;
}
</style>