Shades of De York #7DC67A
Tints of De York #7DC67A
RGB
CMYK
RGB Variations
Color information
#7DC67A (or 0x7DC67A) is known color: De York. HEX triplet: 7D, C6 and 7A. RGB value is (125,198,122). Sum of RGB (Red+Green+Blue) = 125+198+122=445 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.09% from 445); Green value is 198 (77.73% from 255 or 44.49% from 445); Blue value is 122 (48.05% from 255 or 27.42% from 445); Max value from RGB is 198 - color contains mainly: green. Hex color #7DC67A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DC67A is #823985. Grayscale: #A7A7A7. Windows color (decimal): -8534406 or 8046205. OLE color: 8046205.
HSL color Cylindrical-coordinate representation of color #7DC67A: hue angle of 117.63º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7DC67A is Cyan = 0.37, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 125 | 198 | 122 | - |
| CMYK | 0.37 | 0 | 0.38 | 0.22 |
| HSL | 117.63º | 0.4% | 0.63% | - |
| HSV(B) | 117.63º | 0.38% | 0.78% | - |
| XYZ | 32.16 | 46.15 | 25.63 | - |
| YUV | 167.51 | 102.32 | 97.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 198 | 122 | 0.37 | 0 | 0.38 | 0.22 | 117.63 | 0.4 | 0.63 |
| Hex | 7D | C6 | 7A | 25 | 0 | 26 | 16 | 76 | 28 | 3F |
| Octal | 175 | 306 | 172 | 45 | 0 | 46 | 26 | 166 | 50 | 77 |
| Binary | 1111101 | 11000110 | 1111010 | 100101 | 0 | 100110 | 10110 | 1110110 | 101000 | 111111 |
Color Harmonies of #7DC67A
Complementary color
Monochromatic Colors of #7DC67A
Black with #7DC67A
Text Example
Text Example
White with #7DC67A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC67A; }
p { color: rgb(125,198,122); }
H1.HeaderClassName
{
color: #7DC67A;
}
.AnyTagClassName
{
color: #7DC67A;
}
</style>
background-color css
<style>
a { background-color: #7DC67A; }
a { background-color: rgb(125,198,122); }
div.DivClassName
{
background-color: #7DC67A;
}
.BgClassName
{
background-color: #7DC67A;
}
</style>
border-color css
<style>
span { border-color: #7DC67A; }
span { border-color: rgb(125,198,122); }
td.TdClassName
{
border-color: #7DC67A;
}
.TagClassName
{
border-color: #7DC67A;
}
</style>