Shades of De York #78DB92
Tints of De York #78DB92
RGB
CMYK
RGB Variations
Color information
#78DB92 (or 0x78DB92) is known color: De York. HEX triplet: 78, DB and 92. RGB value is (120,219,146). Sum of RGB (Red+Green+Blue) = 120+219+146=485 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.74% from 485); Green value is 219 (85.94% from 255 or 45.15% from 485); Blue value is 146 (57.42% from 255 or 30.10% from 485); Max value from RGB is 219 - color contains mainly: green. Hex color #78DB92 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78DB92 is #87246D. Grayscale: #B5B5B5. Windows color (decimal): -8856686 or 9624440. OLE color: 9624440.
HSL color Cylindrical-coordinate representation of color #78DB92: hue angle of 135.76º 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 #78DB92 is Cyan = 0.45, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 219 | 146 | - |
| CMYK | 0.45 | 0 | 0.33 | 0.14 |
| HSL | 135.76º | 0.58% | 0.66% | - |
| HSV(B) | 135.76º | 0.45% | 0.86% | - |
| XYZ | 38.27 | 56.73 | 36.13 | - |
| YUV | 181.08 | 108.2 | 84.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 219 | 146 | 0.45 | 0 | 0.33 | 0.14 | 135.76 | 0.58 | 0.66 |
| Hex | 78 | DB | 92 | 2D | 0 | 21 | E | 88 | 3A | 42 |
| Octal | 170 | 333 | 222 | 55 | 0 | 41 | 16 | 210 | 72 | 102 |
| Binary | 1111000 | 11011011 | 10010010 | 101101 | 0 | 100001 | 1110 | 10001000 | 111010 | 1000010 |
Color Harmonies of #78DB92
Complementary color
Monochromatic Colors of #78DB92
Black with #78DB92
Text Example
Text Example
White with #78DB92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78DB92; }
p { color: rgb(120,219,146); }
H1.HeaderClassName
{
color: #78DB92;
}
.AnyTagClassName
{
color: #78DB92;
}
</style>
background-color css
<style>
a { background-color: #78DB92; }
a { background-color: rgb(120,219,146); }
div.DivClassName
{
background-color: #78DB92;
}
.BgClassName
{
background-color: #78DB92;
}
</style>
border-color css
<style>
span { border-color: #78DB92; }
span { border-color: rgb(120,219,146); }
td.TdClassName
{
border-color: #78DB92;
}
.TagClassName
{
border-color: #78DB92;
}
</style>