Shades of De York #78CF88
Tints of De York #78CF88
RGB
CMYK
RGB Variations
Color information
#78CF88 (or 0x78CF88) is known color: De York. HEX triplet: 78, CF and 88. RGB value is (120,207,136). Sum of RGB (Red+Green+Blue) = 120+207+136=463 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.92% from 463); Green value is 207 (81.25% from 255 or 44.71% from 463); Blue value is 136 (53.52% from 255 or 29.37% from 463); Max value from RGB is 207 - color contains mainly: green. Hex color #78CF88 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78CF88 is #873077. Grayscale: #ADADAD. Windows color (decimal): -8859768 or 8966008. OLE color: 8966008.
HSL color Cylindrical-coordinate representation of color #78CF88: hue angle of 131.03º degrees, saturation: 0.48, 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 #78CF88 is Cyan = 0.42, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 207 | 136 | - |
| CMYK | 0.42 | 0 | 0.34 | 0.19 |
| HSL | 131.03º | 0.48% | 0.64% | - |
| HSV(B) | 131.03º | 0.42% | 0.81% | - |
| XYZ | 34.5 | 50.4 | 31.2 | - |
| YUV | 172.89 | 107.18 | 90.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 207 | 136 | 0.42 | 0 | 0.34 | 0.19 | 131.03 | 0.48 | 0.64 |
| Hex | 78 | CF | 88 | 2A | 0 | 22 | 13 | 83 | 30 | 40 |
| Octal | 170 | 317 | 210 | 52 | 0 | 42 | 23 | 203 | 60 | 100 |
| Binary | 1111000 | 11001111 | 10001000 | 101010 | 0 | 100010 | 10011 | 10000011 | 110000 | 1000000 |
Color Harmonies of #78CF88
Complementary color
Monochromatic Colors of #78CF88
Black with #78CF88
Text Example
Text Example
White with #78CF88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78CF88; }
p { color: rgb(120,207,136); }
H1.HeaderClassName
{
color: #78CF88;
}
.AnyTagClassName
{
color: #78CF88;
}
</style>
background-color css
<style>
a { background-color: #78CF88; }
a { background-color: rgb(120,207,136); }
div.DivClassName
{
background-color: #78CF88;
}
.BgClassName
{
background-color: #78CF88;
}
</style>
border-color css
<style>
span { border-color: #78CF88; }
span { border-color: rgb(120,207,136); }
td.TdClassName
{
border-color: #78CF88;
}
.TagClassName
{
border-color: #78CF88;
}
</style>