#7EFA7A

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

Shades of Pastel Green #7EFA7A

Tints of Pastel Green #7EFA7A

Color information

#7EFA7A (or 0x7EFA7A) is unknown color: approx Pastel Green. HEX triplet: 7E, FA and 7A. RGB value is (126,250,122). Sum of RGB (Red+Green+Blue) = 126+250+122=498 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.30% from 498); Green value is 250 (98.05% from 255 or 50.20% from 498); Blue value is 122 (48.05% from 255 or 24.50% from 498); Max value from RGB is 250 - color contains mainly: green. Hex color #7EFA7A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7EFA7A is #810585. Grayscale: #C6C6C6. Windows color (decimal): -8455558 or 8059518. OLE color: 8059518.

HSL color Cylindrical-coordinate representation of color #7EFA7A: hue angle of 118.12º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7EFA7A is Cyan = 0.50, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.

Color convert

RGB126250122-
CMYK0.5000.510.02
HSL118.12º92.75%72.94%-
HSV(B)118.12º51.2%98.04%-
XYZ46.374.2130.3-
YUV198.3384.9276.41-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 25.30%
GREEN value IS 250 (98.05% from 255) = 50.20%
BLUE value IS 122 (48.05% from 255) = 24.50%
R=25.30%
G=50.20%
B=24.50%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1262501220.5000.510.02118.1292.7572.94
Hex7EFA7A320332765d49
Octal176372172620632166135111
Binary1111110111110101111010110010011001110111011010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EFA7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,250,122); }

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

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

 a { background-color: rgb(126,250,122); }

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

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

 span { border-color: rgb(126,250,122); }

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