#7ED274

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

Shades of Pastel Green #7ED274

Tints of Pastel Green #7ED274

Color information

#7ED274 (or 0x7ED274) is unknown color: approx Pastel Green. HEX triplet: 7E, D2 and 74. RGB value is (126,210,116). Sum of RGB (Red+Green+Blue) = 126+210+116=452 (59% of max value = 765). Red value is 126 (49.61% from 255 or 27.88% from 452); Green value is 210 (82.42% from 255 or 46.46% from 452); Blue value is 116 (45.70% from 255 or 25.66% from 452); Max value from RGB is 210 - color contains mainly: green. Hex color #7ED274 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ED274 is #812D8B. Grayscale: #AEAEAE. Windows color (decimal): -8465804 or 7656062. OLE color: 7656062.

HSL color Cylindrical-coordinate representation of color #7ED274: hue angle of 113.62º 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 #7ED274 is Cyan = 0.4, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB126210116-
CMYK0.400.450.18
HSL113.62º51.09%63.92%-
HSV(B)113.62º44.76%82.35%-
XYZ34.851.7924.69-
YUV174.1795.1793.64-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 27.88%
GREEN value IS 210 (82.42% from 255) = 46.46%
BLUE value IS 116 (45.70% from 255) = 25.66%
R=27.88%
G=46.46%
B=25.66%

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
Decimal1262101160.400.450.18113.6251.0963.92
Hex7ED2742802D12723340
Octal176322164500552216263100
Binary111111011010010111010010100001011011001011100101100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ED274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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