Shades of De York #7ADC92
Tints of De York #7ADC92
RGB
CMYK
RGB Variations
Color information
#7ADC92 (or 0x7ADC92) is known color: De York. HEX triplet: 7A, DC and 92. RGB value is (122,220,146). Sum of RGB (Red+Green+Blue) = 122+220+146=488 (64% of max value = 765). Red value is 122 (48.05% from 255 or 25% from 488); Green value is 220 (86.33% from 255 or 45.08% from 488); Blue value is 146 (57.42% from 255 or 29.92% from 488); Max value from RGB is 220 - color contains mainly: green. Hex color #7ADC92 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ADC92 is #85236D. Grayscale: #B6B6B6. Windows color (decimal): -8725358 or 9624698. OLE color: 9624698.
HSL color Cylindrical-coordinate representation of color #7ADC92: hue angle of 134.69º 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 #7ADC92 is Cyan = 0.45, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 220 | 146 | - |
| CMYK | 0.45 | 0 | 0.34 | 0.14 |
| HSL | 134.69º | 0.58% | 0.67% | - |
| HSV(B) | 134.69º | 0.45% | 0.86% | - |
| XYZ | 38.81 | 57.4 | 36.23 | - |
| YUV | 182.26 | 107.53 | 85.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 220 | 146 | 0.45 | 0 | 0.34 | 0.14 | 134.69 | 0.58 | 0.67 |
| Hex | 7A | DC | 92 | 2D | 0 | 22 | E | 87 | 3A | 43 |
| Octal | 172 | 334 | 222 | 55 | 0 | 42 | 16 | 207 | 72 | 103 |
| Binary | 1111010 | 11011100 | 10010010 | 101101 | 0 | 100010 | 1110 | 10000111 | 111010 | 1000011 |
Color Harmonies of #7ADC92
Complementary color
Monochromatic Colors of #7ADC92
Black with #7ADC92
Text Example
Text Example
White with #7ADC92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADC92; }
p { color: rgb(122,220,146); }
H1.HeaderClassName
{
color: #7ADC92;
}
.AnyTagClassName
{
color: #7ADC92;
}
</style>
background-color css
<style>
a { background-color: #7ADC92; }
a { background-color: rgb(122,220,146); }
div.DivClassName
{
background-color: #7ADC92;
}
.BgClassName
{
background-color: #7ADC92;
}
</style>
border-color css
<style>
span { border-color: #7ADC92; }
span { border-color: rgb(122,220,146); }
td.TdClassName
{
border-color: #7ADC92;
}
.TagClassName
{
border-color: #7ADC92;
}
</style>