Shades of De York #80D889
Tints of De York #80D889
RGB
CMYK
RGB Variations
Color information
#80D889 (or 0x80D889) is known color: De York. HEX triplet: 80, D8 and 89. RGB value is (128,216,137). Sum of RGB (Red+Green+Blue) = 128+216+137=481 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.61% from 481); Green value is 216 (84.77% from 255 or 44.91% from 481); Blue value is 137 (53.91% from 255 or 28.48% from 481); Max value from RGB is 216 - color contains mainly: green. Hex color #80D889 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D889 is #7F2776. Grayscale: #B4B4B4. Windows color (decimal): -8333175 or 9033856. OLE color: 9033856.
HSL color Cylindrical-coordinate representation of color #80D889: hue angle of 126.14º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #80D889 is Cyan = 0.41, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 128 | 216 | 137 | - |
| CMYK | 0.41 | 0 | 0.37 | 0.15 |
| HSL | 126.14º | 0.53% | 0.67% | - |
| HSV(B) | 126.14º | 0.41% | 0.85% | - |
| XYZ | 37.97 | 55.51 | 32.38 | - |
| YUV | 180.68 | 103.35 | 90.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 216 | 137 | 0.41 | 0 | 0.37 | 0.15 | 126.14 | 0.53 | 0.67 |
| Hex | 80 | D8 | 89 | 29 | 0 | 25 | F | 7E | 35 | 43 |
| Octal | 200 | 330 | 211 | 51 | 0 | 45 | 17 | 176 | 65 | 103 |
| Binary | 10000000 | 11011000 | 10001001 | 101001 | 0 | 100101 | 1111 | 1111110 | 110101 | 1000011 |
Color Harmonies of #80D889
Complementary color
Monochromatic Colors of #80D889
Black with #80D889
Text Example
Text Example
White with #80D889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D889; }
p { color: rgb(128,216,137); }
H1.HeaderClassName
{
color: #80D889;
}
.AnyTagClassName
{
color: #80D889;
}
</style>
background-color css
<style>
a { background-color: #80D889; }
a { background-color: rgb(128,216,137); }
div.DivClassName
{
background-color: #80D889;
}
.BgClassName
{
background-color: #80D889;
}
</style>
border-color css
<style>
span { border-color: #80D889; }
span { border-color: rgb(128,216,137); }
td.TdClassName
{
border-color: #80D889;
}
.TagClassName
{
border-color: #80D889;
}
</style>