Shades of De York #80C98D
Tints of De York #80C98D
RGB
CMYK
RGB Variations
Color information
#80C98D (or 0x80C98D) is known color: De York. HEX triplet: 80, C9 and 8D. RGB value is (128,201,141). Sum of RGB (Red+Green+Blue) = 128+201+141=470 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.23% from 470); Green value is 201 (78.91% from 255 or 42.77% from 470); Blue value is 141 (55.47% from 255 or 30% from 470); Max value from RGB is 201 - color contains mainly: green. Hex color #80C98D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80C98D is #7F3672. Grayscale: #ACACAC. Windows color (decimal): -8337011 or 9292160. OLE color: 9292160.
HSL color Cylindrical-coordinate representation of color #80C98D: hue angle of 130.68º 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 #80C98D is Cyan = 0.36, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 128 | 201 | 141 | - |
| CMYK | 0.36 | 0 | 0.30 | 0.21 |
| HSL | 130.68º | 0.4% | 0.65% | - |
| HSV(B) | 130.68º | 0.36% | 0.79% | - |
| XYZ | 34.6 | 48.29 | 32.7 | - |
| YUV | 172.33 | 110.32 | 96.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 201 | 141 | 0.36 | 0 | 0.30 | 0.21 | 130.68 | 0.4 | 0.65 |
| Hex | 80 | C9 | 8D | 24 | 0 | 1E | 15 | 83 | 28 | 41 |
| Octal | 200 | 311 | 215 | 44 | 0 | 36 | 25 | 203 | 50 | 101 |
| Binary | 10000000 | 11001001 | 10001101 | 100100 | 0 | 11110 | 10101 | 10000011 | 101000 | 1000001 |
Color Harmonies of #80C98D
Complementary color
Monochromatic Colors of #80C98D
Black with #80C98D
Text Example
Text Example
White with #80C98D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C98D; }
p { color: rgb(128,201,141); }
H1.HeaderClassName
{
color: #80C98D;
}
.AnyTagClassName
{
color: #80C98D;
}
</style>
background-color css
<style>
a { background-color: #80C98D; }
a { background-color: rgb(128,201,141); }
div.DivClassName
{
background-color: #80C98D;
}
.BgClassName
{
background-color: #80C98D;
}
</style>
border-color css
<style>
span { border-color: #80C98D; }
span { border-color: rgb(128,201,141); }
td.TdClassName
{
border-color: #80C98D;
}
.TagClassName
{
border-color: #80C98D;
}
</style>