Shades of De York #78D996
Tints of De York #78D996
RGB
CMYK
RGB Variations
Color information
#78D996 (or 0x78D996) is known color: De York. HEX triplet: 78, D9 and 96. RGB value is (120,217,150). Sum of RGB (Red+Green+Blue) = 120+217+150=487 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.64% from 487); Green value is 217 (85.16% from 255 or 44.56% from 487); Blue value is 150 (58.98% from 255 or 30.80% from 487); Max value from RGB is 217 - color contains mainly: green. Hex color #78D996 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78D996 is #872669. Grayscale: #B4B4B4. Windows color (decimal): -8857194 or 9886072. OLE color: 9886072.
HSL color Cylindrical-coordinate representation of color #78D996: hue angle of 138.56º degrees, saturation: 0.56, 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 #78D996 is Cyan = 0.45, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 120 | 217 | 150 | - |
| CMYK | 0.45 | 0 | 0.31 | 0.15 |
| HSL | 138.56º | 0.56% | 0.66% | - |
| HSV(B) | 138.56º | 0.45% | 0.85% | - |
| XYZ | 38.06 | 55.82 | 37.62 | - |
| YUV | 180.36 | 110.86 | 84.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 217 | 150 | 0.45 | 0 | 0.31 | 0.15 | 138.56 | 0.56 | 0.66 |
| Hex | 78 | D9 | 96 | 2D | 0 | 1F | F | 8B | 38 | 42 |
| Octal | 170 | 331 | 226 | 55 | 0 | 37 | 17 | 213 | 70 | 102 |
| Binary | 1111000 | 11011001 | 10010110 | 101101 | 0 | 11111 | 1111 | 10001011 | 111000 | 1000010 |
Color Harmonies of #78D996
Complementary color
Monochromatic Colors of #78D996
Black with #78D996
Text Example
Text Example
White with #78D996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78D996; }
p { color: rgb(120,217,150); }
H1.HeaderClassName
{
color: #78D996;
}
.AnyTagClassName
{
color: #78D996;
}
</style>
background-color css
<style>
a { background-color: #78D996; }
a { background-color: rgb(120,217,150); }
div.DivClassName
{
background-color: #78D996;
}
.BgClassName
{
background-color: #78D996;
}
</style>
border-color css
<style>
span { border-color: #78D996; }
span { border-color: rgb(120,217,150); }
td.TdClassName
{
border-color: #78D996;
}
.TagClassName
{
border-color: #78D996;
}
</style>