Shades of De York #7DC177
Tints of De York #7DC177
RGB
CMYK
RGB Variations
Color information
#7DC177 (or 0x7DC177) is known color: De York. HEX triplet: 7D, C1 and 77. RGB value is (125,193,119). Sum of RGB (Red+Green+Blue) = 125+193+119=437 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.60% from 437); Green value is 193 (75.78% from 255 or 44.16% from 437); Blue value is 119 (46.88% from 255 or 27.23% from 437); Max value from RGB is 193 - color contains mainly: green. Hex color #7DC177 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DC177 is #823E88. Grayscale: #A4A4A4. Windows color (decimal): -8535689 or 7848317. OLE color: 7848317.
HSL color Cylindrical-coordinate representation of color #7DC177: hue angle of 115.14º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7DC177 is Cyan = 0.35, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 125 | 193 | 119 | - |
| CMYK | 0.35 | 0 | 0.38 | 0.24 |
| HSL | 115.14º | 0.37% | 0.61% | - |
| HSV(B) | 115.14º | 0.38% | 0.76% | - |
| XYZ | 30.86 | 43.83 | 24.29 | - |
| YUV | 164.23 | 102.47 | 100.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 193 | 119 | 0.35 | 0 | 0.38 | 0.24 | 115.14 | 0.37 | 0.61 |
| Hex | 7D | C1 | 77 | 23 | 0 | 26 | 18 | 73 | 25 | 3D |
| Octal | 175 | 301 | 167 | 43 | 0 | 46 | 30 | 163 | 45 | 75 |
| Binary | 1111101 | 11000001 | 1110111 | 100011 | 0 | 100110 | 11000 | 1110011 | 100101 | 111101 |
Color Harmonies of #7DC177
Complementary color
Monochromatic Colors of #7DC177
Black with #7DC177
Text Example
Text Example
White with #7DC177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC177; }
p { color: rgb(125,193,119); }
H1.HeaderClassName
{
color: #7DC177;
}
.AnyTagClassName
{
color: #7DC177;
}
</style>
background-color css
<style>
a { background-color: #7DC177; }
a { background-color: rgb(125,193,119); }
div.DivClassName
{
background-color: #7DC177;
}
.BgClassName
{
background-color: #7DC177;
}
</style>
border-color css
<style>
span { border-color: #7DC177; }
span { border-color: rgb(125,193,119); }
td.TdClassName
{
border-color: #7DC177;
}
.TagClassName
{
border-color: #7DC177;
}
</style>