Shades of De York #7DC67D
Tints of De York #7DC67D
RGB
CMYK
RGB Variations
Color information
#7DC67D (or 0x7DC67D) is known color: De York. HEX triplet: 7D, C6 and 7D. RGB value is (125,198,125). Sum of RGB (Red+Green+Blue) = 125+198+125=448 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.90% from 448); Green value is 198 (77.73% from 255 or 44.20% from 448); Blue value is 125 (49.22% from 255 or 27.90% from 448); Max value from RGB is 198 - color contains mainly: green. Hex color #7DC67D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DC67D is #823982. Grayscale: #A8A8A8. Windows color (decimal): -8534403 or 8242813. OLE color: 8242813.
HSL color Cylindrical-coordinate representation of color #7DC67D: hue angle of 120º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7DC67D is Cyan = 0.37, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 125 | 198 | 125 | - |
| CMYK | 0.37 | 0 | 0.37 | 0.22 |
| HSL | 120º | 0.39% | 0.63% | - |
| HSV(B) | 120º | 0.37% | 0.78% | - |
| XYZ | 32.35 | 46.23 | 26.62 | - |
| YUV | 167.85 | 103.82 | 97.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 198 | 125 | 0.37 | 0 | 0.37 | 0.22 | 120 | 0.39 | 0.63 |
| Hex | 7D | C6 | 7D | 25 | 0 | 25 | 16 | 78 | 27 | 3F |
| Octal | 175 | 306 | 175 | 45 | 0 | 45 | 26 | 170 | 47 | 77 |
| Binary | 1111101 | 11000110 | 1111101 | 100101 | 0 | 100101 | 10110 | 1111000 | 100111 | 111111 |
Color Harmonies of #7DC67D
Complementary color
Monochromatic Colors of #7DC67D
Black with #7DC67D
Text Example
Text Example
White with #7DC67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC67D; }
p { color: rgb(125,198,125); }
H1.HeaderClassName
{
color: #7DC67D;
}
.AnyTagClassName
{
color: #7DC67D;
}
</style>
background-color css
<style>
a { background-color: #7DC67D; }
a { background-color: rgb(125,198,125); }
div.DivClassName
{
background-color: #7DC67D;
}
.BgClassName
{
background-color: #7DC67D;
}
</style>
border-color css
<style>
span { border-color: #7DC67D; }
span { border-color: rgb(125,198,125); }
td.TdClassName
{
border-color: #7DC67D;
}
.TagClassName
{
border-color: #7DC67D;
}
</style>