COLOR #6DEE38

HEX: #6DEE38
RGB: (109,238,56)

Color info

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

RGB color model

#6DEE38 color RGB value is (109,238,56).

  • red value is 109;
  • green value is 238;
  • blue value is 56.
RGB:
(109,238,56)
(43%,93%,22%)

RGB channels and saturation

R 109 of 255 = 43%
G 238 of 255 = 93%
B 56 of 255 = 22%

109
238
56

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

Portions of RGB colors in percentages

R + G + B =
109 + 238 + 56 = 403 (100%)
R 109 of 403 ~ 27.05%
G 238 of 403 ~ 59.06%
B 56 of 403 ~ 13.9%

%27.05
%59.06
%13.9

CMYK color model

#6DEE38 color CMYK value is (54,0,76,7).

  • cyan value is 54.20%
  • magenta value is 0.00%
  • yellow value is 76.47%
  • key color value is 6.67%
CMYK:
(54,0,76,7)
C54M0Y76K7 
(54%,0%,76%,7%)
(0.54/0.00/0.76/0.07)	

CMYK percentages

%54.2
%0
%76.47
%6.67

Codes

Color #6DEE38 in popluar color models

6DEE38
RGB10923856
HSL103°84.26%57.65%
HSB/HSV103°76.47%93.33%
CMYK54.20%0.00%76.47%
6.67%

Color #6DEE38 in popluar number systems.

HEX6DEE38
Decimal10923856
Binary110110111101110111000
Octal15535670

Shades and tints

Shades of #6DEE38

#6DEE38
(109,238,56)
#64D933
(100,217,51)
#5BC42E
(91,196,46)
#52AF29
(82,175,41)
#499A24
(73,154,36)
#40851F
(64,133,31)
#37701A
(55,112,26)
#2E5B15
(46,91,21)
#254610
(37,70,16)
#1C310B
(28,49,11)
#131C06
(19,28,6)
#000000
(0,0,0)

Tints of #6DEE38

#6DEE38
(109,238,56)
#7AEF4A
(122,239,74)
#87F05C
(135,240,92)
#94F16E
(148,241,110)
#A1F280
(161,242,128)
#AEF392
(174,243,146)
#BBF4A4
(187,244,164)
#C8F5B6
(200,245,182)
#D5F6C8
(213,246,200)
#E2F7DA
(226,247,218)
#EFF8EC
(239,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DEE38 color. Also use rgb(109,238,56) instead hex code.

Text Font Color

.myTextColor { color: #6DEE38; }

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

This text font color is #6DEE38.


Background Color

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

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

This div background color is #6DEE38.


Border color

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

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

This div border color is #6DEE38.


Opacity

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

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

Text with #6DEE38 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 #6DEE38;}

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

This text has shadow with #6DEE38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DEE38 on black background.


Color preview on white background

This text has color #6DEE38 on white background.



Black color preview on #6DEE38 background

This text has black color on #6DEE38 background.


White color preview on #6DEE38 background

This text has white color on #6DEE38 background.