#7ED272

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

Shades of Pastel Green #7ED272

Tints of Pastel Green #7ED272

Color information

#7ED272 (or 0x7ED272) is unknown color: approx Pastel Green. HEX triplet: 7E, D2 and 72. RGB value is (126,210,114). Sum of RGB (Red+Green+Blue) = 126+210+114=450 (59% of max value = 765). Red value is 126 (49.61% from 255 or 28% from 450); Green value is 210 (82.42% from 255 or 46.67% from 450); Blue value is 114 (44.92% from 255 or 25.33% from 450); Max value from RGB is 210 - color contains mainly: green. Hex color #7ED272 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ED272 is #812D8D. Grayscale: #AEAEAE. Windows color (decimal): -8465806 or 7524990. OLE color: 7524990.

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

Color convert

RGB126210114-
CMYK0.400.460.18
HSL112.5º51.61%63.53%-
HSV(B)112.5º45.71%82.35%-
XYZ34.6951.7424.08-
YUV173.9494.1793.81-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 28%
GREEN value IS 210 (82.42% from 255) = 46.67%
BLUE value IS 114 (44.92% from 255) = 25.33%
R=28%
G=46.67%
B=25.33%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1262101140.400.460.18112.551.6163.53
Hex7ED2722802E12703440
Octal176322162500562216064100
Binary111111011010010111001010100001011101001011100001101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ED272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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