Shades of De York #80B87A
Tints of De York #80B87A
RGB
CMYK
RGB Variations
Color information
#80B87A (or 0x80B87A) is known color: De York. HEX triplet: 80, B8 and 7A. RGB value is (128,184,122). Sum of RGB (Red+Green+Blue) = 128+184+122=434 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.49% from 434); Green value is 184 (72.27% from 255 or 42.40% from 434); Blue value is 122 (48.05% from 255 or 28.11% from 434); Max value from RGB is 184 - color contains mainly: green. Hex color #80B87A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80B87A is #7F4785. Grayscale: #A0A0A0. Windows color (decimal): -8341382 or 8042624. OLE color: 8042624.
HSL color Cylindrical-coordinate representation of color #80B87A: hue angle of 114.19º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #80B87A is Cyan = 0.30, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 128 | 184 | 122 | - |
| CMYK | 0.30 | 0 | 0.34 | 0.28 |
| HSL | 114.19º | 0.3% | 0.6% | - |
| HSV(B) | 114.19º | 0.34% | 0.72% | - |
| XYZ | 29.56 | 40.28 | 24.63 | - |
| YUV | 160.19 | 106.45 | 105.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 184 | 122 | 0.30 | 0 | 0.34 | 0.28 | 114.19 | 0.3 | 0.6 |
| Hex | 80 | B8 | 7A | 1E | 0 | 22 | 1C | 72 | 1E | 3C |
| Octal | 200 | 270 | 172 | 36 | 0 | 42 | 34 | 162 | 36 | 74 |
| Binary | 10000000 | 10111000 | 1111010 | 11110 | 0 | 100010 | 11100 | 1110010 | 11110 | 111100 |
Color Harmonies of #80B87A
Complementary color
Monochromatic Colors of #80B87A
Black with #80B87A
Text Example
Text Example
White with #80B87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B87A; }
p { color: rgb(128,184,122); }
H1.HeaderClassName
{
color: #80B87A;
}
.AnyTagClassName
{
color: #80B87A;
}
</style>
background-color css
<style>
a { background-color: #80B87A; }
a { background-color: rgb(128,184,122); }
div.DivClassName
{
background-color: #80B87A;
}
.BgClassName
{
background-color: #80B87A;
}
</style>
border-color css
<style>
span { border-color: #80B87A; }
span { border-color: rgb(128,184,122); }
td.TdClassName
{
border-color: #80B87A;
}
.TagClassName
{
border-color: #80B87A;
}
</style>