#7ED275

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

Shades of Pastel Green #7ED275

Tints of Pastel Green #7ED275

Color information

#7ED275 (or 0x7ED275) is unknown color: approx Pastel Green. HEX triplet: 7E, D2 and 75. RGB value is (126,210,117). Sum of RGB (Red+Green+Blue) = 126+210+117=453 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.81% from 453); Green value is 210 (82.42% from 255 or 46.36% from 453); Blue value is 117 (46.09% from 255 or 25.83% from 453); Max value from RGB is 210 - color contains mainly: green. Hex color #7ED275 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ED275 is #812D8A. Grayscale: #AEAEAE. Windows color (decimal): -8465803 or 7721598. OLE color: 7721598.

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

Color convert

RGB126210117-
CMYK0.400.440.18
HSL114.19º50.82%64.12%-
HSV(B)114.19º44.29%82.35%-
XYZ34.8651.8124.99-
YUV174.2895.6793.56-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 27.81%
GREEN value IS 210 (82.42% from 255) = 46.36%
BLUE value IS 117 (46.09% from 255) = 25.83%
R=27.81%
G=46.36%
B=25.83%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1262101170.400.440.18114.1950.8264.12
Hex7ED2752802C12723340
Octal176322165500542216263100
Binary111111011010010111010110100001011001001011100101100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ED275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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