Shades of De York #78D793
Tints of De York #78D793
RGB
CMYK
RGB Variations
Color information
#78D793 (or 0x78D793) is known color: De York. HEX triplet: 78, D7 and 93. RGB value is (120,215,147). Sum of RGB (Red+Green+Blue) = 120+215+147=482 (63% of max value = 765). Red value is 120 (47.27% from 255 or 24.90% from 482); Green value is 215 (84.38% from 255 or 44.61% from 482); Blue value is 147 (57.81% from 255 or 30.50% from 482); Max value from RGB is 215 - color contains mainly: green. Hex color #78D793 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78D793 is #87286C. Grayscale: #B3B3B3. Windows color (decimal): -8857709 or 9688952. OLE color: 9688952.
HSL color Cylindrical-coordinate representation of color #78D793: hue angle of 137.05º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #78D793 is Cyan = 0.44, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 120 | 215 | 147 | - |
| CMYK | 0.44 | 0 | 0.32 | 0.16 |
| HSL | 137.05º | 0.54% | 0.66% | - |
| HSV(B) | 137.05º | 0.44% | 0.84% | - |
| XYZ | 37.31 | 54.7 | 36.2 | - |
| YUV | 178.84 | 110.03 | 86.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 215 | 147 | 0.44 | 0 | 0.32 | 0.16 | 137.05 | 0.54 | 0.66 |
| Hex | 78 | D7 | 93 | 2C | 0 | 20 | 10 | 89 | 36 | 42 |
| Octal | 170 | 327 | 223 | 54 | 0 | 40 | 20 | 211 | 66 | 102 |
| Binary | 1111000 | 11010111 | 10010011 | 101100 | 0 | 100000 | 10000 | 10001001 | 110110 | 1000010 |
Color Harmonies of #78D793
Complementary color
Monochromatic Colors of #78D793
Black with #78D793
Text Example
Text Example
White with #78D793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78D793; }
p { color: rgb(120,215,147); }
H1.HeaderClassName
{
color: #78D793;
}
.AnyTagClassName
{
color: #78D793;
}
</style>
background-color css
<style>
a { background-color: #78D793; }
a { background-color: rgb(120,215,147); }
div.DivClassName
{
background-color: #78D793;
}
.BgClassName
{
background-color: #78D793;
}
</style>
border-color css
<style>
span { border-color: #78D793; }
span { border-color: rgb(120,215,147); }
td.TdClassName
{
border-color: #78D793;
}
.TagClassName
{
border-color: #78D793;
}
</style>