Shades of De York #7AD089
Tints of De York #7AD089
RGB
CMYK
RGB Variations
Color information
#7AD089 (or 0x7AD089) is known color: De York. HEX triplet: 7A, D0 and 89. RGB value is (122,208,137). Sum of RGB (Red+Green+Blue) = 122+208+137=467 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.12% from 467); Green value is 208 (81.64% from 255 or 44.54% from 467); Blue value is 137 (53.91% from 255 or 29.34% from 467); Max value from RGB is 208 - color contains mainly: green. Hex color #7AD089 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AD089 is #852F76. Grayscale: #AEAEAE. Windows color (decimal): -8728439 or 9031802. OLE color: 9031802.
HSL color Cylindrical-coordinate representation of color #7AD089: hue angle of 130.47º 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 #7AD089 is Cyan = 0.41, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 122 | 208 | 137 | - |
| CMYK | 0.41 | 0 | 0.34 | 0.18 |
| HSL | 130.47º | 0.48% | 0.65% | - |
| HSV(B) | 130.47º | 0.41% | 0.82% | - |
| XYZ | 35.1 | 51.06 | 31.67 | - |
| YUV | 174.19 | 107.01 | 90.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 208 | 137 | 0.41 | 0 | 0.34 | 0.18 | 130.47 | 0.48 | 0.65 |
| Hex | 7A | D0 | 89 | 29 | 0 | 22 | 12 | 82 | 30 | 41 |
| Octal | 172 | 320 | 211 | 51 | 0 | 42 | 22 | 202 | 60 | 101 |
| Binary | 1111010 | 11010000 | 10001001 | 101001 | 0 | 100010 | 10010 | 10000010 | 110000 | 1000001 |
Color Harmonies of #7AD089
Complementary color
Monochromatic Colors of #7AD089
Black with #7AD089
Text Example
Text Example
White with #7AD089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD089; }
p { color: rgb(122,208,137); }
H1.HeaderClassName
{
color: #7AD089;
}
.AnyTagClassName
{
color: #7AD089;
}
</style>
background-color css
<style>
a { background-color: #7AD089; }
a { background-color: rgb(122,208,137); }
div.DivClassName
{
background-color: #7AD089;
}
.BgClassName
{
background-color: #7AD089;
}
</style>
border-color css
<style>
span { border-color: #7AD089; }
span { border-color: rgb(122,208,137); }
td.TdClassName
{
border-color: #7AD089;
}
.TagClassName
{
border-color: #7AD089;
}
</style>