#7FD49D

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

Shades of Vista Blue #7FD49D

Tints of Vista Blue #7FD49D

Color information

#7FD49D (or 0x7FD49D) is unknown color: approx Vista Blue. HEX triplet: 7F, D4 and 9D. RGB value is (127,212,157). Sum of RGB (Red+Green+Blue) = 127+212+157=496 (65% of max value = 765). Red value is 127 (50% from 255 or 25.60% from 496); Green value is 212 (83.20% from 255 or 42.74% from 496); Blue value is 157 (61.72% from 255 or 31.65% from 496); Max value from RGB is 212 - color contains mainly: green. Hex color #7FD49D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FD49D is #802B62. Grayscale: #B4B4B4. Windows color (decimal): -8399715 or 10343551. OLE color: 10343551.

HSL color Cylindrical-coordinate representation of color #7FD49D: hue angle of 141.18º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7FD49D is Cyan = 0.40, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.17.

Color convert

RGB127212157-
CMYK0.4000.260.17
HSL141.18º49.71%66.47%-
HSV(B)141.18º40.09%83.14%-
XYZ38.3854.0340.3-
YUV180.31114.8489.97-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25.60%
GREEN value IS 212 (83.20% from 255) = 42.74%
BLUE value IS 157 (61.72% from 255) = 31.65%
R=25.60%
G=42.74%
B=31.65%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1272121570.4000.260.17141.1849.7166.47
Hex7FD49D2801A118d3242
Octal177324235500322121562102
Binary1111111110101001001110110100001101010001100011011100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FD49D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,212,157); }

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

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

 a { background-color: rgb(127,212,157); }

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

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

 span { border-color: rgb(127,212,157); }

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