Shades of De York #7ADC8E
Tints of De York #7ADC8E
RGB
CMYK
RGB Variations
Color information
#7ADC8E (or 0x7ADC8E) is known color: De York. HEX triplet: 7A, DC and 8E. RGB value is (122,220,142). Sum of RGB (Red+Green+Blue) = 122+220+142=484 (64% of max value = 765). Red value is 122 (48.05% from 255 or 25.21% from 484); Green value is 220 (86.33% from 255 or 45.45% from 484); Blue value is 142 (55.86% from 255 or 29.34% from 484); Max value from RGB is 220 - color contains mainly: green. Hex color #7ADC8E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ADC8E is #852371. Grayscale: #B6B6B6. Windows color (decimal): -8725362 or 9362554. OLE color: 9362554.
HSL color Cylindrical-coordinate representation of color #7ADC8E: hue angle of 132.24º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7ADC8E is Cyan = 0.45, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 220 | 142 | - |
| CMYK | 0.45 | 0 | 0.35 | 0.14 |
| HSL | 132.24º | 0.58% | 0.67% | - |
| HSV(B) | 132.24º | 0.45% | 0.86% | - |
| XYZ | 38.5 | 57.28 | 34.62 | - |
| YUV | 181.81 | 105.53 | 85.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 220 | 142 | 0.45 | 0 | 0.35 | 0.14 | 132.24 | 0.58 | 0.67 |
| Hex | 7A | DC | 8E | 2D | 0 | 23 | E | 84 | 3A | 43 |
| Octal | 172 | 334 | 216 | 55 | 0 | 43 | 16 | 204 | 72 | 103 |
| Binary | 1111010 | 11011100 | 10001110 | 101101 | 0 | 100011 | 1110 | 10000100 | 111010 | 1000011 |
Color Harmonies of #7ADC8E
Complementary color
Monochromatic Colors of #7ADC8E
Black with #7ADC8E
Text Example
Text Example
White with #7ADC8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADC8E; }
p { color: rgb(122,220,142); }
H1.HeaderClassName
{
color: #7ADC8E;
}
.AnyTagClassName
{
color: #7ADC8E;
}
</style>
background-color css
<style>
a { background-color: #7ADC8E; }
a { background-color: rgb(122,220,142); }
div.DivClassName
{
background-color: #7ADC8E;
}
.BgClassName
{
background-color: #7ADC8E;
}
</style>
border-color css
<style>
span { border-color: #7ADC8E; }
span { border-color: rgb(122,220,142); }
td.TdClassName
{
border-color: #7ADC8E;
}
.TagClassName
{
border-color: #7ADC8E;
}
</style>