Shades of De York #7AD188
Tints of De York #7AD188
RGB
CMYK
RGB Variations
Color information
#7AD188 (or 0x7AD188) is known color: De York. HEX triplet: 7A, D1 and 88. RGB value is (122,209,136). Sum of RGB (Red+Green+Blue) = 122+209+136=467 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.12% from 467); Green value is 209 (82.03% from 255 or 44.75% from 467); Blue value is 136 (53.52% from 255 or 29.12% from 467); Max value from RGB is 209 - color contains mainly: green. Hex color #7AD188 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AD188 is #852E77. Grayscale: #AEAEAE. Windows color (decimal): -8728184 or 8966522. OLE color: 8966522.
HSL color Cylindrical-coordinate representation of color #7AD188: hue angle of 129.66º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7AD188 is Cyan = 0.42, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 122 | 209 | 136 | - |
| CMYK | 0.42 | 0 | 0.35 | 0.18 |
| HSL | 129.66º | 0.49% | 0.65% | - |
| HSV(B) | 129.66º | 0.42% | 0.82% | - |
| XYZ | 35.27 | 51.52 | 31.38 | - |
| YUV | 174.67 | 106.18 | 90.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 209 | 136 | 0.42 | 0 | 0.35 | 0.18 | 129.66 | 0.49 | 0.65 |
| Hex | 7A | D1 | 88 | 2A | 0 | 23 | 12 | 82 | 31 | 41 |
| Octal | 172 | 321 | 210 | 52 | 0 | 43 | 22 | 202 | 61 | 101 |
| Binary | 1111010 | 11010001 | 10001000 | 101010 | 0 | 100011 | 10010 | 10000010 | 110001 | 1000001 |
Color Harmonies of #7AD188
Complementary color
Monochromatic Colors of #7AD188
Black with #7AD188
Text Example
Text Example
White with #7AD188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD188; }
p { color: rgb(122,209,136); }
H1.HeaderClassName
{
color: #7AD188;
}
.AnyTagClassName
{
color: #7AD188;
}
</style>
background-color css
<style>
a { background-color: #7AD188; }
a { background-color: rgb(122,209,136); }
div.DivClassName
{
background-color: #7AD188;
}
.BgClassName
{
background-color: #7AD188;
}
</style>
border-color css
<style>
span { border-color: #7AD188; }
span { border-color: rgb(122,209,136); }
td.TdClassName
{
border-color: #7AD188;
}
.TagClassName
{
border-color: #7AD188;
}
</style>