Shades of De York #7ADD95
Tints of De York #7ADD95
RGB
CMYK
RGB Variations
Color information
#7ADD95 (or 0x7ADD95) is known color: De York. HEX triplet: 7A, DD and 95. RGB value is (122,221,149). Sum of RGB (Red+Green+Blue) = 122+221+149=492 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.80% from 492); Green value is 221 (86.72% from 255 or 44.92% from 492); Blue value is 149 (58.59% from 255 or 30.28% from 492); Max value from RGB is 221 - color contains mainly: green. Hex color #7ADD95 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ADD95 is #85226A. Grayscale: #B7B7B7. Windows color (decimal): -8725099 or 9821562. OLE color: 9821562.
HSL color Cylindrical-coordinate representation of color #7ADD95: hue angle of 136.36º 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 #7ADD95 is Cyan = 0.45, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 221 | 149 | - |
| CMYK | 0.45 | 0 | 0.33 | 0.13 |
| HSL | 136.36º | 0.59% | 0.67% | - |
| HSV(B) | 136.36º | 0.45% | 0.87% | - |
| XYZ | 39.31 | 58.02 | 37.56 | - |
| YUV | 183.19 | 108.7 | 84.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 221 | 149 | 0.45 | 0 | 0.33 | 0.13 | 136.36 | 0.59 | 0.67 |
| Hex | 7A | DD | 95 | 2D | 0 | 21 | D | 88 | 3B | 43 |
| Octal | 172 | 335 | 225 | 55 | 0 | 41 | 15 | 210 | 73 | 103 |
| Binary | 1111010 | 11011101 | 10010101 | 101101 | 0 | 100001 | 1101 | 10001000 | 111011 | 1000011 |
Color Harmonies of #7ADD95
Complementary color
Monochromatic Colors of #7ADD95
Black with #7ADD95
Text Example
Text Example
White with #7ADD95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADD95; }
p { color: rgb(122,221,149); }
H1.HeaderClassName
{
color: #7ADD95;
}
.AnyTagClassName
{
color: #7ADD95;
}
</style>
background-color css
<style>
a { background-color: #7ADD95; }
a { background-color: rgb(122,221,149); }
div.DivClassName
{
background-color: #7ADD95;
}
.BgClassName
{
background-color: #7ADD95;
}
</style>
border-color css
<style>
span { border-color: #7ADD95; }
span { border-color: rgb(122,221,149); }
td.TdClassName
{
border-color: #7ADD95;
}
.TagClassName
{
border-color: #7ADD95;
}
</style>