COLOR #6BF04C

HEX: #6BF04C
RGB: (107,240,76)

Color info

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

RGB color model

#6BF04C color RGB value is (107,240,76).

  • red value is 107;
  • green value is 240;
  • blue value is 76.
RGB:
(107,240,76)
(42%,94%,30%)

RGB channels and saturation

R 107 of 255 = 42%
G 240 of 255 = 94%
B 76 of 255 = 30%

107
240
76

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

Portions of RGB colors in percentages

R + G + B =
107 + 240 + 76 = 423 (100%)
R 107 of 423 ~ 25.3%
G 240 of 423 ~ 56.74%
B 76 of 423 ~ 17.97%

%25.3
%56.74
%17.97

CMYK color model

#6BF04C color CMYK value is (55,0,68,6).

  • cyan value is 55.42%
  • magenta value is 0.00%
  • yellow value is 68.33%
  • key color value is 5.88%
CMYK:
(55,0,68,6)
C55M0Y68K6 
(55%,0%,68%,6%)
(0.55/0.00/0.68/0.06)	

CMYK percentages

%55.42
%0
%68.33
%5.88

Codes

Color #6BF04C in popluar color models

6BF04C
RGB10724076
HSL109°84.54%61.96%
HSB/HSV109°68.33%94.12%
CMYK55.42%0.00%68.33%
5.88%

Color #6BF04C in popluar number systems.

HEX6BF04C
Decimal10724076
Binary1101011111100001001100
Octal153360114

Shades and tints

Shades of #6BF04C

#6BF04C
(107,240,76)
#62DB46
(98,219,70)
#59C640
(89,198,64)
#50B13A
(80,177,58)
#479C34
(71,156,52)
#3E872E
(62,135,46)
#357228
(53,114,40)
#2C5D22
(44,93,34)
#23481C
(35,72,28)
#1A3316
(26,51,22)
#111E10
(17,30,16)
#000000
(0,0,0)

Tints of #6BF04C

#6BF04C
(107,240,76)
#78F15C
(120,241,92)
#85F26C
(133,242,108)
#92F37C
(146,243,124)
#9FF48C
(159,244,140)
#ACF59C
(172,245,156)
#B9F6AC
(185,246,172)
#C6F7BC
(198,247,188)
#D3F8CC
(211,248,204)
#E0F9DC
(224,249,220)
#EDFAEC
(237,250,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BF04C color. Also use rgb(107,240,76) instead hex code.

Text Font Color

.myTextColor { color: #6BF04C; }

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

This text font color is #6BF04C.


Background Color

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

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

This div background color is #6BF04C.


Border color

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

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

This div border color is #6BF04C.


Opacity

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

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

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

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

This text has shadow with #6BF04C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BF04C on black background.


Color preview on white background

This text has color #6BF04C on white background.



Black color preview on #6BF04C background

This text has black color on #6BF04C background.


White color preview on #6BF04C background

This text has white color on #6BF04C background.