Shades of De York #80B879
Tints of De York #80B879
RGB
CMYK
RGB Variations
Color information
#80B879 (or 0x80B879) is known color: De York. HEX triplet: 80, B8 and 79. RGB value is (128,184,121). Sum of RGB (Red+Green+Blue) = 128+184+121=433 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.56% from 433); Green value is 184 (72.27% from 255 or 42.49% from 433); Blue value is 121 (47.66% from 255 or 27.94% from 433); Max value from RGB is 184 - color contains mainly: green. Hex color #80B879 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80B879 is #7F4786. Grayscale: #A0A0A0. Windows color (decimal): -8341383 or 7977088. OLE color: 7977088.
HSL color Cylindrical-coordinate representation of color #80B879: hue angle of 113.33º degrees, saturation: 0.31, 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 #80B879 is Cyan = 0.30, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 128 | 184 | 121 | - |
| CMYK | 0.30 | 0 | 0.34 | 0.28 |
| HSL | 113.33º | 0.31% | 0.6% | - |
| HSV(B) | 113.33º | 0.34% | 0.72% | - |
| XYZ | 29.49 | 40.25 | 24.3 | - |
| YUV | 160.07 | 105.95 | 105.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 184 | 121 | 0.30 | 0 | 0.34 | 0.28 | 113.33 | 0.31 | 0.6 |
| Hex | 80 | B8 | 79 | 1E | 0 | 22 | 1C | 71 | 1F | 3C |
| Octal | 200 | 270 | 171 | 36 | 0 | 42 | 34 | 161 | 37 | 74 |
| Binary | 10000000 | 10111000 | 1111001 | 11110 | 0 | 100010 | 11100 | 1110001 | 11111 | 111100 |
Color Harmonies of #80B879
Complementary color
Monochromatic Colors of #80B879
Black with #80B879
Text Example
Text Example
White with #80B879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B879; }
p { color: rgb(128,184,121); }
H1.HeaderClassName
{
color: #80B879;
}
.AnyTagClassName
{
color: #80B879;
}
</style>
background-color css
<style>
a { background-color: #80B879; }
a { background-color: rgb(128,184,121); }
div.DivClassName
{
background-color: #80B879;
}
.BgClassName
{
background-color: #80B879;
}
</style>
border-color css
<style>
span { border-color: #80B879; }
span { border-color: rgb(128,184,121); }
td.TdClassName
{
border-color: #80B879;
}
.TagClassName
{
border-color: #80B879;
}
</style>