#7ED59C

Color #7ED59C Vista Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vista Blue #7ED59C

Tints of Vista Blue #7ED59C

Color information

#7ED59C (or 0x7ED59C) is unknown color: approx Vista Blue. HEX triplet: 7E, D5 and 9C. RGB value is (126,213,156). Sum of RGB (Red+Green+Blue) = 126+213+156=495 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.45% from 495); Green value is 213 (83.59% from 255 or 43.03% from 495); Blue value is 156 (61.33% from 255 or 31.52% from 495); Max value from RGB is 213 - color contains mainly: green. Hex color #7ED59C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ED59C is #812A63. Grayscale: #B4B4B4. Windows color (decimal): -8464996 or 10278270. OLE color: 10278270.

HSL color Cylindrical-coordinate representation of color #7ED59C: hue angle of 140.69º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7ED59C is Cyan = 0.41, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB126213156-
CMYK0.4100.270.16
HSL140.69º50.88%66.47%-
HSV(B)140.69º40.85%83.53%-
XYZ38.454.4239.93-
YUV180.49114.1889.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 126 (49.61% from 255) = 25.45%
GREEN value IS 213 (83.59% from 255) = 43.03%
BLUE value IS 156 (61.33% from 255) = 31.52%
R=25.45%
G=43.03%
B=31.52%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1262131560.4100.270.16140.6950.8866.47
Hex7ED59C2901B108d3342
Octal176325234510332021563102
Binary1111110110101011001110010100101101110000100011011100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ED59C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7ED59C; }

 p { color: rgb(126,213,156); }

 H1.HeaderClassName
 {
   color: #7ED59C;
 }
 .AnyTagClassName
 {
   color: #7ED59C;
 }
</style>
background-color css

<style>
 a { background-color: #7ED59C; }

 a { background-color: rgb(126,213,156); }

 div.DivClassName
 {
   background-color: #7ED59C;
 }
 .BgClassName
 {
   background-color: #7ED59C;
 }
</style>
border-color css

<style>
 span { border-color: #7ED59C; }

 span { border-color: rgb(126,213,156); }

 td.TdClassName
 {
   border-color: #7ED59C;
 }
 .TagClassName
 {
   border-color: #7ED59C;
 }
</style>