Shades of De York #7AD088
Tints of De York #7AD088
RGB
CMYK
RGB Variations
Color information
#7AD088 (or 0x7AD088) is known color: De York. HEX triplet: 7A, D0 and 88. RGB value is (122,208,136). Sum of RGB (Red+Green+Blue) = 122+208+136=466 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.18% from 466); Green value is 208 (81.64% from 255 or 44.64% from 466); Blue value is 136 (53.52% from 255 or 29.18% from 466); Max value from RGB is 208 - color contains mainly: green. Hex color #7AD088 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AD088 is #852F77. Grayscale: #AEAEAE. Windows color (decimal): -8728440 or 8966266. OLE color: 8966266.
HSL color Cylindrical-coordinate representation of color #7AD088: hue angle of 129.77º 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 #7AD088 is Cyan = 0.41, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 122 | 208 | 136 | - |
| CMYK | 0.41 | 0 | 0.35 | 0.18 |
| HSL | 129.77º | 0.48% | 0.65% | - |
| HSV(B) | 129.77º | 0.41% | 0.82% | - |
| XYZ | 35.03 | 51.03 | 31.3 | - |
| YUV | 174.08 | 106.51 | 90.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 208 | 136 | 0.41 | 0 | 0.35 | 0.18 | 129.77 | 0.48 | 0.65 |
| Hex | 7A | D0 | 88 | 29 | 0 | 23 | 12 | 82 | 30 | 41 |
| Octal | 172 | 320 | 210 | 51 | 0 | 43 | 22 | 202 | 60 | 101 |
| Binary | 1111010 | 11010000 | 10001000 | 101001 | 0 | 100011 | 10010 | 10000010 | 110000 | 1000001 |
Color Harmonies of #7AD088
Complementary color
Monochromatic Colors of #7AD088
Black with #7AD088
Text Example
Text Example
White with #7AD088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD088; }
p { color: rgb(122,208,136); }
H1.HeaderClassName
{
color: #7AD088;
}
.AnyTagClassName
{
color: #7AD088;
}
</style>
background-color css
<style>
a { background-color: #7AD088; }
a { background-color: rgb(122,208,136); }
div.DivClassName
{
background-color: #7AD088;
}
.BgClassName
{
background-color: #7AD088;
}
</style>
border-color css
<style>
span { border-color: #7AD088; }
span { border-color: rgb(122,208,136); }
td.TdClassName
{
border-color: #7AD088;
}
.TagClassName
{
border-color: #7AD088;
}
</style>