Shades of De York #7ADE98
Tints of De York #7ADE98
RGB
CMYK
RGB Variations
Color information
#7ADE98 (or 0x7ADE98) is known color: De York. HEX triplet: 7A, DE and 98. RGB value is (122,222,152). Sum of RGB (Red+Green+Blue) = 122+222+152=496 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.60% from 496); Green value is 222 (87.11% from 255 or 44.76% from 496); Blue value is 152 (59.77% from 255 or 30.65% from 496); Max value from RGB is 222 - color contains mainly: green. Hex color #7ADE98 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ADE98 is #852167. Grayscale: #B8B8B8. Windows color (decimal): -8724840 or 10018426. OLE color: 10018426.
HSL color Cylindrical-coordinate representation of color #7ADE98: hue angle of 138º degrees, saturation: 0.6, 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 #7ADE98 is Cyan = 0.45, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 222 | 152 | - |
| CMYK | 0.45 | 0 | 0.32 | 0.13 |
| HSL | 138º | 0.6% | 0.67% | - |
| HSV(B) | 138º | 0.45% | 0.87% | - |
| XYZ | 39.81 | 58.65 | 38.93 | - |
| YUV | 184.12 | 109.87 | 83.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 222 | 152 | 0.45 | 0 | 0.32 | 0.13 | 138 | 0.6 | 0.67 |
| Hex | 7A | DE | 98 | 2D | 0 | 20 | D | 8A | 3C | 43 |
| Octal | 172 | 336 | 230 | 55 | 0 | 40 | 15 | 212 | 74 | 103 |
| Binary | 1111010 | 11011110 | 10011000 | 101101 | 0 | 100000 | 1101 | 10001010 | 111100 | 1000011 |
Color Harmonies of #7ADE98
Complementary color
Monochromatic Colors of #7ADE98
Black with #7ADE98
Text Example
Text Example
White with #7ADE98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADE98; }
p { color: rgb(122,222,152); }
H1.HeaderClassName
{
color: #7ADE98;
}
.AnyTagClassName
{
color: #7ADE98;
}
</style>
background-color css
<style>
a { background-color: #7ADE98; }
a { background-color: rgb(122,222,152); }
div.DivClassName
{
background-color: #7ADE98;
}
.BgClassName
{
background-color: #7ADE98;
}
</style>
border-color css
<style>
span { border-color: #7ADE98; }
span { border-color: rgb(122,222,152); }
td.TdClassName
{
border-color: #7ADE98;
}
.TagClassName
{
border-color: #7ADE98;
}
</style>