Shades of De York #78BE7C
Tints of De York #78BE7C
RGB
CMYK
RGB Variations
Color information
#78BE7C (or 0x78BE7C) is known color: De York. HEX triplet: 78, BE and 7C. RGB value is (120,190,124). Sum of RGB (Red+Green+Blue) = 120+190+124=434 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.65% from 434); Green value is 190 (74.61% from 255 or 43.78% from 434); Blue value is 124 (48.83% from 255 or 28.57% from 434); Max value from RGB is 190 - color contains mainly: green. Hex color #78BE7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78BE7C is #874183. Grayscale: #A1A1A1. Windows color (decimal): -8864132 or 8175224. OLE color: 8175224.
HSL color Cylindrical-coordinate representation of color #78BE7C: hue angle of 123.43º 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 #78BE7C is Cyan = 0.37, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 120 | 190 | 124 | - |
| CMYK | 0.37 | 0 | 0.35 | 0.25 |
| HSL | 123.43º | 0.35% | 0.61% | - |
| HSV(B) | 123.43º | 0.37% | 0.75% | - |
| XYZ | 29.8 | 42.28 | 25.66 | - |
| YUV | 161.55 | 106.81 | 98.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 190 | 124 | 0.37 | 0 | 0.35 | 0.25 | 123.43 | 0.35 | 0.61 |
| Hex | 78 | BE | 7C | 25 | 0 | 23 | 19 | 7B | 23 | 3D |
| Octal | 170 | 276 | 174 | 45 | 0 | 43 | 31 | 173 | 43 | 75 |
| Binary | 1111000 | 10111110 | 1111100 | 100101 | 0 | 100011 | 11001 | 1111011 | 100011 | 111101 |
Color Harmonies of #78BE7C
Complementary color
Monochromatic Colors of #78BE7C
Black with #78BE7C
Text Example
Text Example
White with #78BE7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BE7C; }
p { color: rgb(120,190,124); }
H1.HeaderClassName
{
color: #78BE7C;
}
.AnyTagClassName
{
color: #78BE7C;
}
</style>
background-color css
<style>
a { background-color: #78BE7C; }
a { background-color: rgb(120,190,124); }
div.DivClassName
{
background-color: #78BE7C;
}
.BgClassName
{
background-color: #78BE7C;
}
</style>
border-color css
<style>
span { border-color: #78BE7C; }
span { border-color: rgb(120,190,124); }
td.TdClassName
{
border-color: #78BE7C;
}
.TagClassName
{
border-color: #78BE7C;
}
</style>