Shades of De York #7AD997
Tints of De York #7AD997
RGB
CMYK
RGB Variations
Color information
#7AD997 (or 0x7AD997) is known color: De York. HEX triplet: 7A, D9 and 97. RGB value is (122,217,151). Sum of RGB (Red+Green+Blue) = 122+217+151=490 (64% of max value = 765). Red value is 122 (48.05% from 255 or 24.90% from 490); Green value is 217 (85.16% from 255 or 44.29% from 490); Blue value is 151 (59.38% from 255 or 30.82% from 490); Max value from RGB is 217 - color contains mainly: green. Hex color #7AD997 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AD997 is #852668. Grayscale: #B5B5B5. Windows color (decimal): -8726121 or 9951610. OLE color: 9951610.
HSL color Cylindrical-coordinate representation of color #7AD997: hue angle of 138.32º 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 #7AD997 is Cyan = 0.44, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 122 | 217 | 151 | - |
| CMYK | 0.44 | 0 | 0.30 | 0.15 |
| HSL | 138.32º | 0.56% | 0.66% | - |
| HSV(B) | 138.32º | 0.44% | 0.85% | - |
| XYZ | 38.42 | 56 | 38.06 | - |
| YUV | 181.07 | 111.03 | 85.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 217 | 151 | 0.44 | 0 | 0.30 | 0.15 | 138.32 | 0.56 | 0.66 |
| Hex | 7A | D9 | 97 | 2C | 0 | 1E | F | 8A | 38 | 42 |
| Octal | 172 | 331 | 227 | 54 | 0 | 36 | 17 | 212 | 70 | 102 |
| Binary | 1111010 | 11011001 | 10010111 | 101100 | 0 | 11110 | 1111 | 10001010 | 111000 | 1000010 |
Color Harmonies of #7AD997
Complementary color
Monochromatic Colors of #7AD997
Black with #7AD997
Text Example
Text Example
White with #7AD997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD997; }
p { color: rgb(122,217,151); }
H1.HeaderClassName
{
color: #7AD997;
}
.AnyTagClassName
{
color: #7AD997;
}
</style>
background-color css
<style>
a { background-color: #7AD997; }
a { background-color: rgb(122,217,151); }
div.DivClassName
{
background-color: #7AD997;
}
.BgClassName
{
background-color: #7AD997;
}
</style>
border-color css
<style>
span { border-color: #7AD997; }
span { border-color: rgb(122,217,151); }
td.TdClassName
{
border-color: #7AD997;
}
.TagClassName
{
border-color: #7AD997;
}
</style>