Shades of De York #7ADB8C
Tints of De York #7ADB8C
RGB
CMYK
RGB Variations
Color information
#7ADB8C (or 0x7ADB8C) is known color: De York. HEX triplet: 7A, DB and 8C. RGB value is (122,219,140). Sum of RGB (Red+Green+Blue) = 122+219+140=481 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.36% from 481); Green value is 219 (85.94% from 255 or 45.53% from 481); Blue value is 140 (55.08% from 255 or 29.11% from 481); Max value from RGB is 219 - color contains mainly: green. Hex color #7ADB8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ADB8C is #852473. Grayscale: #B5B5B5. Windows color (decimal): -8725620 or 9231226. OLE color: 9231226.
HSL color Cylindrical-coordinate representation of color #7ADB8C: hue angle of 131.13º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7ADB8C is Cyan = 0.44, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 219 | 140 | - |
| CMYK | 0.44 | 0 | 0.36 | 0.14 |
| HSL | 131.13º | 0.57% | 0.67% | - |
| HSV(B) | 131.13º | 0.44% | 0.86% | - |
| XYZ | 38.09 | 56.69 | 33.75 | - |
| YUV | 180.99 | 104.86 | 85.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 219 | 140 | 0.44 | 0 | 0.36 | 0.14 | 131.13 | 0.57 | 0.67 |
| Hex | 7A | DB | 8C | 2C | 0 | 24 | E | 83 | 39 | 43 |
| Octal | 172 | 333 | 214 | 54 | 0 | 44 | 16 | 203 | 71 | 103 |
| Binary | 1111010 | 11011011 | 10001100 | 101100 | 0 | 100100 | 1110 | 10000011 | 111001 | 1000011 |
Color Harmonies of #7ADB8C
Complementary color
Monochromatic Colors of #7ADB8C
Black with #7ADB8C
Text Example
Text Example
White with #7ADB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADB8C; }
p { color: rgb(122,219,140); }
H1.HeaderClassName
{
color: #7ADB8C;
}
.AnyTagClassName
{
color: #7ADB8C;
}
</style>
background-color css
<style>
a { background-color: #7ADB8C; }
a { background-color: rgb(122,219,140); }
div.DivClassName
{
background-color: #7ADB8C;
}
.BgClassName
{
background-color: #7ADB8C;
}
</style>
border-color css
<style>
span { border-color: #7ADB8C; }
span { border-color: rgb(122,219,140); }
td.TdClassName
{
border-color: #7ADB8C;
}
.TagClassName
{
border-color: #7ADB8C;
}
</style>