Shades of De York #80DB94
Tints of De York #80DB94
RGB
CMYK
RGB Variations
Color information
#80DB94 (or 0x80DB94) is known color: De York. HEX triplet: 80, DB and 94. RGB value is (128,219,148). Sum of RGB (Red+Green+Blue) = 128+219+148=495 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.86% from 495); Green value is 219 (85.94% from 255 or 44.24% from 495); Blue value is 148 (58.20% from 255 or 29.90% from 495); Max value from RGB is 219 - color contains mainly: green. Hex color #80DB94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80DB94 is #7F246B. Grayscale: #B7B7B7. Windows color (decimal): -8332396 or 9755520. OLE color: 9755520.
HSL color Cylindrical-coordinate representation of color #80DB94: hue angle of 133.19º degrees, saturation: 0.56, 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 #80DB94 is Cyan = 0.42, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 219 | 148 | - |
| CMYK | 0.42 | 0 | 0.32 | 0.14 |
| HSL | 133.19º | 0.56% | 0.68% | - |
| HSV(B) | 133.19º | 0.42% | 0.86% | - |
| XYZ | 39.58 | 57.39 | 37.01 | - |
| YUV | 183.7 | 107.85 | 88.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 219 | 148 | 0.42 | 0 | 0.32 | 0.14 | 133.19 | 0.56 | 0.68 |
| Hex | 80 | DB | 94 | 2A | 0 | 20 | E | 85 | 38 | 44 |
| Octal | 200 | 333 | 224 | 52 | 0 | 40 | 16 | 205 | 70 | 104 |
| Binary | 10000000 | 11011011 | 10010100 | 101010 | 0 | 100000 | 1110 | 10000101 | 111000 | 1000100 |
Color Harmonies of #80DB94
Complementary color
Monochromatic Colors of #80DB94
Black with #80DB94
Text Example
Text Example
White with #80DB94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DB94; }
p { color: rgb(128,219,148); }
H1.HeaderClassName
{
color: #80DB94;
}
.AnyTagClassName
{
color: #80DB94;
}
</style>
background-color css
<style>
a { background-color: #80DB94; }
a { background-color: rgb(128,219,148); }
div.DivClassName
{
background-color: #80DB94;
}
.BgClassName
{
background-color: #80DB94;
}
</style>
border-color css
<style>
span { border-color: #80DB94; }
span { border-color: rgb(128,219,148); }
td.TdClassName
{
border-color: #80DB94;
}
.TagClassName
{
border-color: #80DB94;
}
</style>