Shades of Vista Blue #7DE29E
Tints of Vista Blue #7DE29E
RGB
CMYK
RGB Variations
Color information
#7DE29E (or 0x7DE29E) is known color: Vista Blue. HEX triplet: 7D, E2 and 9E. RGB value is (125,226,158). Sum of RGB (Red+Green+Blue) = 125+226+158=509 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.56% from 509); Green value is 226 (88.67% from 255 or 44.40% from 509); Blue value is 158 (62.11% from 255 or 31.04% from 509); Max value from RGB is 226 - color contains mainly: green. Hex color #7DE29E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DE29E is #821D61. Grayscale: #BCBCBC. Windows color (decimal): -8527202 or 10412669. OLE color: 10412669.
HSL color Cylindrical-coordinate representation of color #7DE29E: hue angle of 139.6º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7DE29E is Cyan = 0.45, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 125 | 226 | 158 | - |
| CMYK | 0.45 | 0 | 0.30 | 0.11 |
| HSL | 139.6º | 0.64% | 0.69% | - |
| HSV(B) | 139.6º | 0.45% | 0.89% | - |
| XYZ | 41.83 | 61.22 | 41.96 | - |
| YUV | 188.05 | 111.04 | 83.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 226 | 158 | 0.45 | 0 | 0.30 | 0.11 | 139.6 | 0.64 | 0.69 |
| Hex | 7D | E2 | 9E | 2D | 0 | 1E | B | 8C | 40 | 45 |
| Octal | 175 | 342 | 236 | 55 | 0 | 36 | 13 | 214 | 100 | 105 |
| Binary | 1111101 | 11100010 | 10011110 | 101101 | 0 | 11110 | 1011 | 10001100 | 1000000 | 1000101 |
Color Harmonies of #7DE29E
Complementary color
Monochromatic Colors of #7DE29E
Black with #7DE29E
Text Example
Text Example
White with #7DE29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DE29E; }
p { color: rgb(125,226,158); }
H1.HeaderClassName
{
color: #7DE29E;
}
.AnyTagClassName
{
color: #7DE29E;
}
</style>
background-color css
<style>
a { background-color: #7DE29E; }
a { background-color: rgb(125,226,158); }
div.DivClassName
{
background-color: #7DE29E;
}
.BgClassName
{
background-color: #7DE29E;
}
</style>
border-color css
<style>
span { border-color: #7DE29E; }
span { border-color: rgb(125,226,158); }
td.TdClassName
{
border-color: #7DE29E;
}
.TagClassName
{
border-color: #7DE29E;
}
</style>