Shades of De York #7ADE9A
Tints of De York #7ADE9A
RGB
CMYK
RGB Variations
Color information
#7ADE9A (or 0x7ADE9A) is known color: De York. HEX triplet: 7A, DE and 9A. RGB value is (122,222,154). Sum of RGB (Red+Green+Blue) = 122+222+154=498 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.50% from 498); Green value is 222 (87.11% from 255 or 44.58% from 498); Blue value is 154 (60.55% from 255 or 30.92% from 498); Max value from RGB is 222 - color contains mainly: green. Hex color #7ADE9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ADE9A is #852165. Grayscale: #B8B8B8. Windows color (decimal): -8724838 or 10149498. OLE color: 10149498.
HSL color Cylindrical-coordinate representation of color #7ADE9A: hue angle of 139.2º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7ADE9A is Cyan = 0.45, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 222 | 154 | - |
| CMYK | 0.45 | 0 | 0.31 | 0.13 |
| HSL | 139.2º | 0.6% | 0.67% | - |
| HSV(B) | 139.2º | 0.45% | 0.87% | - |
| XYZ | 39.98 | 58.71 | 39.8 | - |
| YUV | 184.35 | 110.87 | 83.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 222 | 154 | 0.45 | 0 | 0.31 | 0.13 | 139.2 | 0.6 | 0.67 |
| Hex | 7A | DE | 9A | 2D | 0 | 1F | D | 8B | 3C | 43 |
| Octal | 172 | 336 | 232 | 55 | 0 | 37 | 15 | 213 | 74 | 103 |
| Binary | 1111010 | 11011110 | 10011010 | 101101 | 0 | 11111 | 1101 | 10001011 | 111100 | 1000011 |
Color Harmonies of #7ADE9A
Complementary color
Monochromatic Colors of #7ADE9A
Black with #7ADE9A
Text Example
Text Example
White with #7ADE9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADE9A; }
p { color: rgb(122,222,154); }
H1.HeaderClassName
{
color: #7ADE9A;
}
.AnyTagClassName
{
color: #7ADE9A;
}
</style>
background-color css
<style>
a { background-color: #7ADE9A; }
a { background-color: rgb(122,222,154); }
div.DivClassName
{
background-color: #7ADE9A;
}
.BgClassName
{
background-color: #7ADE9A;
}
</style>
border-color css
<style>
span { border-color: #7ADE9A; }
span { border-color: rgb(122,222,154); }
td.TdClassName
{
border-color: #7ADE9A;
}
.TagClassName
{
border-color: #7ADE9A;
}
</style>