Shades of De York #7DC174
Tints of De York #7DC174
RGB
CMYK
RGB Variations
Color information
#7DC174 (or 0x7DC174) is known color: De York. HEX triplet: 7D, C1 and 74. RGB value is (125,193,116). Sum of RGB (Red+Green+Blue) = 125+193+116=434 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.80% from 434); Green value is 193 (75.78% from 255 or 44.47% from 434); Blue value is 116 (45.70% from 255 or 26.73% from 434); Max value from RGB is 193 - color contains mainly: green. Hex color #7DC174 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DC174 is #823E8B. Grayscale: #A4A4A4. Windows color (decimal): -8535692 or 7651709. OLE color: 7651709.
HSL color Cylindrical-coordinate representation of color #7DC174: hue angle of 112.99º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7DC174 is Cyan = 0.35, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 125 | 193 | 116 | - |
| CMYK | 0.35 | 0 | 0.40 | 0.24 |
| HSL | 112.99º | 0.38% | 0.61% | - |
| HSV(B) | 112.99º | 0.4% | 0.76% | - |
| XYZ | 30.68 | 43.76 | 23.35 | - |
| YUV | 163.89 | 100.97 | 100.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 193 | 116 | 0.35 | 0 | 0.40 | 0.24 | 112.99 | 0.38 | 0.61 |
| Hex | 7D | C1 | 74 | 23 | 0 | 28 | 18 | 71 | 26 | 3D |
| Octal | 175 | 301 | 164 | 43 | 0 | 50 | 30 | 161 | 46 | 75 |
| Binary | 1111101 | 11000001 | 1110100 | 100011 | 0 | 101000 | 11000 | 1110001 | 100110 | 111101 |
Color Harmonies of #7DC174
Complementary color
Monochromatic Colors of #7DC174
Black with #7DC174
Text Example
Text Example
White with #7DC174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC174; }
p { color: rgb(125,193,116); }
H1.HeaderClassName
{
color: #7DC174;
}
.AnyTagClassName
{
color: #7DC174;
}
</style>
background-color css
<style>
a { background-color: #7DC174; }
a { background-color: rgb(125,193,116); }
div.DivClassName
{
background-color: #7DC174;
}
.BgClassName
{
background-color: #7DC174;
}
</style>
border-color css
<style>
span { border-color: #7DC174; }
span { border-color: rgb(125,193,116); }
td.TdClassName
{
border-color: #7DC174;
}
.TagClassName
{
border-color: #7DC174;
}
</style>