#6EED7E

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

Shades of Pastel Green #6EED7E

Tints of Pastel Green #6EED7E

Color information

#6EED7E (or 0x6EED7E) is unknown color: approx Pastel Green. HEX triplet: 6E, ED and 7E. RGB value is (110,237,126). Sum of RGB (Red+Green+Blue) = 110+237+126=473 (62% of max value = 765). Red value is 110 (43.36% from 255 or 23.26% from 473); Green value is 237 (92.97% from 255 or 50.11% from 473); Blue value is 126 (49.61% from 255 or 26.64% from 473); Max value from RGB is 237 - color contains mainly: green. Hex color #6EED7E is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6EED7E is #911281. Grayscale: #BABABA. Windows color (decimal): -9507458 or 8318318. OLE color: 8318318.

HSL color Cylindrical-coordinate representation of color #6EED7E: hue angle of 127.56º 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 #6EED7E is Cyan = 0.54, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB110237126-
CMYK0.5400.470.07
HSL127.56º77.91%68.04%-
HSV(B)127.56º53.59%92.94%-
XYZ40.4865.3930.23-
YUV186.3793.9273.53-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 23.26%
GREEN value IS 237 (92.97% from 255) = 50.11%
BLUE value IS 126 (49.61% from 255) = 26.64%
R=23.26%
G=50.11%
B=26.64%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1102371260.5400.470.07127.5677.9168.04
Hex6EED7E3602F7804e44
Octal156355176660577200116104
Binary110111011101101111111011011001011111111000000010011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EED7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6EED7E; }

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

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

<style>
 a { background-color: #6EED7E; }

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

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

<style>
 span { border-color: #6EED7E; }

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

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