Shades of De York #80BD74
Tints of De York #80BD74
RGB
CMYK
RGB Variations
Color information
#80BD74 (or 0x80BD74) is known color: De York. HEX triplet: 80, BD and 74. RGB value is (128,189,116). Sum of RGB (Red+Green+Blue) = 128+189+116=433 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.56% from 433); Green value is 189 (74.22% from 255 or 43.65% from 433); Blue value is 116 (45.70% from 255 or 26.79% from 433); Max value from RGB is 189 - color contains mainly: green. Hex color #80BD74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80BD74 is #7F428B. Grayscale: #A2A2A2. Windows color (decimal): -8340108 or 7650688. OLE color: 7650688.
HSL color Cylindrical-coordinate representation of color #80BD74: hue angle of 110.14º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #80BD74 is Cyan = 0.32, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 189 | 116 | - |
| CMYK | 0.32 | 0 | 0.39 | 0.26 |
| HSL | 110.14º | 0.36% | 0.6% | - |
| HSV(B) | 110.14º | 0.39% | 0.74% | - |
| XYZ | 30.25 | 42.25 | 23.08 | - |
| YUV | 162.44 | 101.79 | 103.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 189 | 116 | 0.32 | 0 | 0.39 | 0.26 | 110.14 | 0.36 | 0.6 |
| Hex | 80 | BD | 74 | 20 | 0 | 27 | 1A | 6E | 24 | 3C |
| Octal | 200 | 275 | 164 | 40 | 0 | 47 | 32 | 156 | 44 | 74 |
| Binary | 10000000 | 10111101 | 1110100 | 100000 | 0 | 100111 | 11010 | 1101110 | 100100 | 111100 |
Color Harmonies of #80BD74
Complementary color
Monochromatic Colors of #80BD74
Black with #80BD74
Text Example
Text Example
White with #80BD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BD74; }
p { color: rgb(128,189,116); }
H1.HeaderClassName
{
color: #80BD74;
}
.AnyTagClassName
{
color: #80BD74;
}
</style>
background-color css
<style>
a { background-color: #80BD74; }
a { background-color: rgb(128,189,116); }
div.DivClassName
{
background-color: #80BD74;
}
.BgClassName
{
background-color: #80BD74;
}
</style>
border-color css
<style>
span { border-color: #80BD74; }
span { border-color: rgb(128,189,116); }
td.TdClassName
{
border-color: #80BD74;
}
.TagClassName
{
border-color: #80BD74;
}
</style>