Shades of De York #80DC89
Tints of De York #80DC89
RGB
CMYK
RGB Variations
Color information
#80DC89 (or 0x80DC89) is known color: De York. HEX triplet: 80, DC and 89. RGB value is (128,220,137). Sum of RGB (Red+Green+Blue) = 128+220+137=485 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.39% from 485); Green value is 220 (86.33% from 255 or 45.36% from 485); Blue value is 137 (53.91% from 255 or 28.25% from 485); Max value from RGB is 220 - color contains mainly: green. Hex color #80DC89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80DC89 is #7F2376. Grayscale: #B7B7B7. Windows color (decimal): -8332151 or 9034880. OLE color: 9034880.
HSL color Cylindrical-coordinate representation of color #80DC89: hue angle of 125.87º 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 #80DC89 is Cyan = 0.42, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 220 | 137 | - |
| CMYK | 0.42 | 0 | 0.38 | 0.14 |
| HSL | 125.87º | 0.57% | 0.68% | - |
| HSV(B) | 125.87º | 0.42% | 0.86% | - |
| XYZ | 39.01 | 57.58 | 32.73 | - |
| YUV | 183.03 | 102.02 | 88.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 220 | 137 | 0.42 | 0 | 0.38 | 0.14 | 125.87 | 0.57 | 0.68 |
| Hex | 80 | DC | 89 | 2A | 0 | 26 | E | 7E | 39 | 44 |
| Octal | 200 | 334 | 211 | 52 | 0 | 46 | 16 | 176 | 71 | 104 |
| Binary | 10000000 | 11011100 | 10001001 | 101010 | 0 | 100110 | 1110 | 1111110 | 111001 | 1000100 |
Color Harmonies of #80DC89
Complementary color
Monochromatic Colors of #80DC89
Black with #80DC89
Text Example
Text Example
White with #80DC89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DC89; }
p { color: rgb(128,220,137); }
H1.HeaderClassName
{
color: #80DC89;
}
.AnyTagClassName
{
color: #80DC89;
}
</style>
background-color css
<style>
a { background-color: #80DC89; }
a { background-color: rgb(128,220,137); }
div.DivClassName
{
background-color: #80DC89;
}
.BgClassName
{
background-color: #80DC89;
}
</style>
border-color css
<style>
span { border-color: #80DC89; }
span { border-color: rgb(128,220,137); }
td.TdClassName
{
border-color: #80DC89;
}
.TagClassName
{
border-color: #80DC89;
}
</style>