#7EE772

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

Shades of Pastel Green #7EE772

Tints of Pastel Green #7EE772

Color information

#7EE772 (or 0x7EE772) is unknown color: approx Pastel Green. HEX triplet: 7E, E7 and 72. RGB value is (126,231,114). Sum of RGB (Red+Green+Blue) = 126+231+114=471 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.75% from 471); Green value is 231 (90.62% from 255 or 49.04% from 471); Blue value is 114 (44.92% from 255 or 24.20% from 471); Max value from RGB is 231 - color contains mainly: green. Hex color #7EE772 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7EE772 is #81188D. Grayscale: #BABABA. Windows color (decimal): -8460430 or 7530366. OLE color: 7530366.

HSL color Cylindrical-coordinate representation of color #7EE772: hue angle of 113.85º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7EE772 is Cyan = 0.45, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB126231114-
CMYK0.4500.510.09
HSL113.85º70.91%67.65%-
HSV(B)113.85º50.65%90.59%-
XYZ40.2262.825.92-
YUV186.2787.2185.01-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.75%
GREEN value IS 231 (90.62% from 255) = 49.04%
BLUE value IS 114 (44.92% from 255) = 24.20%
R=26.75%
G=49.04%
B=24.20%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1262311140.4500.510.09113.8570.9167.65
Hex7EE7722D0339724744
Octal1763471625506311162107104
Binary111111011100111111001010110101100111001111001010001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EE772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,231,114); }

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

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

 a { background-color: rgb(126,231,114); }

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

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

 span { border-color: rgb(126,231,114); }

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