Shades of De York #7ADC98
Tints of De York #7ADC98
RGB
CMYK
RGB Variations
Color information
#7ADC98 (or 0x7ADC98) is known color: De York. HEX triplet: 7A, DC and 98. RGB value is (122,220,152). Sum of RGB (Red+Green+Blue) = 122+220+152=494 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.70% from 494); Green value is 220 (86.33% from 255 or 44.53% from 494); Blue value is 152 (59.77% from 255 or 30.77% from 494); Max value from RGB is 220 - color contains mainly: green. Hex color #7ADC98 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ADC98 is #852367. Grayscale: #B7B7B7. Windows color (decimal): -8725352 or 10017914. OLE color: 10017914.
HSL color Cylindrical-coordinate representation of color #7ADC98: hue angle of 138.37º 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 #7ADC98 is Cyan = 0.45, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 220 | 152 | - |
| CMYK | 0.45 | 0 | 0.31 | 0.14 |
| HSL | 138.37º | 0.58% | 0.67% | - |
| HSV(B) | 138.37º | 0.45% | 0.86% | - |
| XYZ | 39.29 | 57.59 | 38.75 | - |
| YUV | 182.95 | 110.53 | 84.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 220 | 152 | 0.45 | 0 | 0.31 | 0.14 | 138.37 | 0.58 | 0.67 |
| Hex | 7A | DC | 98 | 2D | 0 | 1F | E | 8A | 3A | 43 |
| Octal | 172 | 334 | 230 | 55 | 0 | 37 | 16 | 212 | 72 | 103 |
| Binary | 1111010 | 11011100 | 10011000 | 101101 | 0 | 11111 | 1110 | 10001010 | 111010 | 1000011 |
Color Harmonies of #7ADC98
Complementary color
Monochromatic Colors of #7ADC98
Black with #7ADC98
Text Example
Text Example
White with #7ADC98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADC98; }
p { color: rgb(122,220,152); }
H1.HeaderClassName
{
color: #7ADC98;
}
.AnyTagClassName
{
color: #7ADC98;
}
</style>
background-color css
<style>
a { background-color: #7ADC98; }
a { background-color: rgb(122,220,152); }
div.DivClassName
{
background-color: #7ADC98;
}
.BgClassName
{
background-color: #7ADC98;
}
</style>
border-color css
<style>
span { border-color: #7ADC98; }
span { border-color: rgb(122,220,152); }
td.TdClassName
{
border-color: #7ADC98;
}
.TagClassName
{
border-color: #7ADC98;
}
</style>