Shades of De York #7DC675
Tints of De York #7DC675
RGB
CMYK
RGB Variations
Color information
#7DC675 (or 0x7DC675) is known color: De York. HEX triplet: 7D, C6 and 75. RGB value is (125,198,117). Sum of RGB (Red+Green+Blue) = 125+198+117=440 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.41% from 440); Green value is 198 (77.73% from 255 or 45% from 440); Blue value is 117 (46.09% from 255 or 26.59% from 440); Max value from RGB is 198 - color contains mainly: green. Hex color #7DC675 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DC675 is #82398A. Grayscale: #A7A7A7. Windows color (decimal): -8534411 or 7718525. OLE color: 7718525.
HSL color Cylindrical-coordinate representation of color #7DC675: hue angle of 114.07º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7DC675 is Cyan = 0.37, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 125 | 198 | 117 | - |
| CMYK | 0.37 | 0 | 0.41 | 0.22 |
| HSL | 114.07º | 0.42% | 0.62% | - |
| HSV(B) | 114.07º | 0.41% | 0.78% | - |
| XYZ | 31.86 | 46.03 | 24.04 | - |
| YUV | 166.94 | 99.82 | 98.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 198 | 117 | 0.37 | 0 | 0.41 | 0.22 | 114.07 | 0.42 | 0.62 |
| Hex | 7D | C6 | 75 | 25 | 0 | 29 | 16 | 72 | 2A | 3E |
| Octal | 175 | 306 | 165 | 45 | 0 | 51 | 26 | 162 | 52 | 76 |
| Binary | 1111101 | 11000110 | 1110101 | 100101 | 0 | 101001 | 10110 | 1110010 | 101010 | 111110 |
Color Harmonies of #7DC675
Complementary color
Monochromatic Colors of #7DC675
Black with #7DC675
Text Example
Text Example
White with #7DC675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC675; }
p { color: rgb(125,198,117); }
H1.HeaderClassName
{
color: #7DC675;
}
.AnyTagClassName
{
color: #7DC675;
}
</style>
background-color css
<style>
a { background-color: #7DC675; }
a { background-color: rgb(125,198,117); }
div.DivClassName
{
background-color: #7DC675;
}
.BgClassName
{
background-color: #7DC675;
}
</style>
border-color css
<style>
span { border-color: #7DC675; }
span { border-color: rgb(125,198,117); }
td.TdClassName
{
border-color: #7DC675;
}
.TagClassName
{
border-color: #7DC675;
}
</style>