Shades of De York #7AD788
Tints of De York #7AD788
RGB
CMYK
RGB Variations
Color information
#7AD788 (or 0x7AD788) is known color: De York. HEX triplet: 7A, D7 and 88. RGB value is (122,215,136). Sum of RGB (Red+Green+Blue) = 122+215+136=473 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.79% from 473); Green value is 215 (84.38% from 255 or 45.45% from 473); Blue value is 136 (53.52% from 255 or 28.75% from 473); Max value from RGB is 215 - color contains mainly: green. Hex color #7AD788 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AD788 is #852877. Grayscale: #B2B2B2. Windows color (decimal): -8726648 or 8968058. OLE color: 8968058.
HSL color Cylindrical-coordinate representation of color #7AD788: hue angle of 129.03º 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 #7AD788 is Cyan = 0.43, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 122 | 215 | 136 | - |
| CMYK | 0.43 | 0 | 0.37 | 0.16 |
| HSL | 129.03º | 0.54% | 0.66% | - |
| HSV(B) | 129.03º | 0.43% | 0.84% | - |
| XYZ | 36.77 | 54.52 | 31.88 | - |
| YUV | 178.19 | 104.19 | 87.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 215 | 136 | 0.43 | 0 | 0.37 | 0.16 | 129.03 | 0.54 | 0.66 |
| Hex | 7A | D7 | 88 | 2B | 0 | 25 | 10 | 81 | 36 | 42 |
| Octal | 172 | 327 | 210 | 53 | 0 | 45 | 20 | 201 | 66 | 102 |
| Binary | 1111010 | 11010111 | 10001000 | 101011 | 0 | 100101 | 10000 | 10000001 | 110110 | 1000010 |
Color Harmonies of #7AD788
Complementary color
Monochromatic Colors of #7AD788
Black with #7AD788
Text Example
Text Example
White with #7AD788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD788; }
p { color: rgb(122,215,136); }
H1.HeaderClassName
{
color: #7AD788;
}
.AnyTagClassName
{
color: #7AD788;
}
</style>
background-color css
<style>
a { background-color: #7AD788; }
a { background-color: rgb(122,215,136); }
div.DivClassName
{
background-color: #7AD788;
}
.BgClassName
{
background-color: #7AD788;
}
</style>
border-color css
<style>
span { border-color: #7AD788; }
span { border-color: rgb(122,215,136); }
td.TdClassName
{
border-color: #7AD788;
}
.TagClassName
{
border-color: #7AD788;
}
</style>