#7FD39F

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

Shades of Vista Blue #7FD39F

Tints of Vista Blue #7FD39F

Color information

#7FD39F (or 0x7FD39F) is unknown color: approx Vista Blue. HEX triplet: 7F, D3 and 9F. RGB value is (127,211,159). Sum of RGB (Red+Green+Blue) = 127+211+159=497 (65% of max value = 765). Red value is 127 (50% from 255 or 25.55% from 497); Green value is 211 (82.81% from 255 or 42.45% from 497); Blue value is 159 (62.5% from 255 or 31.99% from 497); Max value from RGB is 211 - color contains mainly: green. Hex color #7FD39F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FD39F is #802C60. Grayscale: #B4B4B4. Windows color (decimal): -8399969 or 10474367. OLE color: 10474367.

HSL color Cylindrical-coordinate representation of color #7FD39F: hue angle of 142.86º degrees, saturation: 0.49, 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 #7FD39F is Cyan = 0.40, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.17.

Color convert

RGB127211159-
CMYK0.4000.250.17
HSL142.86º48.84%66.27%-
HSV(B)142.86º39.81%82.75%-
XYZ38.353.641.13-
YUV179.96116.1790.23-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25.55%
GREEN value IS 211 (82.81% from 255) = 42.45%
BLUE value IS 159 (62.5% from 255) = 31.99%
R=25.55%
G=42.45%
B=31.99%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1272111590.4000.250.17142.8648.8466.27
Hex7FD39F28019118f3142
Octal177323237500312121761102
Binary1111111110100111001111110100001100110001100011111100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FD39F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,211,159); }

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

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

 a { background-color: rgb(127,211,159); }

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

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

 span { border-color: rgb(127,211,159); }

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