Shades of De York #80C887
Tints of De York #80C887
RGB
CMYK
RGB Variations
Color information
#80C887 (or 0x80C887) is known color: De York. HEX triplet: 80, C8 and 87. RGB value is (128,200,135). Sum of RGB (Red+Green+Blue) = 128+200+135=463 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.65% from 463); Green value is 200 (78.52% from 255 or 43.20% from 463); Blue value is 135 (53.12% from 255 or 29.16% from 463); Max value from RGB is 200 - color contains mainly: green. Hex color #80C887 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80C887 is #7F3778. Grayscale: #ABABAB. Windows color (decimal): -8337273 or 8898688. OLE color: 8898688.
HSL color Cylindrical-coordinate representation of color #80C887: hue angle of 125.83º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #80C887 is Cyan = 0.36, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 128 | 200 | 135 | - |
| CMYK | 0.36 | 0 | 0.32 | 0.22 |
| HSL | 125.83º | 0.4% | 0.64% | - |
| HSV(B) | 125.83º | 0.36% | 0.78% | - |
| XYZ | 33.93 | 47.65 | 30.33 | - |
| YUV | 171.06 | 107.65 | 97.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 200 | 135 | 0.36 | 0 | 0.32 | 0.22 | 125.83 | 0.4 | 0.64 |
| Hex | 80 | C8 | 87 | 24 | 0 | 20 | 16 | 7E | 28 | 40 |
| Octal | 200 | 310 | 207 | 44 | 0 | 40 | 26 | 176 | 50 | 100 |
| Binary | 10000000 | 11001000 | 10000111 | 100100 | 0 | 100000 | 10110 | 1111110 | 101000 | 1000000 |
Color Harmonies of #80C887
Complementary color
Monochromatic Colors of #80C887
Black with #80C887
Text Example
Text Example
White with #80C887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C887; }
p { color: rgb(128,200,135); }
H1.HeaderClassName
{
color: #80C887;
}
.AnyTagClassName
{
color: #80C887;
}
</style>
background-color css
<style>
a { background-color: #80C887; }
a { background-color: rgb(128,200,135); }
div.DivClassName
{
background-color: #80C887;
}
.BgClassName
{
background-color: #80C887;
}
</style>
border-color css
<style>
span { border-color: #80C887; }
span { border-color: rgb(128,200,135); }
td.TdClassName
{
border-color: #80C887;
}
.TagClassName
{
border-color: #80C887;
}
</style>