Shades of De York #7AD08A
Tints of De York #7AD08A
RGB
CMYK
RGB Variations
Color information
#7AD08A (or 0x7AD08A) is known color: De York. HEX triplet: 7A, D0 and 8A. RGB value is (122,208,138). Sum of RGB (Red+Green+Blue) = 122+208+138=468 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.07% from 468); Green value is 208 (81.64% from 255 or 44.44% from 468); Blue value is 138 (54.30% from 255 or 29.49% from 468); Max value from RGB is 208 - color contains mainly: green. Hex color #7AD08A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AD08A is #852F75. Grayscale: #AEAEAE. Windows color (decimal): -8728438 or 9097338. OLE color: 9097338.
HSL color Cylindrical-coordinate representation of color #7AD08A: hue angle of 131.16º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7AD08A is Cyan = 0.41, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 122 | 208 | 138 | - |
| CMYK | 0.41 | 0 | 0.34 | 0.18 |
| HSL | 131.16º | 0.48% | 0.65% | - |
| HSV(B) | 131.16º | 0.41% | 0.82% | - |
| XYZ | 35.17 | 51.08 | 32.05 | - |
| YUV | 174.31 | 107.51 | 90.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 208 | 138 | 0.41 | 0 | 0.34 | 0.18 | 131.16 | 0.48 | 0.65 |
| Hex | 7A | D0 | 8A | 29 | 0 | 22 | 12 | 83 | 30 | 41 |
| Octal | 172 | 320 | 212 | 51 | 0 | 42 | 22 | 203 | 60 | 101 |
| Binary | 1111010 | 11010000 | 10001010 | 101001 | 0 | 100010 | 10010 | 10000011 | 110000 | 1000001 |
Color Harmonies of #7AD08A
Complementary color
Monochromatic Colors of #7AD08A
Black with #7AD08A
Text Example
Text Example
White with #7AD08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD08A; }
p { color: rgb(122,208,138); }
H1.HeaderClassName
{
color: #7AD08A;
}
.AnyTagClassName
{
color: #7AD08A;
}
</style>
background-color css
<style>
a { background-color: #7AD08A; }
a { background-color: rgb(122,208,138); }
div.DivClassName
{
background-color: #7AD08A;
}
.BgClassName
{
background-color: #7AD08A;
}
</style>
border-color css
<style>
span { border-color: #7AD08A; }
span { border-color: rgb(122,208,138); }
td.TdClassName
{
border-color: #7AD08A;
}
.TagClassName
{
border-color: #7AD08A;
}
</style>