Shades of De York #80C189
Tints of De York #80C189
RGB
CMYK
RGB Variations
Color information
#80C189 (or 0x80C189) is known color: De York. HEX triplet: 80, C1 and 89. RGB value is (128,193,137). Sum of RGB (Red+Green+Blue) = 128+193+137=458 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.95% from 458); Green value is 193 (75.78% from 255 or 42.14% from 458); Blue value is 137 (53.91% from 255 or 29.91% from 458); Max value from RGB is 193 - color contains mainly: green. Hex color #80C189 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80C189 is #7F3E76. Grayscale: #A7A7A7. Windows color (decimal): -8339063 or 9027968. OLE color: 9027968.
HSL color Cylindrical-coordinate representation of color #80C189: hue angle of 128.31º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #80C189 is Cyan = 0.34, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 128 | 193 | 137 | - |
| CMYK | 0.34 | 0 | 0.29 | 0.24 |
| HSL | 128.31º | 0.34% | 0.63% | - |
| HSV(B) | 128.31º | 0.34% | 0.76% | - |
| XYZ | 32.49 | 44.54 | 30.55 | - |
| YUV | 167.18 | 110.97 | 100.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 193 | 137 | 0.34 | 0 | 0.29 | 0.24 | 128.31 | 0.34 | 0.63 |
| Hex | 80 | C1 | 89 | 22 | 0 | 1D | 18 | 80 | 22 | 3F |
| Octal | 200 | 301 | 211 | 42 | 0 | 35 | 30 | 200 | 42 | 77 |
| Binary | 10000000 | 11000001 | 10001001 | 100010 | 0 | 11101 | 11000 | 10000000 | 100010 | 111111 |
Color Harmonies of #80C189
Complementary color
Monochromatic Colors of #80C189
Black with #80C189
Text Example
Text Example
White with #80C189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C189; }
p { color: rgb(128,193,137); }
H1.HeaderClassName
{
color: #80C189;
}
.AnyTagClassName
{
color: #80C189;
}
</style>
background-color css
<style>
a { background-color: #80C189; }
a { background-color: rgb(128,193,137); }
div.DivClassName
{
background-color: #80C189;
}
.BgClassName
{
background-color: #80C189;
}
</style>
border-color css
<style>
span { border-color: #80C189; }
span { border-color: rgb(128,193,137); }
td.TdClassName
{
border-color: #80C189;
}
.TagClassName
{
border-color: #80C189;
}
</style>