Shades of De York #7AD489
Tints of De York #7AD489
RGB
CMYK
RGB Variations
Color information
#7AD489 (or 0x7AD489) is known color: De York. HEX triplet: 7A, D4 and 89. RGB value is (122,212,137). Sum of RGB (Red+Green+Blue) = 122+212+137=471 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.90% from 471); Green value is 212 (83.20% from 255 or 45.01% from 471); Blue value is 137 (53.91% from 255 or 29.09% from 471); Max value from RGB is 212 - color contains mainly: green. Hex color #7AD489 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AD489 is #852B76. Grayscale: #B0B0B0. Windows color (decimal): -8727415 or 9032826. OLE color: 9032826.
HSL color Cylindrical-coordinate representation of color #7AD489: hue angle of 130º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7AD489 is Cyan = 0.42, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 122 | 212 | 137 | - |
| CMYK | 0.42 | 0 | 0.35 | 0.17 |
| HSL | 130º | 0.51% | 0.65% | - |
| HSV(B) | 130º | 0.42% | 0.83% | - |
| XYZ | 36.08 | 53.03 | 32 | - |
| YUV | 176.54 | 105.68 | 89.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 212 | 137 | 0.42 | 0 | 0.35 | 0.17 | 130 | 0.51 | 0.65 |
| Hex | 7A | D4 | 89 | 2A | 0 | 23 | 11 | 82 | 33 | 41 |
| Octal | 172 | 324 | 211 | 52 | 0 | 43 | 21 | 202 | 63 | 101 |
| Binary | 1111010 | 11010100 | 10001001 | 101010 | 0 | 100011 | 10001 | 10000010 | 110011 | 1000001 |
Color Harmonies of #7AD489
Complementary color
Monochromatic Colors of #7AD489
Black with #7AD489
Text Example
Text Example
White with #7AD489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD489; }
p { color: rgb(122,212,137); }
H1.HeaderClassName
{
color: #7AD489;
}
.AnyTagClassName
{
color: #7AD489;
}
</style>
background-color css
<style>
a { background-color: #7AD489; }
a { background-color: rgb(122,212,137); }
div.DivClassName
{
background-color: #7AD489;
}
.BgClassName
{
background-color: #7AD489;
}
</style>
border-color css
<style>
span { border-color: #7AD489; }
span { border-color: rgb(122,212,137); }
td.TdClassName
{
border-color: #7AD489;
}
.TagClassName
{
border-color: #7AD489;
}
</style>