Shades of De York #80BD82
Tints of De York #80BD82
RGB
CMYK
RGB Variations
Color information
#80BD82 (or 0x80BD82) is known color: De York. HEX triplet: 80, BD and 82. RGB value is (128,189,130). Sum of RGB (Red+Green+Blue) = 128+189+130=447 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.64% from 447); Green value is 189 (74.22% from 255 or 42.28% from 447); Blue value is 130 (51.17% from 255 or 29.08% from 447); Max value from RGB is 189 - color contains mainly: green. Hex color #80BD82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80BD82 is #7F427D. Grayscale: #A4A4A4. Windows color (decimal): -8340094 or 8568192. OLE color: 8568192.
HSL color Cylindrical-coordinate representation of color #80BD82: hue angle of 121.97º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #80BD82 is Cyan = 0.32, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 189 | 130 | - |
| CMYK | 0.32 | 0 | 0.31 | 0.26 |
| HSL | 121.97º | 0.32% | 0.62% | - |
| HSV(B) | 121.97º | 0.32% | 0.74% | - |
| XYZ | 31.13 | 42.6 | 27.7 | - |
| YUV | 164.04 | 108.79 | 102.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 189 | 130 | 0.32 | 0 | 0.31 | 0.26 | 121.97 | 0.32 | 0.62 |
| Hex | 80 | BD | 82 | 20 | 0 | 1F | 1A | 7A | 20 | 3E |
| Octal | 200 | 275 | 202 | 40 | 0 | 37 | 32 | 172 | 40 | 76 |
| Binary | 10000000 | 10111101 | 10000010 | 100000 | 0 | 11111 | 11010 | 1111010 | 100000 | 111110 |
Color Harmonies of #80BD82
Complementary color
Monochromatic Colors of #80BD82
Black with #80BD82
Text Example
Text Example
White with #80BD82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BD82; }
p { color: rgb(128,189,130); }
H1.HeaderClassName
{
color: #80BD82;
}
.AnyTagClassName
{
color: #80BD82;
}
</style>
background-color css
<style>
a { background-color: #80BD82; }
a { background-color: rgb(128,189,130); }
div.DivClassName
{
background-color: #80BD82;
}
.BgClassName
{
background-color: #80BD82;
}
</style>
border-color css
<style>
span { border-color: #80BD82; }
span { border-color: rgb(128,189,130); }
td.TdClassName
{
border-color: #80BD82;
}
.TagClassName
{
border-color: #80BD82;
}
</style>