#7EDA71

Color #7EDA71 Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pastel Green #7EDA71

Tints of Pastel Green #7EDA71

Color information

#7EDA71 (or 0x7EDA71) is unknown color: approx Pastel Green. HEX triplet: 7E, DA and 71. RGB value is (126,218,113). Sum of RGB (Red+Green+Blue) = 126+218+113=457 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.57% from 457); Green value is 218 (85.55% from 255 or 47.70% from 457); Blue value is 113 (44.53% from 255 or 24.73% from 457); Max value from RGB is 218 - color contains mainly: green. Hex color #7EDA71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EDA71 is #81258E. Grayscale: #B2B2B2. Windows color (decimal): -8463759 or 7461502. OLE color: 7461502.

HSL color Cylindrical-coordinate representation of color #7EDA71: hue angle of 112.57º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7EDA71 is Cyan = 0.42, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB126218113-
CMYK0.4200.480.15
HSL112.57º58.66%64.9%-
HSV(B)112.57º48.17%85.49%-
XYZ36.6655.7724.46-
YUV178.5291.0290.54-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 27.57%
GREEN value IS 218 (85.55% from 255) = 47.70%
BLUE value IS 113 (44.53% from 255) = 24.73%
R=27.57%
G=47.70%
B=24.73%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1262181130.4200.480.15112.5758.6664.9
Hex7EDA712A030F713b41
Octal176332161520601716173101
Binary11111101101101011100011010100110000111111100011110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EDA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,218,113); }

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

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

 a { background-color: rgb(126,218,113); }

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

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

 span { border-color: rgb(126,218,113); }

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