Shades of De York #7AC573
Tints of De York #7AC573
RGB
CMYK
RGB Variations
Color information
#7AC573 (or 0x7AC573) is known color: De York. HEX triplet: 7A, C5 and 73. RGB value is (122,197,115). Sum of RGB (Red+Green+Blue) = 122+197+115=434 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.11% from 434); Green value is 197 (77.34% from 255 or 45.39% from 434); Blue value is 115 (45.31% from 255 or 26.50% from 434); Max value from RGB is 197 - color contains mainly: green. Hex color #7AC573 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AC573 is #853A8C. Grayscale: #A5A5A5. Windows color (decimal): -8731277 or 7587194. OLE color: 7587194.
HSL color Cylindrical-coordinate representation of color #7AC573: hue angle of 114.88º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7AC573 is Cyan = 0.38, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 122 | 197 | 115 | - |
| CMYK | 0.38 | 0 | 0.42 | 0.23 |
| HSL | 114.88º | 0.41% | 0.61% | - |
| HSV(B) | 114.88º | 0.42% | 0.77% | - |
| XYZ | 31.09 | 45.31 | 23.33 | - |
| YUV | 165.23 | 99.65 | 97.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 197 | 115 | 0.38 | 0 | 0.42 | 0.23 | 114.88 | 0.41 | 0.61 |
| Hex | 7A | C5 | 73 | 26 | 0 | 2A | 17 | 73 | 29 | 3D |
| Octal | 172 | 305 | 163 | 46 | 0 | 52 | 27 | 163 | 51 | 75 |
| Binary | 1111010 | 11000101 | 1110011 | 100110 | 0 | 101010 | 10111 | 1110011 | 101001 | 111101 |
Color Harmonies of #7AC573
Complementary color
Monochromatic Colors of #7AC573
Black with #7AC573
Text Example
Text Example
White with #7AC573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC573; }
p { color: rgb(122,197,115); }
H1.HeaderClassName
{
color: #7AC573;
}
.AnyTagClassName
{
color: #7AC573;
}
</style>
background-color css
<style>
a { background-color: #7AC573; }
a { background-color: rgb(122,197,115); }
div.DivClassName
{
background-color: #7AC573;
}
.BgClassName
{
background-color: #7AC573;
}
</style>
border-color css
<style>
span { border-color: #7AC573; }
span { border-color: rgb(122,197,115); }
td.TdClassName
{
border-color: #7AC573;
}
.TagClassName
{
border-color: #7AC573;
}
</style>