#7EED6C

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

Shades of Pastel Green #7EED6C

Tints of Pastel Green #7EED6C

Color information

#7EED6C (or 0x7EED6C) is unknown color: approx Pastel Green. HEX triplet: 7E, ED and 6C. RGB value is (126,237,108). Sum of RGB (Red+Green+Blue) = 126+237+108=471 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.75% from 471); Green value is 237 (92.97% from 255 or 50.32% from 471); Blue value is 108 (42.58% from 255 or 22.93% from 471); Max value from RGB is 237 - color contains mainly: green. Hex color #7EED6C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7EED6C is #811293. Grayscale: #BDBDBD. Windows color (decimal): -8458900 or 7138686. OLE color: 7138686.

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

Color convert

RGB126237108-
CMYK0.4700.540.07
HSL111.63º78.18%67.65%-
HSV(B)111.63º54.43%92.94%-
XYZ41.666.0924.75-
YUV189.182.2382.99-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.75%
GREEN value IS 237 (92.97% from 255) = 50.32%
BLUE value IS 108 (42.58% from 255) = 22.93%
R=26.75%
G=50.32%
B=22.93%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1262371080.4700.540.07111.6378.1867.65
Hex7EED6C2F0367704e44
Octal176355154570667160116104
Binary11111101110110111011001011110110110111111000010011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EED6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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