Shades of De York #78C788
Tints of De York #78C788
RGB
CMYK
RGB Variations
Color information
#78C788 (or 0x78C788) is known color: De York. HEX triplet: 78, C7 and 88. RGB value is (120,199,136). Sum of RGB (Red+Green+Blue) = 120+199+136=455 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.37% from 455); Green value is 199 (78.12% from 255 or 43.74% from 455); Blue value is 136 (53.52% from 255 or 29.89% from 455); Max value from RGB is 199 - color contains mainly: green. Hex color #78C788 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78C788 is #873877. Grayscale: #A8A8A8. Windows color (decimal): -8861816 or 8963960. OLE color: 8963960.
HSL color Cylindrical-coordinate representation of color #78C788: hue angle of 132.15º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #78C788 is Cyan = 0.40, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 120 | 199 | 136 | - |
| CMYK | 0.40 | 0 | 0.32 | 0.22 |
| HSL | 132.15º | 0.41% | 0.63% | - |
| HSV(B) | 132.15º | 0.4% | 0.78% | - |
| XYZ | 32.61 | 46.62 | 30.57 | - |
| YUV | 168.2 | 109.83 | 93.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 199 | 136 | 0.40 | 0 | 0.32 | 0.22 | 132.15 | 0.41 | 0.63 |
| Hex | 78 | C7 | 88 | 28 | 0 | 20 | 16 | 84 | 29 | 3F |
| Octal | 170 | 307 | 210 | 50 | 0 | 40 | 26 | 204 | 51 | 77 |
| Binary | 1111000 | 11000111 | 10001000 | 101000 | 0 | 100000 | 10110 | 10000100 | 101001 | 111111 |
Color Harmonies of #78C788
Complementary color
Monochromatic Colors of #78C788
Black with #78C788
Text Example
Text Example
White with #78C788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C788; }
p { color: rgb(120,199,136); }
H1.HeaderClassName
{
color: #78C788;
}
.AnyTagClassName
{
color: #78C788;
}
</style>
background-color css
<style>
a { background-color: #78C788; }
a { background-color: rgb(120,199,136); }
div.DivClassName
{
background-color: #78C788;
}
.BgClassName
{
background-color: #78C788;
}
</style>
border-color css
<style>
span { border-color: #78C788; }
span { border-color: rgb(120,199,136); }
td.TdClassName
{
border-color: #78C788;
}
.TagClassName
{
border-color: #78C788;
}
</style>