Shades of Vista Blue #7DE09E
Tints of Vista Blue #7DE09E
RGB
CMYK
RGB Variations
Color information
#7DE09E (or 0x7DE09E) is known color: Vista Blue. HEX triplet: 7D, E0 and 9E. RGB value is (125,224,158). Sum of RGB (Red+Green+Blue) = 125+224+158=507 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.65% from 507); Green value is 224 (87.89% from 255 or 44.18% from 507); Blue value is 158 (62.11% from 255 or 31.16% from 507); Max value from RGB is 224 - color contains mainly: green. Hex color #7DE09E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DE09E is #821F61. Grayscale: #BBBBBB. Windows color (decimal): -8527714 or 10412157. OLE color: 10412157.
HSL color Cylindrical-coordinate representation of color #7DE09E: hue angle of 140º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7DE09E is Cyan = 0.44, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 125 | 224 | 158 | - |
| CMYK | 0.44 | 0 | 0.29 | 0.12 |
| HSL | 140º | 0.61% | 0.68% | - |
| HSV(B) | 140º | 0.44% | 0.88% | - |
| XYZ | 41.28 | 60.14 | 41.78 | - |
| YUV | 186.88 | 111.7 | 83.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 224 | 158 | 0.44 | 0 | 0.29 | 0.12 | 140 | 0.61 | 0.68 |
| Hex | 7D | E0 | 9E | 2C | 0 | 1D | C | 8C | 3D | 44 |
| Octal | 175 | 340 | 236 | 54 | 0 | 35 | 14 | 214 | 75 | 104 |
| Binary | 1111101 | 11100000 | 10011110 | 101100 | 0 | 11101 | 1100 | 10001100 | 111101 | 1000100 |
Color Harmonies of #7DE09E
Complementary color
Monochromatic Colors of #7DE09E
Black with #7DE09E
Text Example
Text Example
White with #7DE09E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DE09E; }
p { color: rgb(125,224,158); }
H1.HeaderClassName
{
color: #7DE09E;
}
.AnyTagClassName
{
color: #7DE09E;
}
</style>
background-color css
<style>
a { background-color: #7DE09E; }
a { background-color: rgb(125,224,158); }
div.DivClassName
{
background-color: #7DE09E;
}
.BgClassName
{
background-color: #7DE09E;
}
</style>
border-color css
<style>
span { border-color: #7DE09E; }
span { border-color: rgb(125,224,158); }
td.TdClassName
{
border-color: #7DE09E;
}
.TagClassName
{
border-color: #7DE09E;
}
</style>