Shades of De York #78D788
Tints of De York #78D788
RGB
CMYK
RGB Variations
Color information
#78D788 (or 0x78D788) is known color: De York. HEX triplet: 78, D7 and 88. RGB value is (120,215,136). Sum of RGB (Red+Green+Blue) = 120+215+136=471 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.48% from 471); Green value is 215 (84.38% from 255 or 45.65% from 471); Blue value is 136 (53.52% from 255 or 28.87% from 471); Max value from RGB is 215 - color contains mainly: green. Hex color #78D788 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78D788 is #872877. Grayscale: #B1B1B1. Windows color (decimal): -8857720 or 8968056. OLE color: 8968056.
HSL color Cylindrical-coordinate representation of color #78D788: hue angle of 130.11º 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 #78D788 is Cyan = 0.44, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 120 | 215 | 136 | - |
| CMYK | 0.44 | 0 | 0.37 | 0.16 |
| HSL | 130.11º | 0.54% | 0.66% | - |
| HSV(B) | 130.11º | 0.44% | 0.84% | - |
| XYZ | 36.49 | 54.37 | 31.86 | - |
| YUV | 177.59 | 104.53 | 86.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 215 | 136 | 0.44 | 0 | 0.37 | 0.16 | 130.11 | 0.54 | 0.66 |
| Hex | 78 | D7 | 88 | 2C | 0 | 25 | 10 | 82 | 36 | 42 |
| Octal | 170 | 327 | 210 | 54 | 0 | 45 | 20 | 202 | 66 | 102 |
| Binary | 1111000 | 11010111 | 10001000 | 101100 | 0 | 100101 | 10000 | 10000010 | 110110 | 1000010 |
Color Harmonies of #78D788
Complementary color
Monochromatic Colors of #78D788
Black with #78D788
Text Example
Text Example
White with #78D788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78D788; }
p { color: rgb(120,215,136); }
H1.HeaderClassName
{
color: #78D788;
}
.AnyTagClassName
{
color: #78D788;
}
</style>
background-color css
<style>
a { background-color: #78D788; }
a { background-color: rgb(120,215,136); }
div.DivClassName
{
background-color: #78D788;
}
.BgClassName
{
background-color: #78D788;
}
</style>
border-color css
<style>
span { border-color: #78D788; }
span { border-color: rgb(120,215,136); }
td.TdClassName
{
border-color: #78D788;
}
.TagClassName
{
border-color: #78D788;
}
</style>