Shades of De York #7AD38D
Tints of De York #7AD38D
RGB
CMYK
RGB Variations
Color information
#7AD38D (or 0x7AD38D) is known color: De York. HEX triplet: 7A, D3 and 8D. RGB value is (122,211,141). Sum of RGB (Red+Green+Blue) = 122+211+141=474 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.74% from 474); Green value is 211 (82.81% from 255 or 44.51% from 474); Blue value is 141 (55.47% from 255 or 29.75% from 474); Max value from RGB is 211 - color contains mainly: green. Hex color #7AD38D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AD38D is #852C72. Grayscale: #B0B0B0. Windows color (decimal): -8727667 or 9294714. OLE color: 9294714.
HSL color Cylindrical-coordinate representation of color #7AD38D: hue angle of 132.81º degrees, saturation: 0.5, 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 #7AD38D is Cyan = 0.42, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 122 | 211 | 141 | - |
| CMYK | 0.42 | 0 | 0.33 | 0.17 |
| HSL | 132.81º | 0.5% | 0.65% | - |
| HSV(B) | 132.81º | 0.42% | 0.83% | - |
| XYZ | 36.13 | 52.65 | 33.46 | - |
| YUV | 176.41 | 108.01 | 89.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 211 | 141 | 0.42 | 0 | 0.33 | 0.17 | 132.81 | 0.5 | 0.65 |
| Hex | 7A | D3 | 8D | 2A | 0 | 21 | 11 | 85 | 32 | 41 |
| Octal | 172 | 323 | 215 | 52 | 0 | 41 | 21 | 205 | 62 | 101 |
| Binary | 1111010 | 11010011 | 10001101 | 101010 | 0 | 100001 | 10001 | 10000101 | 110010 | 1000001 |
Color Harmonies of #7AD38D
Complementary color
Monochromatic Colors of #7AD38D
Black with #7AD38D
Text Example
Text Example
White with #7AD38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD38D; }
p { color: rgb(122,211,141); }
H1.HeaderClassName
{
color: #7AD38D;
}
.AnyTagClassName
{
color: #7AD38D;
}
</style>
background-color css
<style>
a { background-color: #7AD38D; }
a { background-color: rgb(122,211,141); }
div.DivClassName
{
background-color: #7AD38D;
}
.BgClassName
{
background-color: #7AD38D;
}
</style>
border-color css
<style>
span { border-color: #7AD38D; }
span { border-color: rgb(122,211,141); }
td.TdClassName
{
border-color: #7AD38D;
}
.TagClassName
{
border-color: #7AD38D;
}
</style>