Shades of De York #80DB8A
Tints of De York #80DB8A
RGB
CMYK
RGB Variations
Color information
#80DB8A (or 0x80DB8A) is known color: De York. HEX triplet: 80, DB and 8A. RGB value is (128,219,138). Sum of RGB (Red+Green+Blue) = 128+219+138=485 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.39% from 485); Green value is 219 (85.94% from 255 or 45.15% from 485); Blue value is 138 (54.30% from 255 or 28.45% from 485); Max value from RGB is 219 - color contains mainly: green. Hex color #80DB8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80DB8A is #7F2475. Grayscale: #B6B6B6. Windows color (decimal): -8332406 or 9100160. OLE color: 9100160.
HSL color Cylindrical-coordinate representation of color #80DB8A: hue angle of 126.59º 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 #80DB8A is Cyan = 0.42, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 219 | 138 | - |
| CMYK | 0.42 | 0 | 0.37 | 0.14 |
| HSL | 126.59º | 0.56% | 0.68% | - |
| HSV(B) | 126.59º | 0.42% | 0.86% | - |
| XYZ | 38.82 | 57.09 | 33.02 | - |
| YUV | 182.56 | 102.85 | 89.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 219 | 138 | 0.42 | 0 | 0.37 | 0.14 | 126.59 | 0.56 | 0.68 |
| Hex | 80 | DB | 8A | 2A | 0 | 25 | E | 7F | 38 | 44 |
| Octal | 200 | 333 | 212 | 52 | 0 | 45 | 16 | 177 | 70 | 104 |
| Binary | 10000000 | 11011011 | 10001010 | 101010 | 0 | 100101 | 1110 | 1111111 | 111000 | 1000100 |
Color Harmonies of #80DB8A
Complementary color
Monochromatic Colors of #80DB8A
Black with #80DB8A
Text Example
Text Example
White with #80DB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DB8A; }
p { color: rgb(128,219,138); }
H1.HeaderClassName
{
color: #80DB8A;
}
.AnyTagClassName
{
color: #80DB8A;
}
</style>
background-color css
<style>
a { background-color: #80DB8A; }
a { background-color: rgb(128,219,138); }
div.DivClassName
{
background-color: #80DB8A;
}
.BgClassName
{
background-color: #80DB8A;
}
</style>
border-color css
<style>
span { border-color: #80DB8A; }
span { border-color: rgb(128,219,138); }
td.TdClassName
{
border-color: #80DB8A;
}
.TagClassName
{
border-color: #80DB8A;
}
</style>