Shades of De York #78BE7E
Tints of De York #78BE7E
RGB
CMYK
RGB Variations
Color information
#78BE7E (or 0x78BE7E) is known color: De York. HEX triplet: 78, BE and 7E. RGB value is (120,190,126). Sum of RGB (Red+Green+Blue) = 120+190+126=436 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.52% from 436); Green value is 190 (74.61% from 255 or 43.58% from 436); Blue value is 126 (49.61% from 255 or 28.90% from 436); Max value from RGB is 190 - color contains mainly: green. Hex color #78BE7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78BE7E is #874181. Grayscale: #A1A1A1. Windows color (decimal): -8864130 or 8306296. OLE color: 8306296.
HSL color Cylindrical-coordinate representation of color #78BE7E: hue angle of 125.14º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #78BE7E is Cyan = 0.37, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 120 | 190 | 126 | - |
| CMYK | 0.37 | 0 | 0.34 | 0.25 |
| HSL | 125.14º | 0.35% | 0.61% | - |
| HSV(B) | 125.14º | 0.37% | 0.75% | - |
| XYZ | 29.93 | 42.33 | 26.33 | - |
| YUV | 161.77 | 107.81 | 98.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 190 | 126 | 0.37 | 0 | 0.34 | 0.25 | 125.14 | 0.35 | 0.61 |
| Hex | 78 | BE | 7E | 25 | 0 | 22 | 19 | 7D | 23 | 3D |
| Octal | 170 | 276 | 176 | 45 | 0 | 42 | 31 | 175 | 43 | 75 |
| Binary | 1111000 | 10111110 | 1111110 | 100101 | 0 | 100010 | 11001 | 1111101 | 100011 | 111101 |
Color Harmonies of #78BE7E
Complementary color
Monochromatic Colors of #78BE7E
Black with #78BE7E
Text Example
Text Example
White with #78BE7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BE7E; }
p { color: rgb(120,190,126); }
H1.HeaderClassName
{
color: #78BE7E;
}
.AnyTagClassName
{
color: #78BE7E;
}
</style>
background-color css
<style>
a { background-color: #78BE7E; }
a { background-color: rgb(120,190,126); }
div.DivClassName
{
background-color: #78BE7E;
}
.BgClassName
{
background-color: #78BE7E;
}
</style>
border-color css
<style>
span { border-color: #78BE7E; }
span { border-color: rgb(120,190,126); }
td.TdClassName
{
border-color: #78BE7E;
}
.TagClassName
{
border-color: #78BE7E;
}
</style>