Shades of De York #80DC98
Tints of De York #80DC98
RGB
CMYK
RGB Variations
Color information
#80DC98 (or 0x80DC98) is known color: De York. HEX triplet: 80, DC and 98. RGB value is (128,220,152). Sum of RGB (Red+Green+Blue) = 128+220+152=500 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.6% from 500); Green value is 220 (86.33% from 255 or 44% from 500); Blue value is 152 (59.77% from 255 or 30.4% from 500); Max value from RGB is 220 - color contains mainly: green. Hex color #80DC98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80DC98 is #7F2367. Grayscale: #B8B8B8. Windows color (decimal): -8332136 or 10017920. OLE color: 10017920.
HSL color Cylindrical-coordinate representation of color #80DC98: hue angle of 135.65º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80DC98 is Cyan = 0.42, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 220 | 152 | - |
| CMYK | 0.42 | 0 | 0.31 | 0.14 |
| HSL | 135.65º | 0.57% | 0.68% | - |
| HSV(B) | 135.65º | 0.42% | 0.86% | - |
| XYZ | 40.16 | 58.04 | 38.79 | - |
| YUV | 184.74 | 109.52 | 87.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 220 | 152 | 0.42 | 0 | 0.31 | 0.14 | 135.65 | 0.57 | 0.68 |
| Hex | 80 | DC | 98 | 2A | 0 | 1F | E | 88 | 39 | 44 |
| Octal | 200 | 334 | 230 | 52 | 0 | 37 | 16 | 210 | 71 | 104 |
| Binary | 10000000 | 11011100 | 10011000 | 101010 | 0 | 11111 | 1110 | 10001000 | 111001 | 1000100 |
Color Harmonies of #80DC98
Complementary color
Monochromatic Colors of #80DC98
Black with #80DC98
Text Example
Text Example
White with #80DC98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DC98; }
p { color: rgb(128,220,152); }
H1.HeaderClassName
{
color: #80DC98;
}
.AnyTagClassName
{
color: #80DC98;
}
</style>
background-color css
<style>
a { background-color: #80DC98; }
a { background-color: rgb(128,220,152); }
div.DivClassName
{
background-color: #80DC98;
}
.BgClassName
{
background-color: #80DC98;
}
</style>
border-color css
<style>
span { border-color: #80DC98; }
span { border-color: rgb(128,220,152); }
td.TdClassName
{
border-color: #80DC98;
}
.TagClassName
{
border-color: #80DC98;
}
</style>