#7ED66B

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

Shades of Pastel Green #7ED66B

Tints of Pastel Green #7ED66B

Color information

#7ED66B (or 0x7ED66B) is unknown color: approx Pastel Green. HEX triplet: 7E, D6 and 6B. RGB value is (126,214,107). Sum of RGB (Red+Green+Blue) = 126+214+107=447 (59% of max value = 765). Red value is 126 (49.61% from 255 or 28.19% from 447); Green value is 214 (83.98% from 255 or 47.87% from 447); Blue value is 107 (42.19% from 255 or 23.94% from 447); Max value from RGB is 214 - color contains mainly: green. Hex color #7ED66B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ED66B is #812994. Grayscale: #AFAFAF. Windows color (decimal): -8464789 or 7067262. OLE color: 7067262.

HSL color Cylindrical-coordinate representation of color #7ED66B: hue angle of 109.35º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7ED66B is Cyan = 0.41, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB126214107-
CMYK0.4100.500.16
HSL109.35º56.61%62.94%-
HSV(B)109.35º50%83.92%-
XYZ35.353.5922.39-
YUV175.4989.3592.7-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 28.19%
GREEN value IS 214 (83.98% from 255) = 47.87%
BLUE value IS 107 (42.19% from 255) = 23.94%
R=28.19%
G=47.87%
B=23.94%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1262141070.4100.500.16109.3556.6162.94
Hex7ED66B29032106d393f
Octal17632615351062201557177
Binary11111101101011011010111010010110010100001101101111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ED66B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,214,107); }

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

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

 a { background-color: rgb(126,214,107); }

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

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

 span { border-color: rgb(126,214,107); }

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