Shades of De York #78DB8E
Tints of De York #78DB8E
RGB
CMYK
RGB Variations
Color information
#78DB8E (or 0x78DB8E) is known color: De York. HEX triplet: 78, DB and 8E. RGB value is (120,219,142). Sum of RGB (Red+Green+Blue) = 120+219+142=481 (63% of max value = 765). Red value is 120 (47.27% from 255 or 24.95% from 481); Green value is 219 (85.94% from 255 or 45.53% from 481); Blue value is 142 (55.86% from 255 or 29.52% from 481); Max value from RGB is 219 - color contains mainly: green. Hex color #78DB8E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78DB8E is #872471. Grayscale: #B4B4B4. Windows color (decimal): -8856690 or 9362296. OLE color: 9362296.
HSL color Cylindrical-coordinate representation of color #78DB8E: hue angle of 133.33º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #78DB8E is Cyan = 0.45, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 219 | 142 | - |
| CMYK | 0.45 | 0 | 0.35 | 0.14 |
| HSL | 133.33º | 0.58% | 0.66% | - |
| HSV(B) | 133.33º | 0.45% | 0.86% | - |
| XYZ | 37.96 | 56.61 | 34.52 | - |
| YUV | 180.62 | 106.2 | 84.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 219 | 142 | 0.45 | 0 | 0.35 | 0.14 | 133.33 | 0.58 | 0.66 |
| Hex | 78 | DB | 8E | 2D | 0 | 23 | E | 85 | 3A | 42 |
| Octal | 170 | 333 | 216 | 55 | 0 | 43 | 16 | 205 | 72 | 102 |
| Binary | 1111000 | 11011011 | 10001110 | 101101 | 0 | 100011 | 1110 | 10000101 | 111010 | 1000010 |
Color Harmonies of #78DB8E
Complementary color
Monochromatic Colors of #78DB8E
Black with #78DB8E
Text Example
Text Example
White with #78DB8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78DB8E; }
p { color: rgb(120,219,142); }
H1.HeaderClassName
{
color: #78DB8E;
}
.AnyTagClassName
{
color: #78DB8E;
}
</style>
background-color css
<style>
a { background-color: #78DB8E; }
a { background-color: rgb(120,219,142); }
div.DivClassName
{
background-color: #78DB8E;
}
.BgClassName
{
background-color: #78DB8E;
}
</style>
border-color css
<style>
span { border-color: #78DB8E; }
span { border-color: rgb(120,219,142); }
td.TdClassName
{
border-color: #78DB8E;
}
.TagClassName
{
border-color: #78DB8E;
}
</style>