Shades of De York #80B97A
Tints of De York #80B97A
RGB
CMYK
RGB Variations
Color information
#80B97A (or 0x80B97A) is known color: De York. HEX triplet: 80, B9 and 7A. RGB value is (128,185,122). Sum of RGB (Red+Green+Blue) = 128+185+122=435 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.43% from 435); Green value is 185 (72.66% from 255 or 42.53% from 435); Blue value is 122 (48.05% from 255 or 28.05% from 435); Max value from RGB is 185 - color contains mainly: green. Hex color #80B97A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80B97A is #7F4685. Grayscale: #A0A0A0. Windows color (decimal): -8341126 or 8042880. OLE color: 8042880.
HSL color Cylindrical-coordinate representation of color #80B97A: hue angle of 114.29º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #80B97A is Cyan = 0.31, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 185 | 122 | - |
| CMYK | 0.31 | 0 | 0.34 | 0.27 |
| HSL | 114.29º | 0.31% | 0.6% | - |
| HSV(B) | 114.29º | 0.34% | 0.73% | - |
| XYZ | 29.76 | 40.69 | 24.7 | - |
| YUV | 160.78 | 106.12 | 104.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 185 | 122 | 0.31 | 0 | 0.34 | 0.27 | 114.29 | 0.31 | 0.6 |
| Hex | 80 | B9 | 7A | 1F | 0 | 22 | 1B | 72 | 1F | 3C |
| Octal | 200 | 271 | 172 | 37 | 0 | 42 | 33 | 162 | 37 | 74 |
| Binary | 10000000 | 10111001 | 1111010 | 11111 | 0 | 100010 | 11011 | 1110010 | 11111 | 111100 |
Color Harmonies of #80B97A
Complementary color
Monochromatic Colors of #80B97A
Black with #80B97A
Text Example
Text Example
White with #80B97A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B97A; }
p { color: rgb(128,185,122); }
H1.HeaderClassName
{
color: #80B97A;
}
.AnyTagClassName
{
color: #80B97A;
}
</style>
background-color css
<style>
a { background-color: #80B97A; }
a { background-color: rgb(128,185,122); }
div.DivClassName
{
background-color: #80B97A;
}
.BgClassName
{
background-color: #80B97A;
}
</style>
border-color css
<style>
span { border-color: #80B97A; }
span { border-color: rgb(128,185,122); }
td.TdClassName
{
border-color: #80B97A;
}
.TagClassName
{
border-color: #80B97A;
}
</style>