Shades of Vista Blue #7FD99E
Tints of Vista Blue #7FD99E
RGB
CMYK
RGB Variations
Color information
#7FD99E (or 0x7FD99E) is known color: Vista Blue. HEX triplet: 7F, D9 and 9E. RGB value is (127,217,158). Sum of RGB (Red+Green+Blue) = 127+217+158=502 (66% of max value = 765). Red value is 127 (50% from 255 or 25.30% from 502); Green value is 217 (85.16% from 255 or 43.23% from 502); Blue value is 158 (62.11% from 255 or 31.47% from 502); Max value from RGB is 217 - color contains mainly: green. Hex color #7FD99E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FD99E is #802661. Grayscale: #B7B7B7. Windows color (decimal): -8398434 or 10410367. OLE color: 10410367.
HSL color Cylindrical-coordinate representation of color #7FD99E: hue angle of 140.67º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7FD99E is Cyan = 0.41, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 127 | 217 | 158 | - |
| CMYK | 0.41 | 0 | 0.27 | 0.15 |
| HSL | 140.67º | 0.54% | 0.67% | - |
| HSV(B) | 140.67º | 0.41% | 0.85% | - |
| XYZ | 39.74 | 56.61 | 41.18 | - |
| YUV | 183.36 | 113.68 | 87.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 217 | 158 | 0.41 | 0 | 0.27 | 0.15 | 140.67 | 0.54 | 0.67 |
| Hex | 7F | D9 | 9E | 29 | 0 | 1B | F | 8D | 36 | 43 |
| Octal | 177 | 331 | 236 | 51 | 0 | 33 | 17 | 215 | 66 | 103 |
| Binary | 1111111 | 11011001 | 10011110 | 101001 | 0 | 11011 | 1111 | 10001101 | 110110 | 1000011 |
Color Harmonies of #7FD99E
Complementary color
Monochromatic Colors of #7FD99E
Black with #7FD99E
Text Example
Text Example
White with #7FD99E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FD99E; }
p { color: rgb(127,217,158); }
H1.HeaderClassName
{
color: #7FD99E;
}
.AnyTagClassName
{
color: #7FD99E;
}
</style>
background-color css
<style>
a { background-color: #7FD99E; }
a { background-color: rgb(127,217,158); }
div.DivClassName
{
background-color: #7FD99E;
}
.BgClassName
{
background-color: #7FD99E;
}
</style>
border-color css
<style>
span { border-color: #7FD99E; }
span { border-color: rgb(127,217,158); }
td.TdClassName
{
border-color: #7FD99E;
}
.TagClassName
{
border-color: #7FD99E;
}
</style>