#7EDD7B

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

Shades of Pastel Green #7EDD7B

Tints of Pastel Green #7EDD7B

Color information

#7EDD7B (or 0x7EDD7B) is unknown color: approx Pastel Green. HEX triplet: 7E, DD and 7B. RGB value is (126,221,123). Sum of RGB (Red+Green+Blue) = 126+221+123=470 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.81% from 470); Green value is 221 (86.72% from 255 or 47.02% from 470); Blue value is 123 (48.44% from 255 or 26.17% from 470); Max value from RGB is 221 - color contains mainly: green. Hex color #7EDD7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EDD7B is #812284. Grayscale: #B5B5B5. Windows color (decimal): -8462981 or 8117630. OLE color: 8117630.

HSL color Cylindrical-coordinate representation of color #7EDD7B: hue angle of 118.16º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7EDD7B is Cyan = 0.43, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB126221123-
CMYK0.4300.440.13
HSL118.16º59.04%67.45%-
HSV(B)118.16º44.34%86.67%-
XYZ38.0457.5827.85-
YUV181.4295.0388.47-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.81%
GREEN value IS 221 (86.72% from 255) = 47.02%
BLUE value IS 123 (48.44% from 255) = 26.17%
R=26.81%
G=47.02%
B=26.17%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1262211230.4300.440.13118.1659.0467.45
Hex7EDD7B2B02CD763b43
Octal176335173530541516673103
Binary11111101101110111110111010110101100110111101101110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EDD7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,221,123); }

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

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

 a { background-color: rgb(126,221,123); }

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

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

 span { border-color: rgb(126,221,123); }

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