#6EED7F

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

Shades of Pastel Green #6EED7F

Tints of Pastel Green #6EED7F

Color information

#6EED7F (or 0x6EED7F) is unknown color: approx Pastel Green. HEX triplet: 6E, ED and 7F. RGB value is (110,237,127). Sum of RGB (Red+Green+Blue) = 110+237+127=474 (62% of max value = 765). Red value is 110 (43.36% from 255 or 23.21% from 474); Green value is 237 (92.97% from 255 or 50% from 474); Blue value is 127 (50% from 255 or 26.79% from 474); Max value from RGB is 237 - color contains mainly: green. Hex color #6EED7F is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6EED7F is #911280. Grayscale: #BABABA. Windows color (decimal): -9507457 or 8383854. OLE color: 8383854.

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

Color convert

RGB110237127-
CMYK0.5400.460.07
HSL128.03º77.91%68.04%-
HSV(B)128.03º53.59%92.94%-
XYZ40.5565.4230.57-
YUV186.4994.4273.44-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 23.21%
GREEN value IS 237 (92.97% from 255) = 50%
BLUE value IS 127 (50% from 255) = 26.79%
R=23.21%
G=50%
B=26.79%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1102371270.5400.460.07128.0377.9168.04
Hex6EED7F3602E7804e44
Octal156355177660567200116104
Binary110111011101101111111111011001011101111000000010011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EED7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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