Shades of De York #80DD94
Tints of De York #80DD94
RGB
CMYK
RGB Variations
Color information
#80DD94 (or 0x80DD94) is known color: De York. HEX triplet: 80, DD and 94. RGB value is (128,221,148). Sum of RGB (Red+Green+Blue) = 128+221+148=497 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.75% from 497); Green value is 221 (86.72% from 255 or 44.47% from 497); Blue value is 148 (58.20% from 255 or 29.78% from 497); Max value from RGB is 221 - color contains mainly: green. Hex color #80DD94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80DD94 is #7F226B. Grayscale: #B9B9B9. Windows color (decimal): -8331884 or 9756032. OLE color: 9756032.
HSL color Cylindrical-coordinate representation of color #80DD94: hue angle of 132.9º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80DD94 is Cyan = 0.42, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 221 | 148 | - |
| CMYK | 0.42 | 0 | 0.33 | 0.13 |
| HSL | 132.9º | 0.58% | 0.68% | - |
| HSV(B) | 132.9º | 0.42% | 0.87% | - |
| XYZ | 40.1 | 58.44 | 37.18 | - |
| YUV | 184.87 | 107.19 | 87.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 221 | 148 | 0.42 | 0 | 0.33 | 0.13 | 132.9 | 0.58 | 0.68 |
| Hex | 80 | DD | 94 | 2A | 0 | 21 | D | 85 | 3A | 44 |
| Octal | 200 | 335 | 224 | 52 | 0 | 41 | 15 | 205 | 72 | 104 |
| Binary | 10000000 | 11011101 | 10010100 | 101010 | 0 | 100001 | 1101 | 10000101 | 111010 | 1000100 |
Color Harmonies of #80DD94
Complementary color
Monochromatic Colors of #80DD94
Black with #80DD94
Text Example
Text Example
White with #80DD94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DD94; }
p { color: rgb(128,221,148); }
H1.HeaderClassName
{
color: #80DD94;
}
.AnyTagClassName
{
color: #80DD94;
}
</style>
background-color css
<style>
a { background-color: #80DD94; }
a { background-color: rgb(128,221,148); }
div.DivClassName
{
background-color: #80DD94;
}
.BgClassName
{
background-color: #80DD94;
}
</style>
border-color css
<style>
span { border-color: #80DD94; }
span { border-color: rgb(128,221,148); }
td.TdClassName
{
border-color: #80DD94;
}
.TagClassName
{
border-color: #80DD94;
}
</style>