#7ED973

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

Shades of Pastel Green #7ED973

Tints of Pastel Green #7ED973

Color information

#7ED973 (or 0x7ED973) is unknown color: approx Pastel Green. HEX triplet: 7E, D9 and 73. RGB value is (126,217,115). Sum of RGB (Red+Green+Blue) = 126+217+115=458 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.51% from 458); Green value is 217 (85.16% from 255 or 47.38% from 458); Blue value is 115 (45.31% from 255 or 25.11% from 458); Max value from RGB is 217 - color contains mainly: green. Hex color #7ED973 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ED973 is #81268C. Grayscale: #B2B2B2. Windows color (decimal): -8464013 or 7592318. OLE color: 7592318.

HSL color Cylindrical-coordinate representation of color #7ED973: hue angle of 113.53º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7ED973 is Cyan = 0.42, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB126217115-
CMYK0.4200.470.15
HSL113.53º57.3%65.1%-
HSV(B)113.53º47%85.1%-
XYZ36.5155.324.97-
YUV178.1692.3590.79-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 27.51%
GREEN value IS 217 (85.16% from 255) = 47.38%
BLUE value IS 115 (45.31% from 255) = 25.11%
R=27.51%
G=47.38%
B=25.11%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1262171150.4200.470.15113.5357.365.1
Hex7ED9732A02FF723941
Octal176331163520571716271101
Binary11111101101100111100111010100101111111111100101110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ED973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,217,115); }

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

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

 a { background-color: rgb(126,217,115); }

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

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

 span { border-color: rgb(126,217,115); }

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