HEX: #6DE133
RGB: (109,225,51)
#6DE133 contains mainly green color. Web safe color of #6DE133 is #66CC33 (or #6C3).
#6DE133 color RGB value is (109,225,51).
RGB: (109,225,51)
(43%, 88%, 20%)
R 109 of 255 = 43%
G 225 of 255 = 88%
B 51 of 255 = 20%
R + G + B ~ 50%. #6DE133 is middle color (not dark and not light).
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'%
#6DE133 color CMYK value is (52,0,77,12).
CMYK: (52,0,77,12)
C52M0Y77K12 (52%, 0%, 77%, 12%)
(0.52 / 0.00 / 0.77 / 0.12)
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 of #6DE133
Tints of #6DE133
Examples of css and html codes for elements with #6DE133 color. Also use rgb(109,225,51) instead hex code.
.myTextColor { color: #6DE133; }
<p style="color:#6DE133">This sample text font color is #6DE133.</p>
This text font color is #6DE133.
.myBgColor { background-color: #6DE133; }
<div style="background-color:#6DE133">Inner text</div>
This div background color is #6DE133.
.myBorderColor { border: 1px solid #6DE133; }
<div style="border:3px solid #6DE133">Div</div>
This div border color is #6DE133.
.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%.
.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.
/* 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 text has color #6DE133 on black background.
This text has color #6DE133 on white background.
This text has black color on #6DE133 background.
This text has white color on #6DE133 background.
Complementary color for #hex is #921ECC.