COLOR #6DE133

HEX: #6DE133 RGB: (109,225,51)

Color info

#6DE133 contains mainly green color. Web safe color of #6DE133 is #66CC33 (or #6C3).

RGB color model

#6DE133 color RGB value is (109,225,51).

RGB: (109,225,51) (43%, 88%, 20%)

RGB channels and saturation

R 109 of 255 = 43%
G 225 of 255 = 88%
B 51 of 255 = 20%

109
225
51

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

Portions of RGB colors in percentages

R + G + B = 109 + 225 + 51 = 385 (100%)
R 109 of 385 ~ 28.31%
G 225 of 385 ~ 58.44%
B 51 of 385 ~ 13.25'%

%28.31
%58.44
%13.25

CMYK color model

#6DE133 color CMYK value is (52,0,77,12).

  • cyan value is 51.56%
  • magenta value is 0.00%
  • yellow value is 77.33%
  • key color value is 11.76%

CMYK: (52,0,77,12)
C52M0Y77K12 (52%, 0%, 77%, 12%)
(0.52 / 0.00 / 0.77 / 0.12)

CMYK percentages

%51.56
%0
%77.33
%11.76

Codes

Color #6DE133 in popluar color models

6D E1 33
RGB 109 225 51
HSL 100° 74.36% 54.12%
HSB/HSV 100° 77.33% 88.24%
CMYK 51.56% 0.00% 77.33%
11.76%

Color #6DE133 in popluar number systems.

HEX 6D E1 33
Decimal 109 225 51
Binary 1101101 11100001 110011
Octal 155 341 63

Shades and tints

Shades of #6DE133

#6DE133
(109,225,51)
#64CD2F
(100,205,47)
#5BB92B
(91,185,43)
#52A527
(82,165,39)
#499123
(73,145,35)
#407D1F
(64,125,31)
#37691B
(55,105,27)
#2E5517
(46,85,23)
#254113
(37,65,19)
#1C2D0F
(28,45,15)
#13190B
(19,25,11)
#000000
(0,0,0)

Tints of #6DE133

#6DE133
(109,225,51)
#7AE345
(122,227,69)
#87E557
(135,229,87)
#94E769
(148,231,105)
#A1E97B
(161,233,123)
#AEEB8D
(174,235,141)
#BBED9F
(187,237,159)
#C8EFB1
(200,239,177)
#D5F1C3
(213,241,195)
#E2F3D5
(226,243,213)
#EFF5E7
(239,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DE133 color. Also use rgb(109,225,51) instead hex code.

Text Font Color

.myTextColor { color: #6DE133; }

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

This text font color is #6DE133.

Background Color

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

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

This div background color is #6DE133.

Border color

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

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

This div border color is #6DE133.

Opacity

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

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

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

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

This text has shadow with #6DE133 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6DE133.

Preview

Color preview on black background

This text has color #6DE133 on black background.


Color preview on white background

This text has color #6DE133 on white background.


Black color preview on #6DE133 background

This text has black color on #6DE133 background.


White color preview on #6DE133 background

This text has white color on #6DE133 background.


Related colors

Complementary color

Complementary color for #hex is #921ECC.


I love getcolorcode.com

Triadic colors

1 #336DE1 and #E1336D with #6DE133 are triadic colors.

2 #33E16D and #E16D33 with #6DE133 are triadic colors.