#7ED67F

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

Shades of Pastel Green #7ED67F

Tints of Pastel Green #7ED67F

Color information

#7ED67F (or 0x7ED67F) is unknown color: approx Pastel Green. HEX triplet: 7E, D6 and 7F. RGB value is (126,214,127). Sum of RGB (Red+Green+Blue) = 126+214+127=467 (61% of max value = 765). Red value is 126 (49.61% from 255 or 26.98% from 467); Green value is 214 (83.98% from 255 or 45.82% from 467); Blue value is 127 (50% from 255 or 27.19% from 467); Max value from RGB is 214 - color contains mainly: green. Hex color #7ED67F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ED67F is #812980. Grayscale: #B2B2B2. Windows color (decimal): -8464769 or 8377982. OLE color: 8377982.

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

Color convert

RGB126214127-
CMYK0.4100.410.16
HSL120.68º51.76%66.67%-
HSV(B)120.68º41.12%83.92%-
XYZ36.4854.0628.59-
YUV177.7799.3591.07-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.98%
GREEN value IS 214 (83.98% from 255) = 45.82%
BLUE value IS 127 (50% from 255) = 27.19%
R=26.98%
G=45.82%
B=27.19%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1262141270.4100.410.16120.6851.7666.67
Hex7ED67F2902910793443
Octal176326177510512017164103
Binary111111011010110111111110100101010011000011110011101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ED67F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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