Shades of De York #7AD687
Tints of De York #7AD687
RGB
CMYK
RGB Variations
Color information
#7AD687 (or 0x7AD687) is known color: De York. HEX triplet: 7A, D6 and 87. RGB value is (122,214,135). Sum of RGB (Red+Green+Blue) = 122+214+135=471 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.90% from 471); Green value is 214 (83.98% from 255 or 45.44% from 471); Blue value is 135 (53.12% from 255 or 28.66% from 471); Max value from RGB is 214 - color contains mainly: green. Hex color #7AD687 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AD687 is #852978. Grayscale: #B1B1B1. Windows color (decimal): -8726905 or 8902266. OLE color: 8902266.
HSL color Cylindrical-coordinate representation of color #7AD687: hue angle of 128.48º 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 #7AD687 is Cyan = 0.43, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 122 | 214 | 135 | - |
| CMYK | 0.43 | 0 | 0.37 | 0.16 |
| HSL | 128.48º | 0.53% | 0.66% | - |
| HSV(B) | 128.48º | 0.43% | 0.84% | - |
| XYZ | 36.45 | 53.98 | 31.42 | - |
| YUV | 177.49 | 104.02 | 88.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 214 | 135 | 0.43 | 0 | 0.37 | 0.16 | 128.48 | 0.53 | 0.66 |
| Hex | 7A | D6 | 87 | 2B | 0 | 25 | 10 | 80 | 35 | 42 |
| Octal | 172 | 326 | 207 | 53 | 0 | 45 | 20 | 200 | 65 | 102 |
| Binary | 1111010 | 11010110 | 10000111 | 101011 | 0 | 100101 | 10000 | 10000000 | 110101 | 1000010 |
Color Harmonies of #7AD687
Complementary color
Monochromatic Colors of #7AD687
Black with #7AD687
Text Example
Text Example
White with #7AD687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD687; }
p { color: rgb(122,214,135); }
H1.HeaderClassName
{
color: #7AD687;
}
.AnyTagClassName
{
color: #7AD687;
}
</style>
background-color css
<style>
a { background-color: #7AD687; }
a { background-color: rgb(122,214,135); }
div.DivClassName
{
background-color: #7AD687;
}
.BgClassName
{
background-color: #7AD687;
}
</style>
border-color css
<style>
span { border-color: #7AD687; }
span { border-color: rgb(122,214,135); }
td.TdClassName
{
border-color: #7AD687;
}
.TagClassName
{
border-color: #7AD687;
}
</style>