#7ED273

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

Shades of Pastel Green #7ED273

Tints of Pastel Green #7ED273

Color information

#7ED273 (or 0x7ED273) is unknown color: approx Pastel Green. HEX triplet: 7E, D2 and 73. RGB value is (126,210,115). Sum of RGB (Red+Green+Blue) = 126+210+115=451 (59% of max value = 765). Red value is 126 (49.61% from 255 or 27.94% from 451); Green value is 210 (82.42% from 255 or 46.56% from 451); Blue value is 115 (45.31% from 255 or 25.50% from 451); Max value from RGB is 210 - color contains mainly: green. Hex color #7ED273 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ED273 is #812D8C. Grayscale: #AEAEAE. Windows color (decimal): -8465805 or 7590526. OLE color: 7590526.

HSL color Cylindrical-coordinate representation of color #7ED273: hue angle of 113.05º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7ED273 is Cyan = 0.4, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB126210115-
CMYK0.400.450.18
HSL113.05º51.35%63.73%-
HSV(B)113.05º45.24%82.35%-
XYZ34.7551.7724.38-
YUV174.0594.6793.72-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 27.94%
GREEN value IS 210 (82.42% from 255) = 46.56%
BLUE value IS 115 (45.31% from 255) = 25.50%
R=27.94%
G=46.56%
B=25.50%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1262101150.400.450.18113.0551.3563.73
Hex7ED2732802D12713340
Octal176322163500552216163100
Binary111111011010010111001110100001011011001011100011100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ED273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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