Shades of De York #78BD7B
Tints of De York #78BD7B
RGB
CMYK
RGB Variations
Color information
#78BD7B (or 0x78BD7B) is known color: De York. HEX triplet: 78, BD and 7B. RGB value is (120,189,123). Sum of RGB (Red+Green+Blue) = 120+189+123=432 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.78% from 432); Green value is 189 (74.22% from 255 or 43.75% from 432); Blue value is 123 (48.44% from 255 or 28.47% from 432); Max value from RGB is 189 - color contains mainly: green. Hex color #78BD7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78BD7B is #874284. Grayscale: #A1A1A1. Windows color (decimal): -8864389 or 8109432. OLE color: 8109432.
HSL color Cylindrical-coordinate representation of color #78BD7B: hue angle of 122.61º 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 #78BD7B is Cyan = 0.37, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 120 | 189 | 123 | - |
| CMYK | 0.37 | 0 | 0.35 | 0.26 |
| HSL | 122.61º | 0.34% | 0.61% | - |
| HSV(B) | 122.61º | 0.37% | 0.74% | - |
| XYZ | 29.52 | 41.82 | 25.25 | - |
| YUV | 160.85 | 106.64 | 98.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 189 | 123 | 0.37 | 0 | 0.35 | 0.26 | 122.61 | 0.34 | 0.61 |
| Hex | 78 | BD | 7B | 25 | 0 | 23 | 1A | 7B | 22 | 3D |
| Octal | 170 | 275 | 173 | 45 | 0 | 43 | 32 | 173 | 42 | 75 |
| Binary | 1111000 | 10111101 | 1111011 | 100101 | 0 | 100011 | 11010 | 1111011 | 100010 | 111101 |
Color Harmonies of #78BD7B
Complementary color
Monochromatic Colors of #78BD7B
Black with #78BD7B
Text Example
Text Example
White with #78BD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BD7B; }
p { color: rgb(120,189,123); }
H1.HeaderClassName
{
color: #78BD7B;
}
.AnyTagClassName
{
color: #78BD7B;
}
</style>
background-color css
<style>
a { background-color: #78BD7B; }
a { background-color: rgb(120,189,123); }
div.DivClassName
{
background-color: #78BD7B;
}
.BgClassName
{
background-color: #78BD7B;
}
</style>
border-color css
<style>
span { border-color: #78BD7B; }
span { border-color: rgb(120,189,123); }
td.TdClassName
{
border-color: #78BD7B;
}
.TagClassName
{
border-color: #78BD7B;
}
</style>