Shades of De York #7ADE94
Tints of De York #7ADE94
RGB
CMYK
RGB Variations
Color information
#7ADE94 (or 0x7ADE94) is known color: De York. HEX triplet: 7A, DE and 94. RGB value is (122,222,148). Sum of RGB (Red+Green+Blue) = 122+222+148=492 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.80% from 492); Green value is 222 (87.11% from 255 or 45.12% from 492); Blue value is 148 (58.20% from 255 or 30.08% from 492); Max value from RGB is 222 - color contains mainly: green. Hex color #7ADE94 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ADE94 is #85216B. Grayscale: #B7B7B7. Windows color (decimal): -8724844 or 9756282. OLE color: 9756282.
HSL color Cylindrical-coordinate representation of color #7ADE94: hue angle of 135.6º 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 #7ADE94 is Cyan = 0.45, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 222 | 148 | - |
| CMYK | 0.45 | 0 | 0.33 | 0.13 |
| HSL | 135.6º | 0.6% | 0.67% | - |
| HSV(B) | 135.6º | 0.45% | 0.87% | - |
| XYZ | 39.49 | 58.52 | 37.23 | - |
| YUV | 183.66 | 107.87 | 84.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 222 | 148 | 0.45 | 0 | 0.33 | 0.13 | 135.6 | 0.6 | 0.67 |
| Hex | 7A | DE | 94 | 2D | 0 | 21 | D | 88 | 3C | 43 |
| Octal | 172 | 336 | 224 | 55 | 0 | 41 | 15 | 210 | 74 | 103 |
| Binary | 1111010 | 11011110 | 10010100 | 101101 | 0 | 100001 | 1101 | 10001000 | 111100 | 1000011 |
Color Harmonies of #7ADE94
Complementary color
Monochromatic Colors of #7ADE94
Black with #7ADE94
Text Example
Text Example
White with #7ADE94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADE94; }
p { color: rgb(122,222,148); }
H1.HeaderClassName
{
color: #7ADE94;
}
.AnyTagClassName
{
color: #7ADE94;
}
</style>
background-color css
<style>
a { background-color: #7ADE94; }
a { background-color: rgb(122,222,148); }
div.DivClassName
{
background-color: #7ADE94;
}
.BgClassName
{
background-color: #7ADE94;
}
</style>
border-color css
<style>
span { border-color: #7ADE94; }
span { border-color: rgb(122,222,148); }
td.TdClassName
{
border-color: #7ADE94;
}
.TagClassName
{
border-color: #7ADE94;
}
</style>