Shades of De York #78BC7C
Tints of De York #78BC7C
RGB
CMYK
RGB Variations
Color information
#78BC7C (or 0x78BC7C) is known color: De York. HEX triplet: 78, BC and 7C. RGB value is (120,188,124). Sum of RGB (Red+Green+Blue) = 120+188+124=432 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.78% from 432); Green value is 188 (73.83% from 255 or 43.52% from 432); Blue value is 124 (48.83% from 255 or 28.70% from 432); Max value from RGB is 188 - color contains mainly: green. Hex color #78BC7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78BC7C is #874383. Grayscale: #A0A0A0. Windows color (decimal): -8864644 or 8174712. OLE color: 8174712.
HSL color Cylindrical-coordinate representation of color #78BC7C: hue angle of 123.53º 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 #78BC7C is Cyan = 0.36, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 120 | 188 | 124 | - |
| CMYK | 0.36 | 0 | 0.34 | 0.26 |
| HSL | 123.53º | 0.34% | 0.6% | - |
| HSV(B) | 123.53º | 0.36% | 0.74% | - |
| XYZ | 29.37 | 41.41 | 25.51 | - |
| YUV | 160.37 | 107.47 | 99.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 188 | 124 | 0.36 | 0 | 0.34 | 0.26 | 123.53 | 0.34 | 0.6 |
| Hex | 78 | BC | 7C | 24 | 0 | 22 | 1A | 7C | 22 | 3C |
| Octal | 170 | 274 | 174 | 44 | 0 | 42 | 32 | 174 | 42 | 74 |
| Binary | 1111000 | 10111100 | 1111100 | 100100 | 0 | 100010 | 11010 | 1111100 | 100010 | 111100 |
Color Harmonies of #78BC7C
Complementary color
Monochromatic Colors of #78BC7C
Black with #78BC7C
Text Example
Text Example
White with #78BC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BC7C; }
p { color: rgb(120,188,124); }
H1.HeaderClassName
{
color: #78BC7C;
}
.AnyTagClassName
{
color: #78BC7C;
}
</style>
background-color css
<style>
a { background-color: #78BC7C; }
a { background-color: rgb(120,188,124); }
div.DivClassName
{
background-color: #78BC7C;
}
.BgClassName
{
background-color: #78BC7C;
}
</style>
border-color css
<style>
span { border-color: #78BC7C; }
span { border-color: rgb(120,188,124); }
td.TdClassName
{
border-color: #78BC7C;
}
.TagClassName
{
border-color: #78BC7C;
}
</style>