#7ed66c

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

Shades of Pastel Green #7ED66C

Tints of Pastel Green #7ED66C

Color information

#7ED66C (or 0x7ED66C) is unknown color: approx Pastel Green. HEX triplet: 7E, D6 and 6C. RGB value is (126,214,108). Sum of RGB (Red+Green+Blue) = 126+214+108=448 (59% of max value = 765). Red value is 126 (49.61% from 255 or 28.12% from 448); Green value is 214 (83.98% from 255 or 47.77% from 448); Blue value is 108 (42.58% from 255 or 24.11% from 448); Max value from RGB is 214 - color contains mainly: green. Hex color #7ED66C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ED66C is #812993. Grayscale: #AFAFAF. Windows color (decimal): -8464788 or 7132798. OLE color: 7132798.

HSL color Cylindrical-coordinate representation of color #7ED66C: hue angle of 109.81º degrees, saturation: 0.56, 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 #7ED66C is Cyan = 0.41, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB126214108-
CMYK0.4100.500.16
HSL109.81º56.38%63.14%-
HSV(B)109.81º49.53%83.92%-
XYZ35.3653.6122.67-
YUV175.689.8592.62-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 28.12%
GREEN value IS 214 (83.98% from 255) = 47.77%
BLUE value IS 108 (42.58% from 255) = 24.11%
R=28.12%
G=47.77%
B=24.11%

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
Decimal1262141080.4100.500.16109.8156.3863.14
Hex7ED66C29032106e383f
Octal17632615451062201567077
Binary11111101101011011011001010010110010100001101110111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ed66c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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