Shades of De York #7ADD96
Tints of De York #7ADD96
RGB
CMYK
RGB Variations
Color information
#7ADD96 (or 0x7ADD96) is known color: De York. HEX triplet: 7A, DD and 96. RGB value is (122,221,150). Sum of RGB (Red+Green+Blue) = 122+221+150=493 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.75% from 493); Green value is 221 (86.72% from 255 or 44.83% from 493); Blue value is 150 (58.98% from 255 or 30.43% from 493); Max value from RGB is 221 - color contains mainly: green. Hex color #7ADD96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ADD96 is #852269. Grayscale: #B7B7B7. Windows color (decimal): -8725098 or 9887098. OLE color: 9887098.
HSL color Cylindrical-coordinate representation of color #7ADD96: hue angle of 136.97º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7ADD96 is Cyan = 0.45, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 221 | 150 | - |
| CMYK | 0.45 | 0 | 0.32 | 0.13 |
| HSL | 136.97º | 0.59% | 0.67% | - |
| HSV(B) | 136.97º | 0.45% | 0.87% | - |
| XYZ | 39.39 | 58.05 | 37.98 | - |
| YUV | 183.31 | 109.2 | 84.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 221 | 150 | 0.45 | 0 | 0.32 | 0.13 | 136.97 | 0.59 | 0.67 |
| Hex | 7A | DD | 96 | 2D | 0 | 20 | D | 89 | 3B | 43 |
| Octal | 172 | 335 | 226 | 55 | 0 | 40 | 15 | 211 | 73 | 103 |
| Binary | 1111010 | 11011101 | 10010110 | 101101 | 0 | 100000 | 1101 | 10001001 | 111011 | 1000011 |
Color Harmonies of #7ADD96
Complementary color
Monochromatic Colors of #7ADD96
Black with #7ADD96
Text Example
Text Example
White with #7ADD96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADD96; }
p { color: rgb(122,221,150); }
H1.HeaderClassName
{
color: #7ADD96;
}
.AnyTagClassName
{
color: #7ADD96;
}
</style>
background-color css
<style>
a { background-color: #7ADD96; }
a { background-color: rgb(122,221,150); }
div.DivClassName
{
background-color: #7ADD96;
}
.BgClassName
{
background-color: #7ADD96;
}
</style>
border-color css
<style>
span { border-color: #7ADD96; }
span { border-color: rgb(122,221,150); }
td.TdClassName
{
border-color: #7ADD96;
}
.TagClassName
{
border-color: #7ADD96;
}
</style>