Shades of De York #7AD087
Tints of De York #7AD087
RGB
CMYK
RGB Variations
Color information
#7AD087 (or 0x7AD087) is known color: De York. HEX triplet: 7A, D0 and 87. RGB value is (122,208,135). Sum of RGB (Red+Green+Blue) = 122+208+135=465 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.24% from 465); Green value is 208 (81.64% from 255 or 44.73% from 465); Blue value is 135 (53.12% from 255 or 29.03% from 465); Max value from RGB is 208 - color contains mainly: green. Hex color #7AD087 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AD087 is #852F78. Grayscale: #AEAEAE. Windows color (decimal): -8728441 or 8900730. OLE color: 8900730.
HSL color Cylindrical-coordinate representation of color #7AD087: hue angle of 129.07º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7AD087 is Cyan = 0.41, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 122 | 208 | 135 | - |
| CMYK | 0.41 | 0 | 0.35 | 0.18 |
| HSL | 129.07º | 0.48% | 0.65% | - |
| HSV(B) | 129.07º | 0.41% | 0.82% | - |
| XYZ | 34.96 | 51 | 30.92 | - |
| YUV | 173.96 | 106.01 | 90.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 208 | 135 | 0.41 | 0 | 0.35 | 0.18 | 129.07 | 0.48 | 0.65 |
| Hex | 7A | D0 | 87 | 29 | 0 | 23 | 12 | 81 | 30 | 41 |
| Octal | 172 | 320 | 207 | 51 | 0 | 43 | 22 | 201 | 60 | 101 |
| Binary | 1111010 | 11010000 | 10000111 | 101001 | 0 | 100011 | 10010 | 10000001 | 110000 | 1000001 |
Color Harmonies of #7AD087
Complementary color
Monochromatic Colors of #7AD087
Black with #7AD087
Text Example
Text Example
White with #7AD087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD087; }
p { color: rgb(122,208,135); }
H1.HeaderClassName
{
color: #7AD087;
}
.AnyTagClassName
{
color: #7AD087;
}
</style>
background-color css
<style>
a { background-color: #7AD087; }
a { background-color: rgb(122,208,135); }
div.DivClassName
{
background-color: #7AD087;
}
.BgClassName
{
background-color: #7AD087;
}
</style>
border-color css
<style>
span { border-color: #7AD087; }
span { border-color: rgb(122,208,135); }
td.TdClassName
{
border-color: #7AD087;
}
.TagClassName
{
border-color: #7AD087;
}
</style>