#7DED7E

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

Shades of Pastel Green #7DED7E

Tints of Pastel Green #7DED7E

Color information

#7DED7E (or 0x7DED7E) is unknown color: approx Pastel Green. HEX triplet: 7D, ED and 7E. RGB value is (125,237,126). Sum of RGB (Red+Green+Blue) = 125+237+126=488 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.61% from 488); Green value is 237 (92.97% from 255 or 48.57% from 488); Blue value is 126 (49.61% from 255 or 25.82% from 488); Max value from RGB is 237 - color contains mainly: green. Hex color #7DED7E is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7DED7E is #821281. Grayscale: #BFBFBF. Windows color (decimal): -8524418 or 8318333. OLE color: 8318333.

HSL color Cylindrical-coordinate representation of color #7DED7E: hue angle of 120.54º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DED7E is Cyan = 0.47, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB125237126-
CMYK0.4700.470.07
HSL120.54º75.68%70.98%-
HSV(B)120.54º47.26%92.94%-
XYZ42.5166.4330.32-
YUV190.8691.3981.03-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.61%
GREEN value IS 237 (92.97% from 255) = 48.57%
BLUE value IS 126 (49.61% from 255) = 25.82%
R=25.61%
G=48.57%
B=25.82%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1252371260.4700.470.07120.5475.6870.98
Hex7DED7E2F02F7794c47
Octal175355176570577171114107
Binary11111011110110111111101011110101111111111100110011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DED7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,237,126); }

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

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

 a { background-color: rgb(125,237,126); }

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

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

 span { border-color: rgb(125,237,126); }

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