Shades of De York #7ADE93
Tints of De York #7ADE93
RGB
CMYK
RGB Variations
Color information
#7ADE93 (or 0x7ADE93) is known color: De York. HEX triplet: 7A, DE and 93. RGB value is (122,222,147). Sum of RGB (Red+Green+Blue) = 122+222+147=491 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.85% from 491); Green value is 222 (87.11% from 255 or 45.21% from 491); Blue value is 147 (57.81% from 255 or 29.94% from 491); Max value from RGB is 222 - color contains mainly: green. Hex color #7ADE93 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ADE93 is #85216C. Grayscale: #B7B7B7. Windows color (decimal): -8724845 or 9690746. OLE color: 9690746.
HSL color Cylindrical-coordinate representation of color #7ADE93: hue angle of 135º 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 #7ADE93 is Cyan = 0.45, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 222 | 147 | - |
| CMYK | 0.45 | 0 | 0.34 | 0.13 |
| HSL | 135º | 0.6% | 0.67% | - |
| HSV(B) | 135º | 0.45% | 0.87% | - |
| XYZ | 39.41 | 58.49 | 36.82 | - |
| YUV | 183.55 | 107.37 | 84.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 222 | 147 | 0.45 | 0 | 0.34 | 0.13 | 135 | 0.6 | 0.67 |
| Hex | 7A | DE | 93 | 2D | 0 | 22 | D | 87 | 3C | 43 |
| Octal | 172 | 336 | 223 | 55 | 0 | 42 | 15 | 207 | 74 | 103 |
| Binary | 1111010 | 11011110 | 10010011 | 101101 | 0 | 100010 | 1101 | 10000111 | 111100 | 1000011 |
Color Harmonies of #7ADE93
Complementary color
Monochromatic Colors of #7ADE93
Black with #7ADE93
Text Example
Text Example
White with #7ADE93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADE93; }
p { color: rgb(122,222,147); }
H1.HeaderClassName
{
color: #7ADE93;
}
.AnyTagClassName
{
color: #7ADE93;
}
</style>
background-color css
<style>
a { background-color: #7ADE93; }
a { background-color: rgb(122,222,147); }
div.DivClassName
{
background-color: #7ADE93;
}
.BgClassName
{
background-color: #7ADE93;
}
</style>
border-color css
<style>
span { border-color: #7ADE93; }
span { border-color: rgb(122,222,147); }
td.TdClassName
{
border-color: #7ADE93;
}
.TagClassName
{
border-color: #7ADE93;
}
</style>