Shades of De York #7AD688
Tints of De York #7AD688
RGB
CMYK
RGB Variations
Color information
#7AD688 (or 0x7AD688) is known color: De York. HEX triplet: 7A, D6 and 88. RGB value is (122,214,136). Sum of RGB (Red+Green+Blue) = 122+214+136=472 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.85% from 472); Green value is 214 (83.98% from 255 or 45.34% from 472); Blue value is 136 (53.52% from 255 or 28.81% from 472); Max value from RGB is 214 - color contains mainly: green. Hex color #7AD688 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AD688 is #852977. Grayscale: #B1B1B1. Windows color (decimal): -8726904 or 8967802. OLE color: 8967802.
HSL color Cylindrical-coordinate representation of color #7AD688: hue angle of 129.13º degrees, saturation: 0.53, 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 #7AD688 is Cyan = 0.43, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 122 | 214 | 136 | - |
| CMYK | 0.43 | 0 | 0.36 | 0.16 |
| HSL | 129.13º | 0.53% | 0.66% | - |
| HSV(B) | 129.13º | 0.43% | 0.84% | - |
| XYZ | 36.52 | 54.01 | 31.79 | - |
| YUV | 177.6 | 104.52 | 88.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 214 | 136 | 0.43 | 0 | 0.36 | 0.16 | 129.13 | 0.53 | 0.66 |
| Hex | 7A | D6 | 88 | 2B | 0 | 24 | 10 | 81 | 35 | 42 |
| Octal | 172 | 326 | 210 | 53 | 0 | 44 | 20 | 201 | 65 | 102 |
| Binary | 1111010 | 11010110 | 10001000 | 101011 | 0 | 100100 | 10000 | 10000001 | 110101 | 1000010 |
Color Harmonies of #7AD688
Complementary color
Monochromatic Colors of #7AD688
Black with #7AD688
Text Example
Text Example
White with #7AD688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD688; }
p { color: rgb(122,214,136); }
H1.HeaderClassName
{
color: #7AD688;
}
.AnyTagClassName
{
color: #7AD688;
}
</style>
background-color css
<style>
a { background-color: #7AD688; }
a { background-color: rgb(122,214,136); }
div.DivClassName
{
background-color: #7AD688;
}
.BgClassName
{
background-color: #7AD688;
}
</style>
border-color css
<style>
span { border-color: #7AD688; }
span { border-color: rgb(122,214,136); }
td.TdClassName
{
border-color: #7AD688;
}
.TagClassName
{
border-color: #7AD688;
}
</style>