Shades of De York #78D892
Tints of De York #78D892
RGB
CMYK
RGB Variations
Color information
#78D892 (or 0x78D892) is known color: De York. HEX triplet: 78, D8 and 92. RGB value is (120,216,146). Sum of RGB (Red+Green+Blue) = 120+216+146=482 (63% of max value = 765). Red value is 120 (47.27% from 255 or 24.90% from 482); Green value is 216 (84.77% from 255 or 44.81% from 482); Blue value is 146 (57.42% from 255 or 30.29% from 482); Max value from RGB is 216 - color contains mainly: green. Hex color #78D892 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78D892 is #87276D. Grayscale: #B3B3B3. Windows color (decimal): -8857454 or 9623672. OLE color: 9623672.
HSL color Cylindrical-coordinate representation of color #78D892: hue angle of 136.25º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #78D892 is Cyan = 0.44, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 120 | 216 | 146 | - |
| CMYK | 0.44 | 0 | 0.32 | 0.15 |
| HSL | 136.25º | 0.55% | 0.66% | - |
| HSV(B) | 136.25º | 0.44% | 0.85% | - |
| XYZ | 37.49 | 55.18 | 35.87 | - |
| YUV | 179.32 | 109.2 | 85.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 216 | 146 | 0.44 | 0 | 0.32 | 0.15 | 136.25 | 0.55 | 0.66 |
| Hex | 78 | D8 | 92 | 2C | 0 | 20 | F | 88 | 37 | 42 |
| Octal | 170 | 330 | 222 | 54 | 0 | 40 | 17 | 210 | 67 | 102 |
| Binary | 1111000 | 11011000 | 10010010 | 101100 | 0 | 100000 | 1111 | 10001000 | 110111 | 1000010 |
Color Harmonies of #78D892
Complementary color
Monochromatic Colors of #78D892
Black with #78D892
Text Example
Text Example
White with #78D892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78D892; }
p { color: rgb(120,216,146); }
H1.HeaderClassName
{
color: #78D892;
}
.AnyTagClassName
{
color: #78D892;
}
</style>
background-color css
<style>
a { background-color: #78D892; }
a { background-color: rgb(120,216,146); }
div.DivClassName
{
background-color: #78D892;
}
.BgClassName
{
background-color: #78D892;
}
</style>
border-color css
<style>
span { border-color: #78D892; }
span { border-color: rgb(120,216,146); }
td.TdClassName
{
border-color: #78D892;
}
.TagClassName
{
border-color: #78D892;
}
</style>