#7EDB77

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

Shades of Pastel Green #7EDB77

Tints of Pastel Green #7EDB77

Color information

#7EDB77 (or 0x7EDB77) is unknown color: approx Pastel Green. HEX triplet: 7E, DB and 77. RGB value is (126,219,119). Sum of RGB (Red+Green+Blue) = 126+219+119=464 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.16% from 464); Green value is 219 (85.94% from 255 or 47.20% from 464); Blue value is 119 (46.88% from 255 or 25.65% from 464); Max value from RGB is 219 - color contains mainly: green. Hex color #7EDB77 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EDB77 is #812488. Grayscale: #B4B4B4. Windows color (decimal): -8463497 or 7854974. OLE color: 7854974.

HSL color Cylindrical-coordinate representation of color #7EDB77: hue angle of 115.8º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7EDB77 is Cyan = 0.42, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB126219119-
CMYK0.4200.460.14
HSL115.8º58.14%66.27%-
HSV(B)115.8º45.66%85.88%-
XYZ37.2756.4326.38-
YUV179.7993.6989.63-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 27.16%
GREEN value IS 219 (85.94% from 255) = 47.20%
BLUE value IS 119 (46.88% from 255) = 25.65%
R=27.16%
G=47.20%
B=25.65%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1262191190.4200.460.14115.858.1466.27
Hex7EDB772A02EE743a42
Octal176333167520561616472102
Binary11111101101101111101111010100101110111011101001110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EDB77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,219,119); }

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

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

 a { background-color: rgb(126,219,119); }

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

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

 span { border-color: rgb(126,219,119); }

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