Shades of De York #80C089
Tints of De York #80C089
RGB
CMYK
RGB Variations
Color information
#80C089 (or 0x80C089) is known color: De York. HEX triplet: 80, C0 and 89. RGB value is (128,192,137). Sum of RGB (Red+Green+Blue) = 128+192+137=457 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.01% from 457); Green value is 192 (75.39% from 255 or 42.01% from 457); Blue value is 137 (53.91% from 255 or 29.98% from 457); Max value from RGB is 192 - color contains mainly: green. Hex color #80C089 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80C089 is #7F3F76. Grayscale: #A6A6A6. Windows color (decimal): -8339319 or 9027712. OLE color: 9027712.
HSL color Cylindrical-coordinate representation of color #80C089: hue angle of 128.44º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #80C089 is Cyan = 0.33, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 128 | 192 | 137 | - |
| CMYK | 0.33 | 0 | 0.29 | 0.25 |
| HSL | 128.44º | 0.34% | 0.63% | - |
| HSV(B) | 128.44º | 0.33% | 0.75% | - |
| XYZ | 32.27 | 44.09 | 30.48 | - |
| YUV | 166.59 | 111.3 | 100.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 192 | 137 | 0.33 | 0 | 0.29 | 0.25 | 128.44 | 0.34 | 0.63 |
| Hex | 80 | C0 | 89 | 21 | 0 | 1D | 19 | 80 | 22 | 3F |
| Octal | 200 | 300 | 211 | 41 | 0 | 35 | 31 | 200 | 42 | 77 |
| Binary | 10000000 | 11000000 | 10001001 | 100001 | 0 | 11101 | 11001 | 10000000 | 100010 | 111111 |
Color Harmonies of #80C089
Complementary color
Monochromatic Colors of #80C089
Black with #80C089
Text Example
Text Example
White with #80C089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C089; }
p { color: rgb(128,192,137); }
H1.HeaderClassName
{
color: #80C089;
}
.AnyTagClassName
{
color: #80C089;
}
</style>
background-color css
<style>
a { background-color: #80C089; }
a { background-color: rgb(128,192,137); }
div.DivClassName
{
background-color: #80C089;
}
.BgClassName
{
background-color: #80C089;
}
</style>
border-color css
<style>
span { border-color: #80C089; }
span { border-color: rgb(128,192,137); }
td.TdClassName
{
border-color: #80C089;
}
.TagClassName
{
border-color: #80C089;
}
</style>