COLOR #6BEB41

HEX: #6BEB41 RGB: (107,235,65)

Color info

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

RGB color model

#6BEB41 color RGB value is (107,235,65).

RGB: (107,235,65) (42%, 92%, 25%)

RGB channels and saturation

R 107 of 255 = 42%
G 235 of 255 = 92%
B 65 of 255 = 25%

107
235
65

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

Portions of RGB colors in percentages

R + G + B = 107 + 235 + 65 = 407 (100%)
R 107 of 407 ~ 26.29%
G 235 of 407 ~ 57.74%
B 65 of 407 ~ 15.97'%

%26.29
%57.74
%15.97

CMYK color model

#6BEB41 color CMYK value is (54,0,72,8).

  • cyan value is 54.47%
  • magenta value is 0.00%
  • yellow value is 72.34%
  • key color value is 7.84%

CMYK: (54,0,72,8)
C54M0Y72K8 (54%, 0%, 72%, 8%)
(0.54 / 0.00 / 0.72 / 0.08)

CMYK percentages

%54.47
%0
%72.34
%7.84

Codes

Color #6BEB41 in popluar color models

6B EB 41
RGB 107 235 65
HSL 105° 80.95% 58.82%
HSB/HSV 105° 72.34% 92.16%
CMYK 54.47% 0.00% 72.34%
7.84%

Color #6BEB41 in popluar number systems.

HEX 6B EB 41
Decimal 107 235 65
Binary 1101011 11101011 1000001
Octal 153 353 101

Shades and tints

Shades of #6BEB41

#6BEB41
(107,235,65)
#62D63C
(98,214,60)
#59C137
(89,193,55)
#50AC32
(80,172,50)
#47972D
(71,151,45)
#3E8228
(62,130,40)
#356D23
(53,109,35)
#2C581E
(44,88,30)
#234319
(35,67,25)
#1A2E14
(26,46,20)
#11190F
(17,25,15)
#000000
(0,0,0)

Tints of #6BEB41

#6BEB41
(107,235,65)
#78EC52
(120,236,82)
#85ED63
(133,237,99)
#92EE74
(146,238,116)
#9FEF85
(159,239,133)
#ACF096
(172,240,150)
#B9F1A7
(185,241,167)
#C6F2B8
(198,242,184)
#D3F3C9
(211,243,201)
#E0F4DA
(224,244,218)
#EDF5EB
(237,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BEB41 color. Also use rgb(107,235,65) instead hex code.

Text Font Color

.myTextColor { color: #6BEB41; }

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

This text font color is #6BEB41.

Background Color

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

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

This div background color is #6BEB41.

Border color

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

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

This div border color is #6BEB41.

Opacity

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

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

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

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

This text has shadow with #6BEB41 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6BEB41.

Preview

Color preview on black background

This text has color #6BEB41 on black background.


Color preview on white background

This text has color #6BEB41 on white background.


Black color preview on #6BEB41 background

This text has black color on #6BEB41 background.


White color preview on #6BEB41 background

This text has white color on #6BEB41 background.


Related colors

Complementary color

Complementary color for #hex is #9414BE.


I love getcolorcode.com

Triadic colors

1 #416BEB and #EB416B with #6BEB41 are triadic colors.

2 #41EB6B and #EB6B41 with #6BEB41 are triadic colors.