Shades of De York #7ADC95
Tints of De York #7ADC95
RGB
CMYK
RGB Variations
Color information
#7ADC95 (or 0x7ADC95) is known color: De York. HEX triplet: 7A, DC and 95. RGB value is (122,220,149). Sum of RGB (Red+Green+Blue) = 122+220+149=491 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.85% from 491); Green value is 220 (86.33% from 255 or 44.81% from 491); Blue value is 149 (58.59% from 255 or 30.35% from 491); Max value from RGB is 220 - color contains mainly: green. Hex color #7ADC95 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ADC95 is #85236A. Grayscale: #B6B6B6. Windows color (decimal): -8725355 or 9821306. OLE color: 9821306.
HSL color Cylindrical-coordinate representation of color #7ADC95: hue angle of 136.53º 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 #7ADC95 is Cyan = 0.45, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 220 | 149 | - |
| CMYK | 0.45 | 0 | 0.32 | 0.14 |
| HSL | 136.53º | 0.58% | 0.67% | - |
| HSV(B) | 136.53º | 0.45% | 0.86% | - |
| XYZ | 39.04 | 57.49 | 37.47 | - |
| YUV | 182.6 | 109.03 | 84.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 220 | 149 | 0.45 | 0 | 0.32 | 0.14 | 136.53 | 0.58 | 0.67 |
| Hex | 7A | DC | 95 | 2D | 0 | 20 | E | 89 | 3A | 43 |
| Octal | 172 | 334 | 225 | 55 | 0 | 40 | 16 | 211 | 72 | 103 |
| Binary | 1111010 | 11011100 | 10010101 | 101101 | 0 | 100000 | 1110 | 10001001 | 111010 | 1000011 |
Color Harmonies of #7ADC95
Complementary color
Monochromatic Colors of #7ADC95
Black with #7ADC95
Text Example
Text Example
White with #7ADC95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADC95; }
p { color: rgb(122,220,149); }
H1.HeaderClassName
{
color: #7ADC95;
}
.AnyTagClassName
{
color: #7ADC95;
}
</style>
background-color css
<style>
a { background-color: #7ADC95; }
a { background-color: rgb(122,220,149); }
div.DivClassName
{
background-color: #7ADC95;
}
.BgClassName
{
background-color: #7ADC95;
}
</style>
border-color css
<style>
span { border-color: #7ADC95; }
span { border-color: rgb(122,220,149); }
td.TdClassName
{
border-color: #7ADC95;
}
.TagClassName
{
border-color: #7ADC95;
}
</style>