Shades of De York #80DB90
Tints of De York #80DB90
RGB
CMYK
RGB Variations
Color information
#80DB90 (or 0x80DB90) is known color: De York. HEX triplet: 80, DB and 90. RGB value is (128,219,144). Sum of RGB (Red+Green+Blue) = 128+219+144=491 (65% of max value = 765). Red value is 128 (50.39% from 255 or 26.07% from 491); Green value is 219 (85.94% from 255 or 44.60% from 491); Blue value is 144 (56.64% from 255 or 29.33% from 491); Max value from RGB is 219 - color contains mainly: green. Hex color #80DB90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80DB90 is #7F246F. Grayscale: #B7B7B7. Windows color (decimal): -8332400 or 9493376. OLE color: 9493376.
HSL color Cylindrical-coordinate representation of color #80DB90: hue angle of 130.55º 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 #80DB90 is Cyan = 0.42, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 219 | 144 | - |
| CMYK | 0.42 | 0 | 0.34 | 0.14 |
| HSL | 130.55º | 0.56% | 0.68% | - |
| HSV(B) | 130.55º | 0.42% | 0.86% | - |
| XYZ | 39.27 | 57.27 | 35.37 | - |
| YUV | 183.24 | 105.85 | 88.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 219 | 144 | 0.42 | 0 | 0.34 | 0.14 | 130.55 | 0.56 | 0.68 |
| Hex | 80 | DB | 90 | 2A | 0 | 22 | E | 83 | 38 | 44 |
| Octal | 200 | 333 | 220 | 52 | 0 | 42 | 16 | 203 | 70 | 104 |
| Binary | 10000000 | 11011011 | 10010000 | 101010 | 0 | 100010 | 1110 | 10000011 | 111000 | 1000100 |
Color Harmonies of #80DB90
Complementary color
Monochromatic Colors of #80DB90
Black with #80DB90
Text Example
Text Example
White with #80DB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DB90; }
p { color: rgb(128,219,144); }
H1.HeaderClassName
{
color: #80DB90;
}
.AnyTagClassName
{
color: #80DB90;
}
</style>
background-color css
<style>
a { background-color: #80DB90; }
a { background-color: rgb(128,219,144); }
div.DivClassName
{
background-color: #80DB90;
}
.BgClassName
{
background-color: #80DB90;
}
</style>
border-color css
<style>
span { border-color: #80DB90; }
span { border-color: rgb(128,219,144); }
td.TdClassName
{
border-color: #80DB90;
}
.TagClassName
{
border-color: #80DB90;
}
</style>