Shades of De York #7DC680
Tints of De York #7DC680
RGB
CMYK
RGB Variations
Color information
#7DC680 (or 0x7DC680) is known color: De York. HEX triplet: 7D, C6 and 80. RGB value is (125,198,128). Sum of RGB (Red+Green+Blue) = 125+198+128=451 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.72% from 451); Green value is 198 (77.73% from 255 or 43.90% from 451); Blue value is 128 (50.39% from 255 or 28.38% from 451); Max value from RGB is 198 - color contains mainly: green. Hex color #7DC680 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC680 is #82397F. Grayscale: #A8A8A8. Windows color (decimal): -8534400 or 8439421. OLE color: 8439421.
HSL color Cylindrical-coordinate representation of color #7DC680: hue angle of 122.47º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7DC680 is Cyan = 0.37, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 125 | 198 | 128 | - |
| CMYK | 0.37 | 0 | 0.35 | 0.22 |
| HSL | 122.47º | 0.39% | 0.63% | - |
| HSV(B) | 122.47º | 0.37% | 0.78% | - |
| XYZ | 32.55 | 46.31 | 27.64 | - |
| YUV | 168.19 | 105.32 | 97.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 198 | 128 | 0.37 | 0 | 0.35 | 0.22 | 122.47 | 0.39 | 0.63 |
| Hex | 7D | C6 | 80 | 25 | 0 | 23 | 16 | 7A | 27 | 3F |
| Octal | 175 | 306 | 200 | 45 | 0 | 43 | 26 | 172 | 47 | 77 |
| Binary | 1111101 | 11000110 | 10000000 | 100101 | 0 | 100011 | 10110 | 1111010 | 100111 | 111111 |
Color Harmonies of #7DC680
Complementary color
Monochromatic Colors of #7DC680
Black with #7DC680
Text Example
Text Example
White with #7DC680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC680; }
p { color: rgb(125,198,128); }
H1.HeaderClassName
{
color: #7DC680;
}
.AnyTagClassName
{
color: #7DC680;
}
</style>
background-color css
<style>
a { background-color: #7DC680; }
a { background-color: rgb(125,198,128); }
div.DivClassName
{
background-color: #7DC680;
}
.BgClassName
{
background-color: #7DC680;
}
</style>
border-color css
<style>
span { border-color: #7DC680; }
span { border-color: rgb(125,198,128); }
td.TdClassName
{
border-color: #7DC680;
}
.TagClassName
{
border-color: #7DC680;
}
</style>