Shades of De York #80B97C
Tints of De York #80B97C
RGB
CMYK
RGB Variations
Color information
#80B97C (or 0x80B97C) is known color: De York. HEX triplet: 80, B9 and 7C. RGB value is (128,185,124). Sum of RGB (Red+Green+Blue) = 128+185+124=437 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.29% from 437); Green value is 185 (72.66% from 255 or 42.33% from 437); Blue value is 124 (48.83% from 255 or 28.38% from 437); Max value from RGB is 185 - color contains mainly: green. Hex color #80B97C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80B97C is #7F4683. Grayscale: #A1A1A1. Windows color (decimal): -8341124 or 8173952. OLE color: 8173952.
HSL color Cylindrical-coordinate representation of color #80B97C: hue angle of 116.07º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #80B97C is Cyan = 0.31, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 185 | 124 | - |
| CMYK | 0.31 | 0 | 0.33 | 0.27 |
| HSL | 116.07º | 0.3% | 0.61% | - |
| HSV(B) | 116.07º | 0.33% | 0.73% | - |
| XYZ | 29.89 | 40.74 | 25.36 | - |
| YUV | 161 | 107.12 | 104.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 185 | 124 | 0.31 | 0 | 0.33 | 0.27 | 116.07 | 0.3 | 0.61 |
| Hex | 80 | B9 | 7C | 1F | 0 | 21 | 1B | 74 | 1E | 3D |
| Octal | 200 | 271 | 174 | 37 | 0 | 41 | 33 | 164 | 36 | 75 |
| Binary | 10000000 | 10111001 | 1111100 | 11111 | 0 | 100001 | 11011 | 1110100 | 11110 | 111101 |
Color Harmonies of #80B97C
Complementary color
Monochromatic Colors of #80B97C
Black with #80B97C
Text Example
Text Example
White with #80B97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B97C; }
p { color: rgb(128,185,124); }
H1.HeaderClassName
{
color: #80B97C;
}
.AnyTagClassName
{
color: #80B97C;
}
</style>
background-color css
<style>
a { background-color: #80B97C; }
a { background-color: rgb(128,185,124); }
div.DivClassName
{
background-color: #80B97C;
}
.BgClassName
{
background-color: #80B97C;
}
</style>
border-color css
<style>
span { border-color: #80B97C; }
span { border-color: rgb(128,185,124); }
td.TdClassName
{
border-color: #80B97C;
}
.TagClassName
{
border-color: #80B97C;
}
</style>