COLOR #6EDF42

HEX: #6EDF42 RGB: (110,223,66)

Color info

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

RGB color model

#6EDF42 color RGB value is (110,223,66).

RGB: (110,223,66) (43%, 87%, 26%)

RGB channels and saturation

R 110 of 255 = 43%
G 223 of 255 = 87%
B 66 of 255 = 26%

110
223
66

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

Portions of RGB colors in percentages

R + G + B = 110 + 223 + 66 = 399 (100%)
R 110 of 399 ~ 27.57%
G 223 of 399 ~ 55.89%
B 66 of 399 ~ 16.54'%

%27.57
%55.89
%16.54

CMYK color model

#6EDF42 color CMYK value is (51,0,70,13).

  • cyan value is 50.67%
  • magenta value is 0.00%
  • yellow value is 70.40%
  • key color value is 12.55%

CMYK: (51,0,70,13)
C51M0Y70K13 (51%, 0%, 70%, 13%)
(0.51 / 0.00 / 0.70 / 0.13)

CMYK percentages

%50.67
%0
%70.4
%12.55

Codes

Color #6EDF42 in popluar color models

6E DF 42
RGB 110 223 66
HSL 103° 71.04% 56.67%
HSB/HSV 103° 70.40% 87.45%
CMYK 50.67% 0.00% 70.40%
12.55%

Color #6EDF42 in popluar number systems.

HEX 6E DF 42
Decimal 110 223 66
Binary 1101110 11011111 1000010
Octal 156 337 102

Shades and tints

Shades of #6EDF42

#6EDF42
(110,223,66)
#64CB3C
(100,203,60)
#5AB736
(90,183,54)
#50A330
(80,163,48)
#468F2A
(70,143,42)
#3C7B24
(60,123,36)
#32671E
(50,103,30)
#285318
(40,83,24)
#1E3F12
(30,63,18)
#142B0C
(20,43,12)
#0A1706
(10,23,6)
#000000
(0,0,0)

Tints of #6EDF42

#6EDF42
(110,223,66)
#7BE153
(123,225,83)
#88E364
(136,227,100)
#95E575
(149,229,117)
#A2E786
(162,231,134)
#AFE997
(175,233,151)
#BCEBA8
(188,235,168)
#C9EDB9
(201,237,185)
#D6EFCA
(214,239,202)
#E3F1DB
(227,241,219)
#F0F3EC
(240,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EDF42 color. Also use rgb(110,223,66) instead hex code.

Text Font Color

.myTextColor { color: #6EDF42; }

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

This text font color is #6EDF42.

Background Color

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

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

This div background color is #6EDF42.

Border color

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

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

This div border color is #6EDF42.

Opacity

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

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

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

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

This text has shadow with #6EDF42 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6EDF42.

Preview

Color preview on black background

This text has color #6EDF42 on black background.


Color preview on white background

This text has color #6EDF42 on white background.


Black color preview on #6EDF42 background

This text has black color on #6EDF42 background.


White color preview on #6EDF42 background

This text has white color on #6EDF42 background.


Related colors

Complementary color

Complementary color for #hex is #9120BD.


I love getcolorcode.com

Triadic colors

1 #426EDF and #DF426E with #6EDF42 are triadic colors.

2 #42DF6E and #DF6E42 with #6EDF42 are triadic colors.