#7EEC75

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

Shades of Pastel Green #7EEC75

Tints of Pastel Green #7EEC75

Color information

#7EEC75 (or 0x7EEC75) is unknown color: approx Pastel Green. HEX triplet: 7E, EC and 75. RGB value is (126,236,117). Sum of RGB (Red+Green+Blue) = 126+236+117=479 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.30% from 479); Green value is 236 (92.58% from 255 or 49.27% from 479); Blue value is 117 (46.09% from 255 or 24.43% from 479); Max value from RGB is 236 - color contains mainly: green. Hex color #7EEC75 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7EEC75 is #81138A. Grayscale: #BDBDBD. Windows color (decimal): -8459147 or 7728254. OLE color: 7728254.

HSL color Cylindrical-coordinate representation of color #7EEC75: hue angle of 115.46º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7EEC75 is Cyan = 0.47, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB126236117-
CMYK0.4700.500.07
HSL115.46º75.8%69.22%-
HSV(B)115.46º50.42%92.55%-
XYZ41.8165.7127.31-
YUV189.5487.0682.68-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.30%
GREEN value IS 236 (92.58% from 255) = 49.27%
BLUE value IS 117 (46.09% from 255) = 24.43%
R=26.30%
G=49.27%
B=24.43%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1262361170.4700.500.07115.4675.869.22
Hex7EEC752F0327734c45
Octal176354165570627163114105
Binary11111101110110011101011011110110010111111001110011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EEC75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,236,117); }

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

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

 a { background-color: rgb(126,236,117); }

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

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

 span { border-color: rgb(126,236,117); }

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