Shades of De York #78BD7D
Tints of De York #78BD7D
RGB
CMYK
RGB Variations
Color information
#78BD7D (or 0x78BD7D) is known color: De York. HEX triplet: 78, BD and 7D. RGB value is (120,189,125). Sum of RGB (Red+Green+Blue) = 120+189+125=434 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.65% from 434); Green value is 189 (74.22% from 255 or 43.55% from 434); Blue value is 125 (49.22% from 255 or 28.80% from 434); Max value from RGB is 189 - color contains mainly: green. Hex color #78BD7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78BD7D is #874282. Grayscale: #A1A1A1. Windows color (decimal): -8864387 or 8240504. OLE color: 8240504.
HSL color Cylindrical-coordinate representation of color #78BD7D: hue angle of 124.35º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #78BD7D is Cyan = 0.37, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 120 | 189 | 125 | - |
| CMYK | 0.37 | 0 | 0.34 | 0.26 |
| HSL | 124.35º | 0.34% | 0.61% | - |
| HSV(B) | 124.35º | 0.37% | 0.74% | - |
| XYZ | 29.65 | 41.87 | 25.92 | - |
| YUV | 161.07 | 107.64 | 98.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 189 | 125 | 0.37 | 0 | 0.34 | 0.26 | 124.35 | 0.34 | 0.61 |
| Hex | 78 | BD | 7D | 25 | 0 | 22 | 1A | 7C | 22 | 3D |
| Octal | 170 | 275 | 175 | 45 | 0 | 42 | 32 | 174 | 42 | 75 |
| Binary | 1111000 | 10111101 | 1111101 | 100101 | 0 | 100010 | 11010 | 1111100 | 100010 | 111101 |
Color Harmonies of #78BD7D
Complementary color
Monochromatic Colors of #78BD7D
Black with #78BD7D
Text Example
Text Example
White with #78BD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BD7D; }
p { color: rgb(120,189,125); }
H1.HeaderClassName
{
color: #78BD7D;
}
.AnyTagClassName
{
color: #78BD7D;
}
</style>
background-color css
<style>
a { background-color: #78BD7D; }
a { background-color: rgb(120,189,125); }
div.DivClassName
{
background-color: #78BD7D;
}
.BgClassName
{
background-color: #78BD7D;
}
</style>
border-color css
<style>
span { border-color: #78BD7D; }
span { border-color: rgb(120,189,125); }
td.TdClassName
{
border-color: #78BD7D;
}
.TagClassName
{
border-color: #78BD7D;
}
</style>