Shades of De York #78CF86
Tints of De York #78CF86
RGB
CMYK
RGB Variations
Color information
#78CF86 (or 0x78CF86) is known color: De York. HEX triplet: 78, CF and 86. RGB value is (120,207,134). Sum of RGB (Red+Green+Blue) = 120+207+134=461 (61% of max value = 765). Red value is 120 (47.27% from 255 or 26.03% from 461); Green value is 207 (81.25% from 255 or 44.90% from 461); Blue value is 134 (52.73% from 255 or 29.07% from 461); Max value from RGB is 207 - color contains mainly: green. Hex color #78CF86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78CF86 is #873079. Grayscale: #ACACAC. Windows color (decimal): -8859770 or 8834936. OLE color: 8834936.
HSL color Cylindrical-coordinate representation of color #78CF86: hue angle of 129.66º 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 #78CF86 is Cyan = 0.42, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 207 | 134 | - |
| CMYK | 0.42 | 0 | 0.35 | 0.19 |
| HSL | 129.66º | 0.48% | 0.64% | - |
| HSV(B) | 129.66º | 0.42% | 0.81% | - |
| XYZ | 34.36 | 50.34 | 30.46 | - |
| YUV | 172.67 | 106.18 | 90.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 207 | 134 | 0.42 | 0 | 0.35 | 0.19 | 129.66 | 0.48 | 0.64 |
| Hex | 78 | CF | 86 | 2A | 0 | 23 | 13 | 82 | 30 | 40 |
| Octal | 170 | 317 | 206 | 52 | 0 | 43 | 23 | 202 | 60 | 100 |
| Binary | 1111000 | 11001111 | 10000110 | 101010 | 0 | 100011 | 10011 | 10000010 | 110000 | 1000000 |
Color Harmonies of #78CF86
Complementary color
Monochromatic Colors of #78CF86
Black with #78CF86
Text Example
Text Example
White with #78CF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78CF86; }
p { color: rgb(120,207,134); }
H1.HeaderClassName
{
color: #78CF86;
}
.AnyTagClassName
{
color: #78CF86;
}
</style>
background-color css
<style>
a { background-color: #78CF86; }
a { background-color: rgb(120,207,134); }
div.DivClassName
{
background-color: #78CF86;
}
.BgClassName
{
background-color: #78CF86;
}
</style>
border-color css
<style>
span { border-color: #78CF86; }
span { border-color: rgb(120,207,134); }
td.TdClassName
{
border-color: #78CF86;
}
.TagClassName
{
border-color: #78CF86;
}
</style>