#7ED875

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

Shades of Pastel Green #7ED875

Tints of Pastel Green #7ED875

Color information

#7ED875 (or 0x7ED875) is unknown color: approx Pastel Green. HEX triplet: 7E, D8 and 75. RGB value is (126,216,117). Sum of RGB (Red+Green+Blue) = 126+216+117=459 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.45% from 459); Green value is 216 (84.77% from 255 or 47.06% from 459); Blue value is 117 (46.09% from 255 or 25.49% from 459); Max value from RGB is 216 - color contains mainly: green. Hex color #7ED875 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ED875 is #81278A. Grayscale: #B2B2B2. Windows color (decimal): -8464267 or 7723134. OLE color: 7723134.

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

Color convert

RGB126216117-
CMYK0.4200.460.15
HSL114.55º55.93%65.29%-
HSV(B)114.55º45.83%84.71%-
XYZ36.3754.8325.5-
YUV177.893.6891.05-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 27.45%
GREEN value IS 216 (84.77% from 255) = 47.06%
BLUE value IS 117 (46.09% from 255) = 25.49%
R=27.45%
G=47.06%
B=25.49%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1262161170.4200.460.15114.5555.9365.29
Hex7ED8752A02EF733841
Octal176330165520561716370101
Binary11111101101100011101011010100101110111111100111110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ED875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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