Shades of De York #7DC17F
Tints of De York #7DC17F
RGB
CMYK
RGB Variations
Color information
#7DC17F (or 0x7DC17F) is known color: De York. HEX triplet: 7D, C1 and 7F. RGB value is (125,193,127). Sum of RGB (Red+Green+Blue) = 125+193+127=445 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.09% from 445); Green value is 193 (75.78% from 255 or 43.37% from 445); Blue value is 127 (50% from 255 or 28.54% from 445); Max value from RGB is 193 - color contains mainly: green. Hex color #7DC17F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DC17F is #823E80. Grayscale: #A5A5A5. Windows color (decimal): -8535681 or 8372605. OLE color: 8372605.
HSL color Cylindrical-coordinate representation of color #7DC17F: hue angle of 121.76º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7DC17F is Cyan = 0.35, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 125 | 193 | 127 | - |
| CMYK | 0.35 | 0 | 0.34 | 0.24 |
| HSL | 121.76º | 0.35% | 0.62% | - |
| HSV(B) | 121.76º | 0.35% | 0.76% | - |
| XYZ | 31.36 | 44.03 | 26.92 | - |
| YUV | 165.14 | 106.47 | 99.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 193 | 127 | 0.35 | 0 | 0.34 | 0.24 | 121.76 | 0.35 | 0.62 |
| Hex | 7D | C1 | 7F | 23 | 0 | 22 | 18 | 7A | 23 | 3E |
| Octal | 175 | 301 | 177 | 43 | 0 | 42 | 30 | 172 | 43 | 76 |
| Binary | 1111101 | 11000001 | 1111111 | 100011 | 0 | 100010 | 11000 | 1111010 | 100011 | 111110 |
Color Harmonies of #7DC17F
Complementary color
Monochromatic Colors of #7DC17F
Black with #7DC17F
Text Example
Text Example
White with #7DC17F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC17F; }
p { color: rgb(125,193,127); }
H1.HeaderClassName
{
color: #7DC17F;
}
.AnyTagClassName
{
color: #7DC17F;
}
</style>
background-color css
<style>
a { background-color: #7DC17F; }
a { background-color: rgb(125,193,127); }
div.DivClassName
{
background-color: #7DC17F;
}
.BgClassName
{
background-color: #7DC17F;
}
</style>
border-color css
<style>
span { border-color: #7DC17F; }
span { border-color: rgb(125,193,127); }
td.TdClassName
{
border-color: #7DC17F;
}
.TagClassName
{
border-color: #7DC17F;
}
</style>