Shades of De York #7AD897
Tints of De York #7AD897
RGB
CMYK
RGB Variations
Color information
#7AD897 (or 0x7AD897) is known color: De York. HEX triplet: 7A, D8 and 97. RGB value is (122,216,151). Sum of RGB (Red+Green+Blue) = 122+216+151=489 (64% of max value = 765). Red value is 122 (48.05% from 255 or 24.95% from 489); Green value is 216 (84.77% from 255 or 44.17% from 489); Blue value is 151 (59.38% from 255 or 30.88% from 489); Max value from RGB is 216 - color contains mainly: green. Hex color #7AD897 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AD897 is #852768. Grayscale: #B4B4B4. Windows color (decimal): -8726377 or 9951354. OLE color: 9951354.
HSL color Cylindrical-coordinate representation of color #7AD897: hue angle of 138.51º degrees, saturation: 0.55, 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 #7AD897 is Cyan = 0.44, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 122 | 216 | 151 | - |
| CMYK | 0.44 | 0 | 0.30 | 0.15 |
| HSL | 138.51º | 0.55% | 0.66% | - |
| HSV(B) | 138.51º | 0.44% | 0.85% | - |
| XYZ | 38.17 | 55.48 | 37.98 | - |
| YUV | 180.48 | 111.36 | 86.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 216 | 151 | 0.44 | 0 | 0.30 | 0.15 | 138.51 | 0.55 | 0.66 |
| Hex | 7A | D8 | 97 | 2C | 0 | 1E | F | 8B | 37 | 42 |
| Octal | 172 | 330 | 227 | 54 | 0 | 36 | 17 | 213 | 67 | 102 |
| Binary | 1111010 | 11011000 | 10010111 | 101100 | 0 | 11110 | 1111 | 10001011 | 110111 | 1000010 |
Color Harmonies of #7AD897
Complementary color
Monochromatic Colors of #7AD897
Black with #7AD897
Text Example
Text Example
White with #7AD897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD897; }
p { color: rgb(122,216,151); }
H1.HeaderClassName
{
color: #7AD897;
}
.AnyTagClassName
{
color: #7AD897;
}
</style>
background-color css
<style>
a { background-color: #7AD897; }
a { background-color: rgb(122,216,151); }
div.DivClassName
{
background-color: #7AD897;
}
.BgClassName
{
background-color: #7AD897;
}
</style>
border-color css
<style>
span { border-color: #7AD897; }
span { border-color: rgb(122,216,151); }
td.TdClassName
{
border-color: #7AD897;
}
.TagClassName
{
border-color: #7AD897;
}
</style>