Shades of De York #7AD193
Tints of De York #7AD193
RGB
CMYK
RGB Variations
Color information
#7AD193 (or 0x7AD193) is known color: De York. HEX triplet: 7A, D1 and 93. RGB value is (122,209,147). Sum of RGB (Red+Green+Blue) = 122+209+147=478 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.52% from 478); Green value is 209 (82.03% from 255 or 43.72% from 478); Blue value is 147 (57.81% from 255 or 30.75% from 478); Max value from RGB is 209 - color contains mainly: green. Hex color #7AD193 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AD193 is #852E6C. Grayscale: #B0B0B0. Windows color (decimal): -8728173 or 9687418. OLE color: 9687418.
HSL color Cylindrical-coordinate representation of color #7AD193: hue angle of 137.24º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7AD193 is Cyan = 0.42, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 122 | 209 | 147 | - |
| CMYK | 0.42 | 0 | 0.30 | 0.18 |
| HSL | 137.24º | 0.49% | 0.65% | - |
| HSV(B) | 137.24º | 0.42% | 0.82% | - |
| XYZ | 36.09 | 51.85 | 35.71 | - |
| YUV | 175.92 | 111.68 | 89.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 209 | 147 | 0.42 | 0 | 0.30 | 0.18 | 137.24 | 0.49 | 0.65 |
| Hex | 7A | D1 | 93 | 2A | 0 | 1E | 12 | 89 | 31 | 41 |
| Octal | 172 | 321 | 223 | 52 | 0 | 36 | 22 | 211 | 61 | 101 |
| Binary | 1111010 | 11010001 | 10010011 | 101010 | 0 | 11110 | 10010 | 10001001 | 110001 | 1000001 |
Color Harmonies of #7AD193
Complementary color
Monochromatic Colors of #7AD193
Black with #7AD193
Text Example
Text Example
White with #7AD193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD193; }
p { color: rgb(122,209,147); }
H1.HeaderClassName
{
color: #7AD193;
}
.AnyTagClassName
{
color: #7AD193;
}
</style>
background-color css
<style>
a { background-color: #7AD193; }
a { background-color: rgb(122,209,147); }
div.DivClassName
{
background-color: #7AD193;
}
.BgClassName
{
background-color: #7AD193;
}
</style>
border-color css
<style>
span { border-color: #7AD193; }
span { border-color: rgb(122,209,147); }
td.TdClassName
{
border-color: #7AD193;
}
.TagClassName
{
border-color: #7AD193;
}
</style>