Shades of De York #7AC275
Tints of De York #7AC275
RGB
CMYK
RGB Variations
Color information
#7AC275 (or 0x7AC275) is known color: De York. HEX triplet: 7A, C2 and 75. RGB value is (122,194,117). Sum of RGB (Red+Green+Blue) = 122+194+117=433 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.18% from 433); Green value is 194 (76.17% from 255 or 44.80% from 433); Blue value is 117 (46.09% from 255 or 27.02% from 433); Max value from RGB is 194 - color contains mainly: green. Hex color #7AC275 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AC275 is #853D8A. Grayscale: #A3A3A3. Windows color (decimal): -8732043 or 7717498. OLE color: 7717498.
HSL color Cylindrical-coordinate representation of color #7AC275: hue angle of 116.1º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7AC275 is Cyan = 0.37, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 122 | 194 | 117 | - |
| CMYK | 0.37 | 0 | 0.40 | 0.24 |
| HSL | 116.1º | 0.39% | 0.61% | - |
| HSV(B) | 116.1º | 0.4% | 0.76% | - |
| XYZ | 30.53 | 44.01 | 23.71 | - |
| YUV | 163.69 | 101.65 | 98.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 194 | 117 | 0.37 | 0 | 0.40 | 0.24 | 116.1 | 0.39 | 0.61 |
| Hex | 7A | C2 | 75 | 25 | 0 | 28 | 18 | 74 | 27 | 3D |
| Octal | 172 | 302 | 165 | 45 | 0 | 50 | 30 | 164 | 47 | 75 |
| Binary | 1111010 | 11000010 | 1110101 | 100101 | 0 | 101000 | 11000 | 1110100 | 100111 | 111101 |
Color Harmonies of #7AC275
Complementary color
Monochromatic Colors of #7AC275
Black with #7AC275
Text Example
Text Example
White with #7AC275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC275; }
p { color: rgb(122,194,117); }
H1.HeaderClassName
{
color: #7AC275;
}
.AnyTagClassName
{
color: #7AC275;
}
</style>
background-color css
<style>
a { background-color: #7AC275; }
a { background-color: rgb(122,194,117); }
div.DivClassName
{
background-color: #7AC275;
}
.BgClassName
{
background-color: #7AC275;
}
</style>
border-color css
<style>
span { border-color: #7AC275; }
span { border-color: rgb(122,194,117); }
td.TdClassName
{
border-color: #7AC275;
}
.TagClassName
{
border-color: #7AC275;
}
</style>