Shades of De York #80DC90
Tints of De York #80DC90
RGB
CMYK
RGB Variations
Color information
#80DC90 (or 0x80DC90) is known color: De York. HEX triplet: 80, DC and 90. RGB value is (128,220,144). Sum of RGB (Red+Green+Blue) = 128+220+144=492 (65% of max value = 765). Red value is 128 (50.39% from 255 or 26.02% from 492); Green value is 220 (86.33% from 255 or 44.72% from 492); Blue value is 144 (56.64% from 255 or 29.27% from 492); Max value from RGB is 220 - color contains mainly: green. Hex color #80DC90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80DC90 is #7F236F. Grayscale: #B8B8B8. Windows color (decimal): -8332144 or 9493632. OLE color: 9493632.
HSL color Cylindrical-coordinate representation of color #80DC90: hue angle of 130.43º 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 #80DC90 is Cyan = 0.42, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 220 | 144 | - |
| CMYK | 0.42 | 0 | 0.35 | 0.14 |
| HSL | 130.43º | 0.57% | 0.68% | - |
| HSV(B) | 130.43º | 0.42% | 0.86% | - |
| XYZ | 39.53 | 57.79 | 35.46 | - |
| YUV | 183.83 | 105.52 | 88.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 220 | 144 | 0.42 | 0 | 0.35 | 0.14 | 130.43 | 0.57 | 0.68 |
| Hex | 80 | DC | 90 | 2A | 0 | 23 | E | 82 | 39 | 44 |
| Octal | 200 | 334 | 220 | 52 | 0 | 43 | 16 | 202 | 71 | 104 |
| Binary | 10000000 | 11011100 | 10010000 | 101010 | 0 | 100011 | 1110 | 10000010 | 111001 | 1000100 |
Color Harmonies of #80DC90
Complementary color
Monochromatic Colors of #80DC90
Black with #80DC90
Text Example
Text Example
White with #80DC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DC90; }
p { color: rgb(128,220,144); }
H1.HeaderClassName
{
color: #80DC90;
}
.AnyTagClassName
{
color: #80DC90;
}
</style>
background-color css
<style>
a { background-color: #80DC90; }
a { background-color: rgb(128,220,144); }
div.DivClassName
{
background-color: #80DC90;
}
.BgClassName
{
background-color: #80DC90;
}
</style>
border-color css
<style>
span { border-color: #80DC90; }
span { border-color: rgb(128,220,144); }
td.TdClassName
{
border-color: #80DC90;
}
.TagClassName
{
border-color: #80DC90;
}
</style>