Shades of De York #7AD696
Tints of De York #7AD696
RGB
CMYK
RGB Variations
Color information
#7AD696 (or 0x7AD696) is known color: De York. HEX triplet: 7A, D6 and 96. RGB value is (122,214,150). Sum of RGB (Red+Green+Blue) = 122+214+150=486 (64% of max value = 765). Red value is 122 (48.05% from 255 or 25.10% from 486); Green value is 214 (83.98% from 255 or 44.03% from 486); Blue value is 150 (58.98% from 255 or 30.86% from 486); Max value from RGB is 214 - color contains mainly: green. Hex color #7AD696 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AD696 is #852969. Grayscale: #B3B3B3. Windows color (decimal): -8726890 or 9885306. OLE color: 9885306.
HSL color Cylindrical-coordinate representation of color #7AD696: hue angle of 138.26º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7AD696 is Cyan = 0.43, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 122 | 214 | 150 | - |
| CMYK | 0.43 | 0 | 0.30 | 0.16 |
| HSL | 138.26º | 0.53% | 0.66% | - |
| HSV(B) | 138.26º | 0.43% | 0.84% | - |
| XYZ | 37.58 | 54.43 | 37.38 | - |
| YUV | 179.2 | 111.52 | 87.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 214 | 150 | 0.43 | 0 | 0.30 | 0.16 | 138.26 | 0.53 | 0.66 |
| Hex | 7A | D6 | 96 | 2B | 0 | 1E | 10 | 8A | 35 | 42 |
| Octal | 172 | 326 | 226 | 53 | 0 | 36 | 20 | 212 | 65 | 102 |
| Binary | 1111010 | 11010110 | 10010110 | 101011 | 0 | 11110 | 10000 | 10001010 | 110101 | 1000010 |
Color Harmonies of #7AD696
Complementary color
Monochromatic Colors of #7AD696
Black with #7AD696
Text Example
Text Example
White with #7AD696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD696; }
p { color: rgb(122,214,150); }
H1.HeaderClassName
{
color: #7AD696;
}
.AnyTagClassName
{
color: #7AD696;
}
</style>
background-color css
<style>
a { background-color: #7AD696; }
a { background-color: rgb(122,214,150); }
div.DivClassName
{
background-color: #7AD696;
}
.BgClassName
{
background-color: #7AD696;
}
</style>
border-color css
<style>
span { border-color: #7AD696; }
span { border-color: rgb(122,214,150); }
td.TdClassName
{
border-color: #7AD696;
}
.TagClassName
{
border-color: #7AD696;
}
</style>