Shades of De York #80C982
Tints of De York #80C982
RGB
CMYK
RGB Variations
Color information
#80C982 (or 0x80C982) is known color: De York. HEX triplet: 80, C9 and 82. RGB value is (128,201,130). Sum of RGB (Red+Green+Blue) = 128+201+130=459 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.89% from 459); Green value is 201 (78.91% from 255 or 43.79% from 459); Blue value is 130 (51.17% from 255 or 28.32% from 459); Max value from RGB is 201 - color contains mainly: green. Hex color #80C982 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80C982 is #7F367D. Grayscale: #ABABAB. Windows color (decimal): -8337022 or 8571264. OLE color: 8571264.
HSL color Cylindrical-coordinate representation of color #80C982: hue angle of 121.64º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #80C982 is Cyan = 0.36, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 128 | 201 | 130 | - |
| CMYK | 0.36 | 0 | 0.35 | 0.21 |
| HSL | 121.64º | 0.4% | 0.65% | - |
| HSV(B) | 121.64º | 0.36% | 0.79% | - |
| XYZ | 33.82 | 47.97 | 28.6 | - |
| YUV | 171.08 | 104.82 | 97.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 201 | 130 | 0.36 | 0 | 0.35 | 0.21 | 121.64 | 0.4 | 0.65 |
| Hex | 80 | C9 | 82 | 24 | 0 | 23 | 15 | 7A | 28 | 41 |
| Octal | 200 | 311 | 202 | 44 | 0 | 43 | 25 | 172 | 50 | 101 |
| Binary | 10000000 | 11001001 | 10000010 | 100100 | 0 | 100011 | 10101 | 1111010 | 101000 | 1000001 |
Color Harmonies of #80C982
Complementary color
Monochromatic Colors of #80C982
Black with #80C982
Text Example
Text Example
White with #80C982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C982; }
p { color: rgb(128,201,130); }
H1.HeaderClassName
{
color: #80C982;
}
.AnyTagClassName
{
color: #80C982;
}
</style>
background-color css
<style>
a { background-color: #80C982; }
a { background-color: rgb(128,201,130); }
div.DivClassName
{
background-color: #80C982;
}
.BgClassName
{
background-color: #80C982;
}
</style>
border-color css
<style>
span { border-color: #80C982; }
span { border-color: rgb(128,201,130); }
td.TdClassName
{
border-color: #80C982;
}
.TagClassName
{
border-color: #80C982;
}
</style>