Shades of De York #78DB90
Tints of De York #78DB90
RGB
CMYK
RGB Variations
Color information
#78DB90 (or 0x78DB90) is known color: De York. HEX triplet: 78, DB and 90. RGB value is (120,219,144). Sum of RGB (Red+Green+Blue) = 120+219+144=483 (63% of max value = 765). Red value is 120 (47.27% from 255 or 24.84% from 483); Green value is 219 (85.94% from 255 or 45.34% from 483); Blue value is 144 (56.64% from 255 or 29.81% from 483); Max value from RGB is 219 - color contains mainly: green. Hex color #78DB90 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78DB90 is #87246F. Grayscale: #B5B5B5. Windows color (decimal): -8856688 or 9493368. OLE color: 9493368.
HSL color Cylindrical-coordinate representation of color #78DB90: hue angle of 134.55º 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 #78DB90 is Cyan = 0.45, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 219 | 144 | - |
| CMYK | 0.45 | 0 | 0.34 | 0.14 |
| HSL | 134.55º | 0.58% | 0.66% | - |
| HSV(B) | 134.55º | 0.45% | 0.86% | - |
| XYZ | 38.11 | 56.67 | 35.32 | - |
| YUV | 180.85 | 107.2 | 84.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 219 | 144 | 0.45 | 0 | 0.34 | 0.14 | 134.55 | 0.58 | 0.66 |
| Hex | 78 | DB | 90 | 2D | 0 | 22 | E | 87 | 3A | 42 |
| Octal | 170 | 333 | 220 | 55 | 0 | 42 | 16 | 207 | 72 | 102 |
| Binary | 1111000 | 11011011 | 10010000 | 101101 | 0 | 100010 | 1110 | 10000111 | 111010 | 1000010 |
Color Harmonies of #78DB90
Complementary color
Monochromatic Colors of #78DB90
Black with #78DB90
Text Example
Text Example
White with #78DB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78DB90; }
p { color: rgb(120,219,144); }
H1.HeaderClassName
{
color: #78DB90;
}
.AnyTagClassName
{
color: #78DB90;
}
</style>
background-color css
<style>
a { background-color: #78DB90; }
a { background-color: rgb(120,219,144); }
div.DivClassName
{
background-color: #78DB90;
}
.BgClassName
{
background-color: #78DB90;
}
</style>
border-color css
<style>
span { border-color: #78DB90; }
span { border-color: rgb(120,219,144); }
td.TdClassName
{
border-color: #78DB90;
}
.TagClassName
{
border-color: #78DB90;
}
</style>