Shades of Vista Blue #7ED79F
Tints of Vista Blue #7ED79F
RGB
CMYK
RGB Variations
Color information
#7ED79F (or 0x7ED79F) is known color: Vista Blue. HEX triplet: 7E, D7 and 9F. RGB value is (126,215,159). Sum of RGB (Red+Green+Blue) = 126+215+159=500 (66% of max value = 765). Red value is 126 (49.61% from 255 or 25.2% from 500); Green value is 215 (84.38% from 255 or 43% from 500); Blue value is 159 (62.5% from 255 or 31.8% from 500); Max value from RGB is 215 - color contains mainly: green. Hex color #7ED79F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ED79F is #812860. Grayscale: #B6B6B6. Windows color (decimal): -8464481 or 10475390. OLE color: 10475390.
HSL color Cylindrical-coordinate representation of color #7ED79F: hue angle of 142.25º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7ED79F is Cyan = 0.41, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 126 | 215 | 159 | - |
| CMYK | 0.41 | 0 | 0.26 | 0.16 |
| HSL | 142.25º | 0.53% | 0.67% | - |
| HSV(B) | 142.25º | 0.41% | 0.84% | - |
| XYZ | 39.16 | 55.54 | 41.46 | - |
| YUV | 182.01 | 115.01 | 88.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 215 | 159 | 0.41 | 0 | 0.26 | 0.16 | 142.25 | 0.53 | 0.67 |
| Hex | 7E | D7 | 9F | 29 | 0 | 1A | 10 | 8E | 35 | 43 |
| Octal | 176 | 327 | 237 | 51 | 0 | 32 | 20 | 216 | 65 | 103 |
| Binary | 1111110 | 11010111 | 10011111 | 101001 | 0 | 11010 | 10000 | 10001110 | 110101 | 1000011 |
Color Harmonies of #7ED79F
Complementary color
Monochromatic Colors of #7ED79F
Black with #7ED79F
Text Example
Text Example
White with #7ED79F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED79F; }
p { color: rgb(126,215,159); }
H1.HeaderClassName
{
color: #7ED79F;
}
.AnyTagClassName
{
color: #7ED79F;
}
</style>
background-color css
<style>
a { background-color: #7ED79F; }
a { background-color: rgb(126,215,159); }
div.DivClassName
{
background-color: #7ED79F;
}
.BgClassName
{
background-color: #7ED79F;
}
</style>
border-color css
<style>
span { border-color: #7ED79F; }
span { border-color: rgb(126,215,159); }
td.TdClassName
{
border-color: #7ED79F;
}
.TagClassName
{
border-color: #7ED79F;
}
</style>