#7ED56E

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

Shades of Pastel Green #7ED56E

Tints of Pastel Green #7ED56E

Color information

#7ED56E (or 0x7ED56E) is unknown color: approx Pastel Green. HEX triplet: 7E, D5 and 6E. RGB value is (126,213,110). Sum of RGB (Red+Green+Blue) = 126+213+110=449 (59% of max value = 765). Red value is 126 (49.61% from 255 or 28.06% from 449); Green value is 213 (83.59% from 255 or 47.44% from 449); Blue value is 110 (43.36% from 255 or 24.50% from 449); Max value from RGB is 213 - color contains mainly: green. Hex color #7ED56E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ED56E is #812A91. Grayscale: #AFAFAF. Windows color (decimal): -8465042 or 7263614. OLE color: 7263614.

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

Color convert

RGB126213110-
CMYK0.4100.480.16
HSL110.68º55.08%63.33%-
HSV(B)110.68º48.36%83.53%-
XYZ35.2153.1523.15-
YUV175.2491.1892.88-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 28.06%
GREEN value IS 213 (83.59% from 255) = 47.44%
BLUE value IS 110 (43.36% from 255) = 24.50%
R=28.06%
G=47.44%
B=24.50%

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
Decimal1262131100.4100.480.16110.6855.0863.33
Hex7ED56E29030106f373f
Octal17632515651060201576777
Binary11111101101010111011101010010110000100001101111110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ED56E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,213,110); }

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

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

 a { background-color: rgb(126,213,110); }

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

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

 span { border-color: rgb(126,213,110); }

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