Shades of De York #80BA75
Tints of De York #80BA75
RGB
CMYK
RGB Variations
Color information
#80BA75 (or 0x80BA75) is known color: De York. HEX triplet: 80, BA and 75. RGB value is (128,186,117). Sum of RGB (Red+Green+Blue) = 128+186+117=431 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.70% from 431); Green value is 186 (73.05% from 255 or 43.16% from 431); Blue value is 117 (46.09% from 255 or 27.15% from 431); Max value from RGB is 186 - color contains mainly: green. Hex color #80BA75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80BA75 is #7F458A. Grayscale: #A1A1A1. Windows color (decimal): -8340875 or 7715456. OLE color: 7715456.
HSL color Cylindrical-coordinate representation of color #80BA75: hue angle of 110.43º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #80BA75 is Cyan = 0.31, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 186 | 117 | - |
| CMYK | 0.31 | 0 | 0.37 | 0.27 |
| HSL | 110.43º | 0.33% | 0.59% | - |
| HSV(B) | 110.43º | 0.37% | 0.73% | - |
| XYZ | 29.67 | 40.99 | 23.18 | - |
| YUV | 160.79 | 103.28 | 104.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 186 | 117 | 0.31 | 0 | 0.37 | 0.27 | 110.43 | 0.33 | 0.59 |
| Hex | 80 | BA | 75 | 1F | 0 | 25 | 1B | 6E | 21 | 3B |
| Octal | 200 | 272 | 165 | 37 | 0 | 45 | 33 | 156 | 41 | 73 |
| Binary | 10000000 | 10111010 | 1110101 | 11111 | 0 | 100101 | 11011 | 1101110 | 100001 | 111011 |
Color Harmonies of #80BA75
Complementary color
Monochromatic Colors of #80BA75
Black with #80BA75
Text Example
Text Example
White with #80BA75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BA75; }
p { color: rgb(128,186,117); }
H1.HeaderClassName
{
color: #80BA75;
}
.AnyTagClassName
{
color: #80BA75;
}
</style>
background-color css
<style>
a { background-color: #80BA75; }
a { background-color: rgb(128,186,117); }
div.DivClassName
{
background-color: #80BA75;
}
.BgClassName
{
background-color: #80BA75;
}
</style>
border-color css
<style>
span { border-color: #80BA75; }
span { border-color: rgb(128,186,117); }
td.TdClassName
{
border-color: #80BA75;
}
.TagClassName
{
border-color: #80BA75;
}
</style>