Shades of De York #78C682
Tints of De York #78C682
RGB
CMYK
RGB Variations
Color information
#78C682 (or 0x78C682) is known color: De York. HEX triplet: 78, C6 and 82. RGB value is (120,198,130). Sum of RGB (Red+Green+Blue) = 120+198+130=448 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.79% from 448); Green value is 198 (77.73% from 255 or 44.20% from 448); Blue value is 130 (51.17% from 255 or 29.02% from 448); Max value from RGB is 198 - color contains mainly: green. Hex color #78C682 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78C682 is #87397D. Grayscale: #A7A7A7. Windows color (decimal): -8862078 or 8570488. OLE color: 8570488.
HSL color Cylindrical-coordinate representation of color #78C682: hue angle of 127.69º 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 #78C682 is Cyan = 0.39, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 120 | 198 | 130 | - |
| CMYK | 0.39 | 0 | 0.34 | 0.22 |
| HSL | 127.69º | 0.41% | 0.62% | - |
| HSV(B) | 127.69º | 0.39% | 0.78% | - |
| XYZ | 31.97 | 45.99 | 28.31 | - |
| YUV | 166.93 | 107.16 | 94.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 198 | 130 | 0.39 | 0 | 0.34 | 0.22 | 127.69 | 0.41 | 0.62 |
| Hex | 78 | C6 | 82 | 27 | 0 | 22 | 16 | 80 | 29 | 3E |
| Octal | 170 | 306 | 202 | 47 | 0 | 42 | 26 | 200 | 51 | 76 |
| Binary | 1111000 | 11000110 | 10000010 | 100111 | 0 | 100010 | 10110 | 10000000 | 101001 | 111110 |
Color Harmonies of #78C682
Complementary color
Monochromatic Colors of #78C682
Black with #78C682
Text Example
Text Example
White with #78C682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C682; }
p { color: rgb(120,198,130); }
H1.HeaderClassName
{
color: #78C682;
}
.AnyTagClassName
{
color: #78C682;
}
</style>
background-color css
<style>
a { background-color: #78C682; }
a { background-color: rgb(120,198,130); }
div.DivClassName
{
background-color: #78C682;
}
.BgClassName
{
background-color: #78C682;
}
</style>
border-color css
<style>
span { border-color: #78C682; }
span { border-color: rgb(120,198,130); }
td.TdClassName
{
border-color: #78C682;
}
.TagClassName
{
border-color: #78C682;
}
</style>