Shades of De York #7AD994
Tints of De York #7AD994
RGB
CMYK
RGB Variations
Color information
#7AD994 (or 0x7AD994) is known color: De York. HEX triplet: 7A, D9 and 94. RGB value is (122,217,148). Sum of RGB (Red+Green+Blue) = 122+217+148=487 (64% of max value = 765). Red value is 122 (48.05% from 255 or 25.05% from 487); Green value is 217 (85.16% from 255 or 44.56% from 487); Blue value is 148 (58.20% from 255 or 30.39% from 487); Max value from RGB is 217 - color contains mainly: green. Hex color #7AD994 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AD994 is #85266B. Grayscale: #B4B4B4. Windows color (decimal): -8726124 or 9755002. OLE color: 9755002.
HSL color Cylindrical-coordinate representation of color #7AD994: hue angle of 136.42º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7AD994 is Cyan = 0.44, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 122 | 217 | 148 | - |
| CMYK | 0.44 | 0 | 0.32 | 0.15 |
| HSL | 136.42º | 0.56% | 0.66% | - |
| HSV(B) | 136.42º | 0.44% | 0.85% | - |
| XYZ | 38.18 | 55.9 | 36.79 | - |
| YUV | 180.73 | 109.53 | 86.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 217 | 148 | 0.44 | 0 | 0.32 | 0.15 | 136.42 | 0.56 | 0.66 |
| Hex | 7A | D9 | 94 | 2C | 0 | 20 | F | 88 | 38 | 42 |
| Octal | 172 | 331 | 224 | 54 | 0 | 40 | 17 | 210 | 70 | 102 |
| Binary | 1111010 | 11011001 | 10010100 | 101100 | 0 | 100000 | 1111 | 10001000 | 111000 | 1000010 |
Color Harmonies of #7AD994
Complementary color
Monochromatic Colors of #7AD994
Black with #7AD994
Text Example
Text Example
White with #7AD994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD994; }
p { color: rgb(122,217,148); }
H1.HeaderClassName
{
color: #7AD994;
}
.AnyTagClassName
{
color: #7AD994;
}
</style>
background-color css
<style>
a { background-color: #7AD994; }
a { background-color: rgb(122,217,148); }
div.DivClassName
{
background-color: #7AD994;
}
.BgClassName
{
background-color: #7AD994;
}
</style>
border-color css
<style>
span { border-color: #7AD994; }
span { border-color: rgb(122,217,148); }
td.TdClassName
{
border-color: #7AD994;
}
.TagClassName
{
border-color: #7AD994;
}
</style>