Shades of De York #78DA8D
Tints of De York #78DA8D
RGB
CMYK
RGB Variations
Color information
#78DA8D (or 0x78DA8D) is known color: De York. HEX triplet: 78, DA and 8D. RGB value is (120,218,141). Sum of RGB (Red+Green+Blue) = 120+218+141=479 (63% of max value = 765). Red value is 120 (47.27% from 255 or 25.05% from 479); Green value is 218 (85.55% from 255 or 45.51% from 479); Blue value is 141 (55.47% from 255 or 29.44% from 479); Max value from RGB is 218 - color contains mainly: green. Hex color #78DA8D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78DA8D is #872572. Grayscale: #B4B4B4. Windows color (decimal): -8856947 or 9296504. OLE color: 9296504.
HSL color Cylindrical-coordinate representation of color #78DA8D: hue angle of 132.86º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #78DA8D is Cyan = 0.45, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 120 | 218 | 141 | - |
| CMYK | 0.45 | 0 | 0.35 | 0.15 |
| HSL | 132.86º | 0.57% | 0.66% | - |
| HSV(B) | 132.86º | 0.45% | 0.85% | - |
| XYZ | 37.62 | 56.06 | 34.04 | - |
| YUV | 179.92 | 106.03 | 85.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 218 | 141 | 0.45 | 0 | 0.35 | 0.15 | 132.86 | 0.57 | 0.66 |
| Hex | 78 | DA | 8D | 2D | 0 | 23 | F | 85 | 39 | 42 |
| Octal | 170 | 332 | 215 | 55 | 0 | 43 | 17 | 205 | 71 | 102 |
| Binary | 1111000 | 11011010 | 10001101 | 101101 | 0 | 100011 | 1111 | 10000101 | 111001 | 1000010 |
Color Harmonies of #78DA8D
Complementary color
Monochromatic Colors of #78DA8D
Black with #78DA8D
Text Example
Text Example
White with #78DA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78DA8D; }
p { color: rgb(120,218,141); }
H1.HeaderClassName
{
color: #78DA8D;
}
.AnyTagClassName
{
color: #78DA8D;
}
</style>
background-color css
<style>
a { background-color: #78DA8D; }
a { background-color: rgb(120,218,141); }
div.DivClassName
{
background-color: #78DA8D;
}
.BgClassName
{
background-color: #78DA8D;
}
</style>
border-color css
<style>
span { border-color: #78DA8D; }
span { border-color: rgb(120,218,141); }
td.TdClassName
{
border-color: #78DA8D;
}
.TagClassName
{
border-color: #78DA8D;
}
</style>