Shades of De York #7AD78A
Tints of De York #7AD78A
RGB
CMYK
RGB Variations
Color information
#7AD78A (or 0x7AD78A) is known color: De York. HEX triplet: 7A, D7 and 8A. RGB value is (122,215,138). Sum of RGB (Red+Green+Blue) = 122+215+138=475 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.68% from 475); Green value is 215 (84.38% from 255 or 45.26% from 475); Blue value is 138 (54.30% from 255 or 29.05% from 475); Max value from RGB is 215 - color contains mainly: green. Hex color #7AD78A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AD78A is #852875. Grayscale: #B2B2B2. Windows color (decimal): -8726646 or 9099130. OLE color: 9099130.
HSL color Cylindrical-coordinate representation of color #7AD78A: hue angle of 130.32º 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 #7AD78A is Cyan = 0.43, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 122 | 215 | 138 | - |
| CMYK | 0.43 | 0 | 0.36 | 0.16 |
| HSL | 130.32º | 0.54% | 0.66% | - |
| HSV(B) | 130.32º | 0.43% | 0.84% | - |
| XYZ | 36.91 | 54.57 | 32.63 | - |
| YUV | 178.42 | 105.19 | 87.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 215 | 138 | 0.43 | 0 | 0.36 | 0.16 | 130.32 | 0.54 | 0.66 |
| Hex | 7A | D7 | 8A | 2B | 0 | 24 | 10 | 82 | 36 | 42 |
| Octal | 172 | 327 | 212 | 53 | 0 | 44 | 20 | 202 | 66 | 102 |
| Binary | 1111010 | 11010111 | 10001010 | 101011 | 0 | 100100 | 10000 | 10000010 | 110110 | 1000010 |
Color Harmonies of #7AD78A
Complementary color
Monochromatic Colors of #7AD78A
Black with #7AD78A
Text Example
Text Example
White with #7AD78A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD78A; }
p { color: rgb(122,215,138); }
H1.HeaderClassName
{
color: #7AD78A;
}
.AnyTagClassName
{
color: #7AD78A;
}
</style>
background-color css
<style>
a { background-color: #7AD78A; }
a { background-color: rgb(122,215,138); }
div.DivClassName
{
background-color: #7AD78A;
}
.BgClassName
{
background-color: #7AD78A;
}
</style>
border-color css
<style>
span { border-color: #7AD78A; }
span { border-color: rgb(122,215,138); }
td.TdClassName
{
border-color: #7AD78A;
}
.TagClassName
{
border-color: #7AD78A;
}
</style>