Shades of De York #80D189
Tints of De York #80D189
RGB
CMYK
RGB Variations
Color information
#80D189 (or 0x80D189) is known color: De York. HEX triplet: 80, D1 and 89. RGB value is (128,209,137). Sum of RGB (Red+Green+Blue) = 128+209+137=474 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.00% from 474); Green value is 209 (82.03% from 255 or 44.09% from 474); Blue value is 137 (53.91% from 255 or 28.90% from 474); Max value from RGB is 209 - color contains mainly: green. Hex color #80D189 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D189 is #7F2E76. Grayscale: #B0B0B0. Windows color (decimal): -8334967 or 9032064. OLE color: 9032064.
HSL color Cylindrical-coordinate representation of color #80D189: hue angle of 126.67º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #80D189 is Cyan = 0.39, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 128 | 209 | 137 | - |
| CMYK | 0.39 | 0 | 0.34 | 0.18 |
| HSL | 126.67º | 0.47% | 0.66% | - |
| HSV(B) | 126.67º | 0.39% | 0.82% | - |
| XYZ | 36.22 | 52 | 31.79 | - |
| YUV | 176.57 | 105.66 | 93.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 209 | 137 | 0.39 | 0 | 0.34 | 0.18 | 126.67 | 0.47 | 0.66 |
| Hex | 80 | D1 | 89 | 27 | 0 | 22 | 12 | 7F | 2F | 42 |
| Octal | 200 | 321 | 211 | 47 | 0 | 42 | 22 | 177 | 57 | 102 |
| Binary | 10000000 | 11010001 | 10001001 | 100111 | 0 | 100010 | 10010 | 1111111 | 101111 | 1000010 |
Color Harmonies of #80D189
Complementary color
Monochromatic Colors of #80D189
Black with #80D189
Text Example
Text Example
White with #80D189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D189; }
p { color: rgb(128,209,137); }
H1.HeaderClassName
{
color: #80D189;
}
.AnyTagClassName
{
color: #80D189;
}
</style>
background-color css
<style>
a { background-color: #80D189; }
a { background-color: rgb(128,209,137); }
div.DivClassName
{
background-color: #80D189;
}
.BgClassName
{
background-color: #80D189;
}
</style>
border-color css
<style>
span { border-color: #80D189; }
span { border-color: rgb(128,209,137); }
td.TdClassName
{
border-color: #80D189;
}
.TagClassName
{
border-color: #80D189;
}
</style>