Shades of De York #78C685
Tints of De York #78C685
RGB
CMYK
RGB Variations
Color information
#78C685 (or 0x78C685) is known color: De York. HEX triplet: 78, C6 and 85. RGB value is (120,198,133). Sum of RGB (Red+Green+Blue) = 120+198+133=451 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.61% from 451); Green value is 198 (77.73% from 255 or 43.90% from 451); Blue value is 133 (52.34% from 255 or 29.49% from 451); Max value from RGB is 198 - color contains mainly: green. Hex color #78C685 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78C685 is #87397A. Grayscale: #A7A7A7. Windows color (decimal): -8862075 or 8767096. OLE color: 8767096.
HSL color Cylindrical-coordinate representation of color #78C685: hue angle of 130º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #78C685 is Cyan = 0.39, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 120 | 198 | 133 | - |
| CMYK | 0.39 | 0 | 0.33 | 0.22 |
| HSL | 130º | 0.41% | 0.62% | - |
| HSV(B) | 130º | 0.39% | 0.78% | - |
| XYZ | 32.17 | 46.07 | 29.39 | - |
| YUV | 167.27 | 108.66 | 94.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 198 | 133 | 0.39 | 0 | 0.33 | 0.22 | 130 | 0.41 | 0.62 |
| Hex | 78 | C6 | 85 | 27 | 0 | 21 | 16 | 82 | 29 | 3E |
| Octal | 170 | 306 | 205 | 47 | 0 | 41 | 26 | 202 | 51 | 76 |
| Binary | 1111000 | 11000110 | 10000101 | 100111 | 0 | 100001 | 10110 | 10000010 | 101001 | 111110 |
Color Harmonies of #78C685
Complementary color
Monochromatic Colors of #78C685
Black with #78C685
Text Example
Text Example
White with #78C685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C685; }
p { color: rgb(120,198,133); }
H1.HeaderClassName
{
color: #78C685;
}
.AnyTagClassName
{
color: #78C685;
}
</style>
background-color css
<style>
a { background-color: #78C685; }
a { background-color: rgb(120,198,133); }
div.DivClassName
{
background-color: #78C685;
}
.BgClassName
{
background-color: #78C685;
}
</style>
border-color css
<style>
span { border-color: #78C685; }
span { border-color: rgb(120,198,133); }
td.TdClassName
{
border-color: #78C685;
}
.TagClassName
{
border-color: #78C685;
}
</style>