Shades of De York #7DC07C
Tints of De York #7DC07C
RGB
CMYK
RGB Variations
Color information
#7DC07C (or 0x7DC07C) is known color: De York. HEX triplet: 7D, C0 and 7C. RGB value is (125,192,124). Sum of RGB (Red+Green+Blue) = 125+192+124=441 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.34% from 441); Green value is 192 (75.39% from 255 or 43.54% from 441); Blue value is 124 (48.83% from 255 or 28.12% from 441); Max value from RGB is 192 - color contains mainly: green. Hex color #7DC07C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DC07C is #823F83. Grayscale: #A4A4A4. Windows color (decimal): -8535940 or 8175741. OLE color: 8175741.
HSL color Cylindrical-coordinate representation of color #7DC07C: hue angle of 119.12º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7DC07C is Cyan = 0.35, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 192 | 124 | - |
| CMYK | 0.35 | 0 | 0.35 | 0.25 |
| HSL | 119.12º | 0.35% | 0.62% | - |
| HSV(B) | 119.12º | 0.35% | 0.75% | - |
| XYZ | 30.95 | 43.51 | 25.84 | - |
| YUV | 164.22 | 105.3 | 100.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 192 | 124 | 0.35 | 0 | 0.35 | 0.25 | 119.12 | 0.35 | 0.62 |
| Hex | 7D | C0 | 7C | 23 | 0 | 23 | 19 | 77 | 23 | 3E |
| Octal | 175 | 300 | 174 | 43 | 0 | 43 | 31 | 167 | 43 | 76 |
| Binary | 1111101 | 11000000 | 1111100 | 100011 | 0 | 100011 | 11001 | 1110111 | 100011 | 111110 |
Color Harmonies of #7DC07C
Complementary color
Monochromatic Colors of #7DC07C
Black with #7DC07C
Text Example
Text Example
White with #7DC07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC07C; }
p { color: rgb(125,192,124); }
H1.HeaderClassName
{
color: #7DC07C;
}
.AnyTagClassName
{
color: #7DC07C;
}
</style>
background-color css
<style>
a { background-color: #7DC07C; }
a { background-color: rgb(125,192,124); }
div.DivClassName
{
background-color: #7DC07C;
}
.BgClassName
{
background-color: #7DC07C;
}
</style>
border-color css
<style>
span { border-color: #7DC07C; }
span { border-color: rgb(125,192,124); }
td.TdClassName
{
border-color: #7DC07C;
}
.TagClassName
{
border-color: #7DC07C;
}
</style>