Shades of De York #7AC574
Tints of De York #7AC574
RGB
CMYK
RGB Variations
Color information
#7AC574 (or 0x7AC574) is known color: De York. HEX triplet: 7A, C5 and 74. RGB value is (122,197,116). Sum of RGB (Red+Green+Blue) = 122+197+116=435 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.05% from 435); Green value is 197 (77.34% from 255 or 45.29% from 435); Blue value is 116 (45.70% from 255 or 26.67% from 435); Max value from RGB is 197 - color contains mainly: green. Hex color #7AC574 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AC574 is #853A8B. Grayscale: #A5A5A5. Windows color (decimal): -8731276 or 7652730. OLE color: 7652730.
HSL color Cylindrical-coordinate representation of color #7AC574: hue angle of 115.56º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7AC574 is Cyan = 0.38, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 122 | 197 | 116 | - |
| CMYK | 0.38 | 0 | 0.41 | 0.23 |
| HSL | 115.56º | 0.41% | 0.61% | - |
| HSV(B) | 115.56º | 0.41% | 0.77% | - |
| XYZ | 31.14 | 45.33 | 23.63 | - |
| YUV | 165.34 | 100.15 | 97.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 197 | 116 | 0.38 | 0 | 0.41 | 0.23 | 115.56 | 0.41 | 0.61 |
| Hex | 7A | C5 | 74 | 26 | 0 | 29 | 17 | 74 | 29 | 3D |
| Octal | 172 | 305 | 164 | 46 | 0 | 51 | 27 | 164 | 51 | 75 |
| Binary | 1111010 | 11000101 | 1110100 | 100110 | 0 | 101001 | 10111 | 1110100 | 101001 | 111101 |
Color Harmonies of #7AC574
Complementary color
Monochromatic Colors of #7AC574
Black with #7AC574
Text Example
Text Example
White with #7AC574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC574; }
p { color: rgb(122,197,116); }
H1.HeaderClassName
{
color: #7AC574;
}
.AnyTagClassName
{
color: #7AC574;
}
</style>
background-color css
<style>
a { background-color: #7AC574; }
a { background-color: rgb(122,197,116); }
div.DivClassName
{
background-color: #7AC574;
}
.BgClassName
{
background-color: #7AC574;
}
</style>
border-color css
<style>
span { border-color: #7AC574; }
span { border-color: rgb(122,197,116); }
td.TdClassName
{
border-color: #7AC574;
}
.TagClassName
{
border-color: #7AC574;
}
</style>