Shades of De York #80C981
Tints of De York #80C981
RGB
CMYK
RGB Variations
Color information
#80C981 (or 0x80C981) is known color: De York. HEX triplet: 80, C9 and 81. RGB value is (128,201,129). Sum of RGB (Red+Green+Blue) = 128+201+129=458 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.95% from 458); Green value is 201 (78.91% from 255 or 43.89% from 458); Blue value is 129 (50.78% from 255 or 28.17% from 458); Max value from RGB is 201 - color contains mainly: green. Hex color #80C981 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80C981 is #7F367E. Grayscale: #ABABAB. Windows color (decimal): -8337023 or 8505728. OLE color: 8505728.
HSL color Cylindrical-coordinate representation of color #80C981: hue angle of 120.82º 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 #80C981 is Cyan = 0.36, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 128 | 201 | 129 | - |
| CMYK | 0.36 | 0 | 0.36 | 0.21 |
| HSL | 120.82º | 0.4% | 0.65% | - |
| HSV(B) | 120.82º | 0.36% | 0.79% | - |
| XYZ | 33.75 | 47.95 | 28.24 | - |
| YUV | 170.97 | 104.32 | 97.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 201 | 129 | 0.36 | 0 | 0.36 | 0.21 | 120.82 | 0.4 | 0.65 |
| Hex | 80 | C9 | 81 | 24 | 0 | 24 | 15 | 79 | 28 | 41 |
| Octal | 200 | 311 | 201 | 44 | 0 | 44 | 25 | 171 | 50 | 101 |
| Binary | 10000000 | 11001001 | 10000001 | 100100 | 0 | 100100 | 10101 | 1111001 | 101000 | 1000001 |
Color Harmonies of #80C981
Complementary color
Monochromatic Colors of #80C981
Black with #80C981
Text Example
Text Example
White with #80C981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C981; }
p { color: rgb(128,201,129); }
H1.HeaderClassName
{
color: #80C981;
}
.AnyTagClassName
{
color: #80C981;
}
</style>
background-color css
<style>
a { background-color: #80C981; }
a { background-color: rgb(128,201,129); }
div.DivClassName
{
background-color: #80C981;
}
.BgClassName
{
background-color: #80C981;
}
</style>
border-color css
<style>
span { border-color: #80C981; }
span { border-color: rgb(128,201,129); }
td.TdClassName
{
border-color: #80C981;
}
.TagClassName
{
border-color: #80C981;
}
</style>