Shades of De York #7ADA8D
Tints of De York #7ADA8D
RGB
CMYK
RGB Variations
Color information
#7ADA8D (or 0x7ADA8D) is known color: De York. HEX triplet: 7A, DA and 8D. RGB value is (122,218,141). Sum of RGB (Red+Green+Blue) = 122+218+141=481 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.36% from 481); Green value is 218 (85.55% from 255 or 45.32% from 481); Blue value is 141 (55.47% from 255 or 29.31% from 481); Max value from RGB is 218 - color contains mainly: green. Hex color #7ADA8D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ADA8D is #852572. Grayscale: #B4B4B4. Windows color (decimal): -8725875 or 9296506. OLE color: 9296506.
HSL color Cylindrical-coordinate representation of color #7ADA8D: hue angle of 131.88º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7ADA8D is Cyan = 0.44, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 122 | 218 | 141 | - |
| CMYK | 0.44 | 0 | 0.35 | 0.15 |
| HSL | 131.88º | 0.56% | 0.67% | - |
| HSV(B) | 131.88º | 0.44% | 0.85% | - |
| XYZ | 37.91 | 56.2 | 34.05 | - |
| YUV | 180.52 | 105.7 | 86.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 218 | 141 | 0.44 | 0 | 0.35 | 0.15 | 131.88 | 0.56 | 0.67 |
| Hex | 7A | DA | 8D | 2C | 0 | 23 | F | 84 | 38 | 43 |
| Octal | 172 | 332 | 215 | 54 | 0 | 43 | 17 | 204 | 70 | 103 |
| Binary | 1111010 | 11011010 | 10001101 | 101100 | 0 | 100011 | 1111 | 10000100 | 111000 | 1000011 |
Color Harmonies of #7ADA8D
Complementary color
Monochromatic Colors of #7ADA8D
Black with #7ADA8D
Text Example
Text Example
White with #7ADA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADA8D; }
p { color: rgb(122,218,141); }
H1.HeaderClassName
{
color: #7ADA8D;
}
.AnyTagClassName
{
color: #7ADA8D;
}
</style>
background-color css
<style>
a { background-color: #7ADA8D; }
a { background-color: rgb(122,218,141); }
div.DivClassName
{
background-color: #7ADA8D;
}
.BgClassName
{
background-color: #7ADA8D;
}
</style>
border-color css
<style>
span { border-color: #7ADA8D; }
span { border-color: rgb(122,218,141); }
td.TdClassName
{
border-color: #7ADA8D;
}
.TagClassName
{
border-color: #7ADA8D;
}
</style>