#7EEB7A

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

Shades of Pastel Green #7EEB7A

Tints of Pastel Green #7EEB7A

Color information

#7EEB7A (or 0x7EEB7A) is unknown color: approx Pastel Green. HEX triplet: 7E, EB and 7A. RGB value is (126,235,122). Sum of RGB (Red+Green+Blue) = 126+235+122=483 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.09% from 483); Green value is 235 (92.19% from 255 or 48.65% from 483); Blue value is 122 (48.05% from 255 or 25.26% from 483); Max value from RGB is 235 - color contains mainly: green. Hex color #7EEB7A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7EEB7A is #811485. Grayscale: #BDBDBD. Windows color (decimal): -8459398 or 8055678. OLE color: 8055678.

HSL color Cylindrical-coordinate representation of color #7EEB7A: hue angle of 117.88º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7EEB7A is Cyan = 0.46, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.08.

Color convert

RGB126235122-
CMYK0.4600.480.08
HSL117.88º73.86%70%-
HSV(B)117.88º48.09%92.16%-
XYZ41.8365.2628.8-
YUV189.5389.8982.69-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.09%
GREEN value IS 235 (92.19% from 255) = 48.65%
BLUE value IS 122 (48.05% from 255) = 25.26%
R=26.09%
G=48.65%
B=25.26%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1262351220.4600.480.08117.8873.8670
Hex7EEB7A2E0308764a46
Octal1763531725606010166112106
Binary111111011101011111101010111001100001000111011010010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EEB7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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