#7DEC7B

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

Shades of Pastel Green #7DEC7B

Tints of Pastel Green #7DEC7B

Color information

#7DEC7B (or 0x7DEC7B) is unknown color: approx Pastel Green. HEX triplet: 7D, EC and 7B. RGB value is (125,236,123). Sum of RGB (Red+Green+Blue) = 125+236+123=484 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.83% from 484); Green value is 236 (92.58% from 255 or 48.76% from 484); Blue value is 123 (48.44% from 255 or 25.41% from 484); Max value from RGB is 236 - color contains mainly: green. Hex color #7DEC7B is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7DEC7B is #821384. Grayscale: #BEBEBE. Windows color (decimal): -8524677 or 8121469. OLE color: 8121469.

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

Color convert

RGB125236123-
CMYK0.4700.480.07
HSL118.94º74.83%70.39%-
HSV(B)118.94º47.88%92.55%-
XYZ42.0365.7829.22-
YUV189.9390.2381.69-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.83%
GREEN value IS 236 (92.58% from 255) = 48.76%
BLUE value IS 123 (48.44% from 255) = 25.41%
R=25.83%
G=48.76%
B=25.41%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1252361230.4700.480.07118.9474.8370.39
Hex7DEC7B2F0307774b46
Octal175354173570607167113106
Binary11111011110110011110111011110110000111111011110010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DEC7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,236,123); }

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

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

 a { background-color: rgb(125,236,123); }

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

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

 span { border-color: rgb(125,236,123); }

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