Shades of De York #80C082
Tints of De York #80C082
RGB
CMYK
RGB Variations
Color information
#80C082 (or 0x80C082) is known color: De York. HEX triplet: 80, C0 and 82. RGB value is (128,192,130). Sum of RGB (Red+Green+Blue) = 128+192+130=450 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.44% from 450); Green value is 192 (75.39% from 255 or 42.67% from 450); Blue value is 130 (51.17% from 255 or 28.89% from 450); Max value from RGB is 192 - color contains mainly: green. Hex color #80C082 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80C082 is #7F3F7D. Grayscale: #A5A5A5. Windows color (decimal): -8339326 or 8568960. OLE color: 8568960.
HSL color Cylindrical-coordinate representation of color #80C082: hue angle of 121.88º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #80C082 is Cyan = 0.33, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 128 | 192 | 130 | - |
| CMYK | 0.33 | 0 | 0.32 | 0.25 |
| HSL | 121.88º | 0.34% | 0.63% | - |
| HSV(B) | 121.88º | 0.33% | 0.75% | - |
| XYZ | 31.78 | 43.9 | 27.92 | - |
| YUV | 165.8 | 107.8 | 101.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 192 | 130 | 0.33 | 0 | 0.32 | 0.25 | 121.88 | 0.34 | 0.63 |
| Hex | 80 | C0 | 82 | 21 | 0 | 20 | 19 | 7A | 22 | 3F |
| Octal | 200 | 300 | 202 | 41 | 0 | 40 | 31 | 172 | 42 | 77 |
| Binary | 10000000 | 11000000 | 10000010 | 100001 | 0 | 100000 | 11001 | 1111010 | 100010 | 111111 |
Color Harmonies of #80C082
Complementary color
Monochromatic Colors of #80C082
Black with #80C082
Text Example
Text Example
White with #80C082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C082; }
p { color: rgb(128,192,130); }
H1.HeaderClassName
{
color: #80C082;
}
.AnyTagClassName
{
color: #80C082;
}
</style>
background-color css
<style>
a { background-color: #80C082; }
a { background-color: rgb(128,192,130); }
div.DivClassName
{
background-color: #80C082;
}
.BgClassName
{
background-color: #80C082;
}
</style>
border-color css
<style>
span { border-color: #80C082; }
span { border-color: rgb(128,192,130); }
td.TdClassName
{
border-color: #80C082;
}
.TagClassName
{
border-color: #80C082;
}
</style>