Shades of De York #80BD75
Tints of De York #80BD75
RGB
CMYK
RGB Variations
Color information
#80BD75 (or 0x80BD75) is known color: De York. HEX triplet: 80, BD and 75. RGB value is (128,189,117). Sum of RGB (Red+Green+Blue) = 128+189+117=434 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.49% from 434); Green value is 189 (74.22% from 255 or 43.55% from 434); Blue value is 117 (46.09% from 255 or 26.96% from 434); Max value from RGB is 189 - color contains mainly: green. Hex color #80BD75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80BD75 is #7F428A. Grayscale: #A2A2A2. Windows color (decimal): -8340107 or 7716224. OLE color: 7716224.
HSL color Cylindrical-coordinate representation of color #80BD75: hue angle of 110.83º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80BD75 is Cyan = 0.32, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 189 | 117 | - |
| CMYK | 0.32 | 0 | 0.38 | 0.26 |
| HSL | 110.83º | 0.35% | 0.6% | - |
| HSV(B) | 110.83º | 0.38% | 0.74% | - |
| XYZ | 30.31 | 42.27 | 23.39 | - |
| YUV | 162.55 | 102.29 | 103.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 189 | 117 | 0.32 | 0 | 0.38 | 0.26 | 110.83 | 0.35 | 0.6 |
| Hex | 80 | BD | 75 | 20 | 0 | 26 | 1A | 6F | 23 | 3C |
| Octal | 200 | 275 | 165 | 40 | 0 | 46 | 32 | 157 | 43 | 74 |
| Binary | 10000000 | 10111101 | 1110101 | 100000 | 0 | 100110 | 11010 | 1101111 | 100011 | 111100 |
Color Harmonies of #80BD75
Complementary color
Monochromatic Colors of #80BD75
Black with #80BD75
Text Example
Text Example
White with #80BD75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BD75; }
p { color: rgb(128,189,117); }
H1.HeaderClassName
{
color: #80BD75;
}
.AnyTagClassName
{
color: #80BD75;
}
</style>
background-color css
<style>
a { background-color: #80BD75; }
a { background-color: rgb(128,189,117); }
div.DivClassName
{
background-color: #80BD75;
}
.BgClassName
{
background-color: #80BD75;
}
</style>
border-color css
<style>
span { border-color: #80BD75; }
span { border-color: rgb(128,189,117); }
td.TdClassName
{
border-color: #80BD75;
}
.TagClassName
{
border-color: #80BD75;
}
</style>