COLOR #6FE04B

HEX: #6FE04B
RGB: (111,224,75)

Color info

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

RGB color model

#6FE04B color RGB value is (111,224,75).

  • red value is 111;
  • green value is 224;
  • blue value is 75.
RGB:
(111,224,75)
(44%,88%,29%)

RGB channels and saturation

R 111 of 255 = 44%
G 224 of 255 = 88%
B 75 of 255 = 29%

111
224
75

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

Portions of RGB colors in percentages

R + G + B =
111 + 224 + 75 = 410 (100%)
R 111 of 410 ~ 27.07%
G 224 of 410 ~ 54.63%
B 75 of 410 ~ 18.29%

%27.07
%54.63
%18.29

CMYK color model

#6FE04B color CMYK value is (50,0,67,12).

  • cyan value is 50.45%
  • magenta value is 0.00%
  • yellow value is 66.52%
  • key color value is 12.16%
CMYK:
(50,0,67,12)
C50M0Y67K12 
(50%,0%,67%,12%)
(0.50/0.00/0.67/0.12)	

CMYK percentages

%50.45
%0
%66.52
%12.16

Codes

Color #6FE04B in popluar color models

6FE04B
RGB11122475
HSL106°70.62%58.63%
HSB/HSV106°66.52%87.84%
CMYK50.45%0.00%66.52%
12.16%

Color #6FE04B in popluar number systems.

HEX6FE04B
Decimal11122475
Binary1101111111000001001011
Octal157340113

Shades and tints

Shades of #6FE04B

#6FE04B
(111,224,75)
#65CC45
(101,204,69)
#5BB83F
(91,184,63)
#51A439
(81,164,57)
#479033
(71,144,51)
#3D7C2D
(61,124,45)
#336827
(51,104,39)
#295421
(41,84,33)
#1F401B
(31,64,27)
#152C15
(21,44,21)
#0B180F
(11,24,15)
#000000
(0,0,0)

Tints of #6FE04B

#6FE04B
(111,224,75)
#7CE25B
(124,226,91)
#89E46B
(137,228,107)
#96E67B
(150,230,123)
#A3E88B
(163,232,139)
#B0EA9B
(176,234,155)
#BDECAB
(189,236,171)
#CAEEBB
(202,238,187)
#D7F0CB
(215,240,203)
#E4F2DB
(228,242,219)
#F1F4EB
(241,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FE04B color. Also use rgb(111,224,75) instead hex code.

Text Font Color

.myTextColor { color: #6FE04B; }

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

This text font color is #6FE04B.


Background Color

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

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

This div background color is #6FE04B.


Border color

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

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

This div border color is #6FE04B.


Opacity

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

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

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

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

This text has shadow with #6FE04B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FE04B on black background.


Color preview on white background

This text has color #6FE04B on white background.



Black color preview on #6FE04B background

This text has black color on #6FE04B background.


White color preview on #6FE04B background

This text has white color on #6FE04B background.