Shades of De York #7AD48D
Tints of De York #7AD48D
RGB
CMYK
RGB Variations
Color information
#7AD48D (or 0x7AD48D) is known color: De York. HEX triplet: 7A, D4 and 8D. RGB value is (122,212,141). Sum of RGB (Red+Green+Blue) = 122+212+141=475 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.68% from 475); Green value is 212 (83.20% from 255 or 44.63% from 475); Blue value is 141 (55.47% from 255 or 29.68% from 475); Max value from RGB is 212 - color contains mainly: green. Hex color #7AD48D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AD48D is #852B72. Grayscale: #B1B1B1. Windows color (decimal): -8727411 or 9294970. OLE color: 9294970.
HSL color Cylindrical-coordinate representation of color #7AD48D: hue angle of 132.67º 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 #7AD48D is Cyan = 0.42, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 122 | 212 | 141 | - |
| CMYK | 0.42 | 0 | 0.33 | 0.17 |
| HSL | 132.67º | 0.51% | 0.65% | - |
| HSV(B) | 132.67º | 0.42% | 0.83% | - |
| XYZ | 36.38 | 53.15 | 33.54 | - |
| YUV | 177 | 107.68 | 88.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 212 | 141 | 0.42 | 0 | 0.33 | 0.17 | 132.67 | 0.51 | 0.65 |
| Hex | 7A | D4 | 8D | 2A | 0 | 21 | 11 | 85 | 33 | 41 |
| Octal | 172 | 324 | 215 | 52 | 0 | 41 | 21 | 205 | 63 | 101 |
| Binary | 1111010 | 11010100 | 10001101 | 101010 | 0 | 100001 | 10001 | 10000101 | 110011 | 1000001 |
Color Harmonies of #7AD48D
Complementary color
Monochromatic Colors of #7AD48D
Black with #7AD48D
Text Example
Text Example
White with #7AD48D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD48D; }
p { color: rgb(122,212,141); }
H1.HeaderClassName
{
color: #7AD48D;
}
.AnyTagClassName
{
color: #7AD48D;
}
</style>
background-color css
<style>
a { background-color: #7AD48D; }
a { background-color: rgb(122,212,141); }
div.DivClassName
{
background-color: #7AD48D;
}
.BgClassName
{
background-color: #7AD48D;
}
</style>
border-color css
<style>
span { border-color: #7AD48D; }
span { border-color: rgb(122,212,141); }
td.TdClassName
{
border-color: #7AD48D;
}
.TagClassName
{
border-color: #7AD48D;
}
</style>