Shades of De York #7ADD93
Tints of De York #7ADD93
RGB
CMYK
RGB Variations
Color information
#7ADD93 (or 0x7ADD93) is known color: De York. HEX triplet: 7A, DD and 93. RGB value is (122,221,147). Sum of RGB (Red+Green+Blue) = 122+221+147=490 (64% of max value = 765). Red value is 122 (48.05% from 255 or 24.90% from 490); Green value is 221 (86.72% from 255 or 45.10% from 490); Blue value is 147 (57.81% from 255 or 30% from 490); Max value from RGB is 221 - color contains mainly: green. Hex color #7ADD93 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ADD93 is #85226C. Grayscale: #B7B7B7. Windows color (decimal): -8725101 or 9690490. OLE color: 9690490.
HSL color Cylindrical-coordinate representation of color #7ADD93: hue angle of 135.15º degrees, saturation: 0.59, 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 #7ADD93 is Cyan = 0.45, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 221 | 147 | - |
| CMYK | 0.45 | 0 | 0.33 | 0.13 |
| HSL | 135.15º | 0.59% | 0.67% | - |
| HSV(B) | 135.15º | 0.45% | 0.87% | - |
| XYZ | 39.15 | 57.96 | 36.73 | - |
| YUV | 182.96 | 107.7 | 84.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 221 | 147 | 0.45 | 0 | 0.33 | 0.13 | 135.15 | 0.59 | 0.67 |
| Hex | 7A | DD | 93 | 2D | 0 | 21 | D | 87 | 3B | 43 |
| Octal | 172 | 335 | 223 | 55 | 0 | 41 | 15 | 207 | 73 | 103 |
| Binary | 1111010 | 11011101 | 10010011 | 101101 | 0 | 100001 | 1101 | 10000111 | 111011 | 1000011 |
Color Harmonies of #7ADD93
Complementary color
Monochromatic Colors of #7ADD93
Black with #7ADD93
Text Example
Text Example
White with #7ADD93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADD93; }
p { color: rgb(122,221,147); }
H1.HeaderClassName
{
color: #7ADD93;
}
.AnyTagClassName
{
color: #7ADD93;
}
</style>
background-color css
<style>
a { background-color: #7ADD93; }
a { background-color: rgb(122,221,147); }
div.DivClassName
{
background-color: #7ADD93;
}
.BgClassName
{
background-color: #7ADD93;
}
</style>
border-color css
<style>
span { border-color: #7ADD93; }
span { border-color: rgb(122,221,147); }
td.TdClassName
{
border-color: #7ADD93;
}
.TagClassName
{
border-color: #7ADD93;
}
</style>