Shades of De York #80B984
Tints of De York #80B984
RGB
CMYK
RGB Variations
Color information
#80B984 (or 0x80B984) is known color: De York. HEX triplet: 80, B9 and 84. RGB value is (128,185,132). Sum of RGB (Red+Green+Blue) = 128+185+132=445 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.76% from 445); Green value is 185 (72.66% from 255 or 41.57% from 445); Blue value is 132 (51.95% from 255 or 29.66% from 445); Max value from RGB is 185 - color contains mainly: green. Hex color #80B984 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80B984 is #7F467B. Grayscale: #A2A2A2. Windows color (decimal): -8341116 or 8698240. OLE color: 8698240.
HSL color Cylindrical-coordinate representation of color #80B984: hue angle of 124.21º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #80B984 is Cyan = 0.31, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 185 | 132 | - |
| CMYK | 0.31 | 0 | 0.29 | 0.27 |
| HSL | 124.21º | 0.29% | 0.61% | - |
| HSV(B) | 124.21º | 0.31% | 0.73% | - |
| XYZ | 30.42 | 40.95 | 28.13 | - |
| YUV | 161.92 | 111.12 | 103.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 185 | 132 | 0.31 | 0 | 0.29 | 0.27 | 124.21 | 0.29 | 0.61 |
| Hex | 80 | B9 | 84 | 1F | 0 | 1D | 1B | 7C | 1D | 3D |
| Octal | 200 | 271 | 204 | 37 | 0 | 35 | 33 | 174 | 35 | 75 |
| Binary | 10000000 | 10111001 | 10000100 | 11111 | 0 | 11101 | 11011 | 1111100 | 11101 | 111101 |
Color Harmonies of #80B984
Complementary color
Monochromatic Colors of #80B984
Black with #80B984
Text Example
Text Example
White with #80B984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B984; }
p { color: rgb(128,185,132); }
H1.HeaderClassName
{
color: #80B984;
}
.AnyTagClassName
{
color: #80B984;
}
</style>
background-color css
<style>
a { background-color: #80B984; }
a { background-color: rgb(128,185,132); }
div.DivClassName
{
background-color: #80B984;
}
.BgClassName
{
background-color: #80B984;
}
</style>
border-color css
<style>
span { border-color: #80B984; }
span { border-color: rgb(128,185,132); }
td.TdClassName
{
border-color: #80B984;
}
.TagClassName
{
border-color: #80B984;
}
</style>