Shades of De York #78C988
Tints of De York #78C988
RGB
CMYK
RGB Variations
Color information
#78C988 (or 0x78C988) is known color: De York. HEX triplet: 78, C9 and 88. RGB value is (120,201,136). Sum of RGB (Red+Green+Blue) = 120+201+136=457 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.26% from 457); Green value is 201 (78.91% from 255 or 43.98% from 457); Blue value is 136 (53.52% from 255 or 29.76% from 457); Max value from RGB is 201 - color contains mainly: green. Hex color #78C988 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78C988 is #873677. Grayscale: #A9A9A9. Windows color (decimal): -8861304 or 8964472. OLE color: 8964472.
HSL color Cylindrical-coordinate representation of color #78C988: hue angle of 131.85º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #78C988 is Cyan = 0.40, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 120 | 201 | 136 | - |
| CMYK | 0.40 | 0 | 0.32 | 0.21 |
| HSL | 131.85º | 0.43% | 0.63% | - |
| HSV(B) | 131.85º | 0.4% | 0.79% | - |
| XYZ | 33.08 | 47.54 | 30.73 | - |
| YUV | 169.37 | 109.16 | 92.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 201 | 136 | 0.40 | 0 | 0.32 | 0.21 | 131.85 | 0.43 | 0.63 |
| Hex | 78 | C9 | 88 | 28 | 0 | 20 | 15 | 84 | 2B | 3F |
| Octal | 170 | 311 | 210 | 50 | 0 | 40 | 25 | 204 | 53 | 77 |
| Binary | 1111000 | 11001001 | 10001000 | 101000 | 0 | 100000 | 10101 | 10000100 | 101011 | 111111 |
Color Harmonies of #78C988
Complementary color
Monochromatic Colors of #78C988
Black with #78C988
Text Example
Text Example
White with #78C988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C988; }
p { color: rgb(120,201,136); }
H1.HeaderClassName
{
color: #78C988;
}
.AnyTagClassName
{
color: #78C988;
}
</style>
background-color css
<style>
a { background-color: #78C988; }
a { background-color: rgb(120,201,136); }
div.DivClassName
{
background-color: #78C988;
}
.BgClassName
{
background-color: #78C988;
}
</style>
border-color css
<style>
span { border-color: #78C988; }
span { border-color: rgb(120,201,136); }
td.TdClassName
{
border-color: #78C988;
}
.TagClassName
{
border-color: #78C988;
}
</style>