Shades of De York #78CE88
Tints of De York #78CE88
RGB
CMYK
RGB Variations
Color information
#78CE88 (or 0x78CE88) is known color: De York. HEX triplet: 78, CE and 88. RGB value is (120,206,136). Sum of RGB (Red+Green+Blue) = 120+206+136=462 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.97% from 462); Green value is 206 (80.86% from 255 or 44.59% from 462); Blue value is 136 (53.52% from 255 or 29.44% from 462); Max value from RGB is 206 - color contains mainly: green. Hex color #78CE88 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78CE88 is #873177. Grayscale: #ACACAC. Windows color (decimal): -8860024 or 8965752. OLE color: 8965752.
HSL color Cylindrical-coordinate representation of color #78CE88: hue angle of 131.16º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #78CE88 is Cyan = 0.42, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 206 | 136 | - |
| CMYK | 0.42 | 0 | 0.34 | 0.19 |
| HSL | 131.16º | 0.47% | 0.64% | - |
| HSV(B) | 131.16º | 0.42% | 0.81% | - |
| XYZ | 34.26 | 49.91 | 31.12 | - |
| YUV | 172.31 | 107.51 | 90.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 206 | 136 | 0.42 | 0 | 0.34 | 0.19 | 131.16 | 0.47 | 0.64 |
| Hex | 78 | CE | 88 | 2A | 0 | 22 | 13 | 83 | 2F | 40 |
| Octal | 170 | 316 | 210 | 52 | 0 | 42 | 23 | 203 | 57 | 100 |
| Binary | 1111000 | 11001110 | 10001000 | 101010 | 0 | 100010 | 10011 | 10000011 | 101111 | 1000000 |
Color Harmonies of #78CE88
Complementary color
Monochromatic Colors of #78CE88
Black with #78CE88
Text Example
Text Example
White with #78CE88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78CE88; }
p { color: rgb(120,206,136); }
H1.HeaderClassName
{
color: #78CE88;
}
.AnyTagClassName
{
color: #78CE88;
}
</style>
background-color css
<style>
a { background-color: #78CE88; }
a { background-color: rgb(120,206,136); }
div.DivClassName
{
background-color: #78CE88;
}
.BgClassName
{
background-color: #78CE88;
}
</style>
border-color css
<style>
span { border-color: #78CE88; }
span { border-color: rgb(120,206,136); }
td.TdClassName
{
border-color: #78CE88;
}
.TagClassName
{
border-color: #78CE88;
}
</style>