Shades of De York #7DC579
Tints of De York #7DC579
RGB
CMYK
RGB Variations
Color information
#7DC579 (or 0x7DC579) is known color: De York. HEX triplet: 7D, C5 and 79. RGB value is (125,197,121). Sum of RGB (Red+Green+Blue) = 125+197+121=443 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.22% from 443); Green value is 197 (77.34% from 255 or 44.47% from 443); Blue value is 121 (47.66% from 255 or 27.31% from 443); Max value from RGB is 197 - color contains mainly: green. Hex color #7DC579 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DC579 is #823A86. Grayscale: #A7A7A7. Windows color (decimal): -8534663 or 7980413. OLE color: 7980413.
HSL color Cylindrical-coordinate representation of color #7DC579: hue angle of 116.84º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7DC579 is Cyan = 0.37, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 125 | 197 | 121 | - |
| CMYK | 0.37 | 0 | 0.39 | 0.23 |
| HSL | 116.84º | 0.4% | 0.62% | - |
| HSV(B) | 116.84º | 0.39% | 0.77% | - |
| XYZ | 31.87 | 45.67 | 25.22 | - |
| YUV | 166.81 | 102.15 | 98.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 197 | 121 | 0.37 | 0 | 0.39 | 0.23 | 116.84 | 0.4 | 0.62 |
| Hex | 7D | C5 | 79 | 25 | 0 | 27 | 17 | 75 | 28 | 3E |
| Octal | 175 | 305 | 171 | 45 | 0 | 47 | 27 | 165 | 50 | 76 |
| Binary | 1111101 | 11000101 | 1111001 | 100101 | 0 | 100111 | 10111 | 1110101 | 101000 | 111110 |
Color Harmonies of #7DC579
Complementary color
Monochromatic Colors of #7DC579
Black with #7DC579
Text Example
Text Example
White with #7DC579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC579; }
p { color: rgb(125,197,121); }
H1.HeaderClassName
{
color: #7DC579;
}
.AnyTagClassName
{
color: #7DC579;
}
</style>
background-color css
<style>
a { background-color: #7DC579; }
a { background-color: rgb(125,197,121); }
div.DivClassName
{
background-color: #7DC579;
}
.BgClassName
{
background-color: #7DC579;
}
</style>
border-color css
<style>
span { border-color: #7DC579; }
span { border-color: rgb(125,197,121); }
td.TdClassName
{
border-color: #7DC579;
}
.TagClassName
{
border-color: #7DC579;
}
</style>