#7ED76F

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

Shades of Pastel Green #7ED76F

Tints of Pastel Green #7ED76F

Color information

#7ED76F (or 0x7ED76F) is unknown color: approx Pastel Green. HEX triplet: 7E, D7 and 6F. RGB value is (126,215,111). Sum of RGB (Red+Green+Blue) = 126+215+111=452 (59% of max value = 765). Red value is 126 (49.61% from 255 or 27.88% from 452); Green value is 215 (84.38% from 255 or 47.57% from 452); Blue value is 111 (43.75% from 255 or 24.56% from 452); Max value from RGB is 215 - color contains mainly: green. Hex color #7ED76F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ED76F is #812890. Grayscale: #B0B0B0. Windows color (decimal): -8464529 or 7329662. OLE color: 7329662.

HSL color Cylindrical-coordinate representation of color #7ED76F: hue angle of 111.35º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7ED76F is Cyan = 0.41, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB126215111-
CMYK0.4100.480.16
HSL111.35º56.52%63.92%-
HSV(B)111.35º48.37%84.31%-
XYZ35.7754.1823.61-
YUV176.5391.0191.96-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 27.88%
GREEN value IS 215 (84.38% from 255) = 47.57%
BLUE value IS 111 (43.75% from 255) = 24.56%
R=27.88%
G=47.57%
B=24.56%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1262151110.4100.480.16111.3556.5263.92
Hex7ED76F29030106f3940
Octal176327157510602015771100
Binary111111011010111110111110100101100001000011011111110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ED76F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,215,111); }

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

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

 a { background-color: rgb(126,215,111); }

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

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

 span { border-color: rgb(126,215,111); }

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