Shades of De York #7DC373
Tints of De York #7DC373
RGB
CMYK
RGB Variations
Color information
#7DC373 (or 0x7DC373) is known color: De York. HEX triplet: 7D, C3 and 73. RGB value is (125,195,115). Sum of RGB (Red+Green+Blue) = 125+195+115=435 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.74% from 435); Green value is 195 (76.56% from 255 or 44.83% from 435); Blue value is 115 (45.31% from 255 or 26.44% from 435); Max value from RGB is 195 - color contains mainly: green. Hex color #7DC373 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DC373 is #823C8C. Grayscale: #A5A5A5. Windows color (decimal): -8535181 or 7586685. OLE color: 7586685.
HSL color Cylindrical-coordinate representation of color #7DC373: hue angle of 112.5º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7DC373 is Cyan = 0.36, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 125 | 195 | 115 | - |
| CMYK | 0.36 | 0 | 0.41 | 0.24 |
| HSL | 112.5º | 0.4% | 0.61% | - |
| HSV(B) | 112.5º | 0.41% | 0.76% | - |
| XYZ | 31.07 | 44.63 | 23.2 | - |
| YUV | 164.95 | 99.81 | 99.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 195 | 115 | 0.36 | 0 | 0.41 | 0.24 | 112.5 | 0.4 | 0.61 |
| Hex | 7D | C3 | 73 | 24 | 0 | 29 | 18 | 70 | 28 | 3D |
| Octal | 175 | 303 | 163 | 44 | 0 | 51 | 30 | 160 | 50 | 75 |
| Binary | 1111101 | 11000011 | 1110011 | 100100 | 0 | 101001 | 11000 | 1110000 | 101000 | 111101 |
Color Harmonies of #7DC373
Complementary color
Monochromatic Colors of #7DC373
Black with #7DC373
Text Example
Text Example
White with #7DC373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC373; }
p { color: rgb(125,195,115); }
H1.HeaderClassName
{
color: #7DC373;
}
.AnyTagClassName
{
color: #7DC373;
}
</style>
background-color css
<style>
a { background-color: #7DC373; }
a { background-color: rgb(125,195,115); }
div.DivClassName
{
background-color: #7DC373;
}
.BgClassName
{
background-color: #7DC373;
}
</style>
border-color css
<style>
span { border-color: #7DC373; }
span { border-color: rgb(125,195,115); }
td.TdClassName
{
border-color: #7DC373;
}
.TagClassName
{
border-color: #7DC373;
}
</style>