Shades of De York #80BA79
Tints of De York #80BA79
RGB
CMYK
RGB Variations
Color information
#80BA79 (or 0x80BA79) is known color: De York. HEX triplet: 80, BA and 79. RGB value is (128,186,121). Sum of RGB (Red+Green+Blue) = 128+186+121=435 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.43% from 435); Green value is 186 (73.05% from 255 or 42.76% from 435); Blue value is 121 (47.66% from 255 or 27.82% from 435); Max value from RGB is 186 - color contains mainly: green. Hex color #80BA79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80BA79 is #7F4586. Grayscale: #A1A1A1. Windows color (decimal): -8340871 or 7977600. OLE color: 7977600.
HSL color Cylindrical-coordinate representation of color #80BA79: hue angle of 113.54º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #80BA79 is Cyan = 0.31, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 186 | 121 | - |
| CMYK | 0.31 | 0 | 0.35 | 0.27 |
| HSL | 113.54º | 0.32% | 0.6% | - |
| HSV(B) | 113.54º | 0.35% | 0.73% | - |
| XYZ | 29.91 | 41.09 | 24.44 | - |
| YUV | 161.25 | 105.28 | 104.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 186 | 121 | 0.31 | 0 | 0.35 | 0.27 | 113.54 | 0.32 | 0.6 |
| Hex | 80 | BA | 79 | 1F | 0 | 23 | 1B | 72 | 20 | 3C |
| Octal | 200 | 272 | 171 | 37 | 0 | 43 | 33 | 162 | 40 | 74 |
| Binary | 10000000 | 10111010 | 1111001 | 11111 | 0 | 100011 | 11011 | 1110010 | 100000 | 111100 |
Color Harmonies of #80BA79
Complementary color
Monochromatic Colors of #80BA79
Black with #80BA79
Text Example
Text Example
White with #80BA79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BA79; }
p { color: rgb(128,186,121); }
H1.HeaderClassName
{
color: #80BA79;
}
.AnyTagClassName
{
color: #80BA79;
}
</style>
background-color css
<style>
a { background-color: #80BA79; }
a { background-color: rgb(128,186,121); }
div.DivClassName
{
background-color: #80BA79;
}
.BgClassName
{
background-color: #80BA79;
}
</style>
border-color css
<style>
span { border-color: #80BA79; }
span { border-color: rgb(128,186,121); }
td.TdClassName
{
border-color: #80BA79;
}
.TagClassName
{
border-color: #80BA79;
}
</style>