Shades of De York #78BC7E
Tints of De York #78BC7E
RGB
CMYK
RGB Variations
Color information
#78BC7E (or 0x78BC7E) is known color: De York. HEX triplet: 78, BC and 7E. RGB value is (120,188,126). Sum of RGB (Red+Green+Blue) = 120+188+126=434 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.65% from 434); Green value is 188 (73.83% from 255 or 43.32% from 434); Blue value is 126 (49.61% from 255 or 29.03% from 434); Max value from RGB is 188 - color contains mainly: green. Hex color #78BC7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78BC7E is #874381. Grayscale: #A0A0A0. Windows color (decimal): -8864642 or 8305784. OLE color: 8305784.
HSL color Cylindrical-coordinate representation of color #78BC7E: hue angle of 125.29º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #78BC7E is Cyan = 0.36, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 120 | 188 | 126 | - |
| CMYK | 0.36 | 0 | 0.33 | 0.26 |
| HSL | 125.29º | 0.34% | 0.6% | - |
| HSV(B) | 125.29º | 0.36% | 0.74% | - |
| XYZ | 29.49 | 41.47 | 26.19 | - |
| YUV | 160.6 | 108.47 | 99.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 188 | 126 | 0.36 | 0 | 0.33 | 0.26 | 125.29 | 0.34 | 0.6 |
| Hex | 78 | BC | 7E | 24 | 0 | 21 | 1A | 7D | 22 | 3C |
| Octal | 170 | 274 | 176 | 44 | 0 | 41 | 32 | 175 | 42 | 74 |
| Binary | 1111000 | 10111100 | 1111110 | 100100 | 0 | 100001 | 11010 | 1111101 | 100010 | 111100 |
Color Harmonies of #78BC7E
Complementary color
Monochromatic Colors of #78BC7E
Black with #78BC7E
Text Example
Text Example
White with #78BC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BC7E; }
p { color: rgb(120,188,126); }
H1.HeaderClassName
{
color: #78BC7E;
}
.AnyTagClassName
{
color: #78BC7E;
}
</style>
background-color css
<style>
a { background-color: #78BC7E; }
a { background-color: rgb(120,188,126); }
div.DivClassName
{
background-color: #78BC7E;
}
.BgClassName
{
background-color: #78BC7E;
}
</style>
border-color css
<style>
span { border-color: #78BC7E; }
span { border-color: rgb(120,188,126); }
td.TdClassName
{
border-color: #78BC7E;
}
.TagClassName
{
border-color: #78BC7E;
}
</style>