COLOR #6EFC45

HEX: #6EFC45
RGB: (110,252,69)

Color info

#6EFC45 contains mainly green color. Web safe color of #6EFC45 is #66FF33 (or #6F3).

RGB color model

#6EFC45 color RGB value is (110,252,69).

  • red value is 110;
  • green value is 252;
  • blue value is 69.
RGB:
(110,252,69)
(43%,99%,27%)

RGB channels and saturation

R 110 of 255 = 43%
G 252 of 255 = 99%
B 69 of 255 = 27%

110
252
69

R + G + B ~ 56%. #6EFC45 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
110 + 252 + 69 = 431 (100%)
R 110 of 431 ~ 25.52%
G 252 of 431 ~ 58.47%
B 69 of 431 ~ 16.01%

%25.52
%58.47
%16.01

CMYK color model

#6EFC45 color CMYK value is (56,0,73,1).

  • cyan value is 56.35%
  • magenta value is 0.00%
  • yellow value is 72.62%
  • key color value is 1.18%
CMYK:
(56,0,73,1)
C56M0Y73K1 
(56%,0%,73%,1%)
(0.56/0.00/0.73/0.01)	

CMYK percentages

%56.35
%0
%72.62
%1.18

Codes

Color #6EFC45 in popluar color models

6EFC45
RGB11025269
HSL107°96.83%62.94%
HSB/HSV107°72.62%98.82%
CMYK56.35%0.00%72.62%
1.18%

Color #6EFC45 in popluar number systems.

HEX6EFC45
Decimal11025269
Binary1101110111111001000101
Octal156374105

Shades and tints

Shades of #6EFC45

#6EFC45
(110,252,69)
#64E63F
(100,230,63)
#5AD039
(90,208,57)
#50BA33
(80,186,51)
#46A42D
(70,164,45)
#3C8E27
(60,142,39)
#327821
(50,120,33)
#28621B
(40,98,27)
#1E4C15
(30,76,21)
#14360F
(20,54,15)
#0A2009
(10,32,9)
#000000
(0,0,0)

Tints of #6EFC45

#6EFC45
(110,252,69)
#7BFC55
(123,252,85)
#88FC65
(136,252,101)
#95FC75
(149,252,117)
#A2FC85
(162,252,133)
#AFFC95
(175,252,149)
#BCFCA5
(188,252,165)
#C9FCB5
(201,252,181)
#D6FCC5
(214,252,197)
#E3FCD5
(227,252,213)
#F0FCE5
(240,252,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EFC45 color. Also use rgb(110,252,69) instead hex code.

Text Font Color

.myTextColor { color: #6EFC45; }

<p style="color:#6EFC45">This sample text font color is #6EFC45.</p>

This text font color is #6EFC45.


Background Color

.myBgColor { background-color: #6EFC45; }

<div style="background-color:#6EFC45">Inner text</div>

This div background color is #6EFC45.


Border color

.myBorderColor { border: 1px solid #6EFC45; }

<div style="border:3px solid #6EFC45">Div</div>

This div border color is #6EFC45.


Opacity

.myOpacity80 { color: #6EFC45; opacity: 0.8; }

<p style="color:#6EFC45;opacity:0.8;">80%</p>

Text with #6EFC45 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #6EFC45;}

<p style="text-shadow: 3px 3px 1px #6EFC45">Text here.</p>

This text has shadow with #6EFC45 color.

.textShadow {text-shadow: 3px 3px 1px #6EFC45, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #6EFC45, 5px 5px 20px red">Text here.</p>

This text has shadow with #6EFC45 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6EFC45, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#6EFC45, Direction=45, Strength=4)">Text</p>

This text has shadow with #6EFC45 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #6EFC45;
  -webkit-box-shadow:	1px 1px 3px 2px #6EFC45;
  box-shadow:		1px 1px 3px 2px #6EFC45;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6EFC45;
-webkit-box-shadow: 1px 1px 3px 2px #6EFC45;
box-shadow:1px 1px 3px 2px #6EFC45;">
Div content here</div>
This div box has shadow with color #6EFC45.

Preview

Color preview on black background

This text has color #6EFC45 on black background.


Color preview on white background

This text has color #6EFC45 on white background.



Black color preview on #6EFC45 background

This text has black color on #6EFC45 background.


White color preview on #6EFC45 background

This text has white color on #6EFC45 background.