Shades of De York #7AD78D
Tints of De York #7AD78D
RGB
CMYK
RGB Variations
Color information
#7AD78D (or 0x7AD78D) is known color: De York. HEX triplet: 7A, D7 and 8D. RGB value is (122,215,141). Sum of RGB (Red+Green+Blue) = 122+215+141=478 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.52% from 478); Green value is 215 (84.38% from 255 or 44.98% from 478); Blue value is 141 (55.47% from 255 or 29.50% from 478); Max value from RGB is 215 - color contains mainly: green. Hex color #7AD78D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AD78D is #852872. Grayscale: #B2B2B2. Windows color (decimal): -8726643 or 9295738. OLE color: 9295738.
HSL color Cylindrical-coordinate representation of color #7AD78D: hue angle of 132.26º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7AD78D is Cyan = 0.43, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 122 | 215 | 141 | - |
| CMYK | 0.43 | 0 | 0.34 | 0.16 |
| HSL | 132.26º | 0.54% | 0.66% | - |
| HSV(B) | 132.26º | 0.43% | 0.84% | - |
| XYZ | 37.13 | 54.66 | 33.79 | - |
| YUV | 178.76 | 106.69 | 87.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 215 | 141 | 0.43 | 0 | 0.34 | 0.16 | 132.26 | 0.54 | 0.66 |
| Hex | 7A | D7 | 8D | 2B | 0 | 22 | 10 | 84 | 36 | 42 |
| Octal | 172 | 327 | 215 | 53 | 0 | 42 | 20 | 204 | 66 | 102 |
| Binary | 1111010 | 11010111 | 10001101 | 101011 | 0 | 100010 | 10000 | 10000100 | 110110 | 1000010 |
Color Harmonies of #7AD78D
Complementary color
Monochromatic Colors of #7AD78D
Black with #7AD78D
Text Example
Text Example
White with #7AD78D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD78D; }
p { color: rgb(122,215,141); }
H1.HeaderClassName
{
color: #7AD78D;
}
.AnyTagClassName
{
color: #7AD78D;
}
</style>
background-color css
<style>
a { background-color: #7AD78D; }
a { background-color: rgb(122,215,141); }
div.DivClassName
{
background-color: #7AD78D;
}
.BgClassName
{
background-color: #7AD78D;
}
</style>
border-color css
<style>
span { border-color: #7AD78D; }
span { border-color: rgb(122,215,141); }
td.TdClassName
{
border-color: #7AD78D;
}
.TagClassName
{
border-color: #7AD78D;
}
</style>