COLOR #6BF210

HEX: #6BF210
RGB: (107,242,16)

Color info

#6BF210 contains mainly green color. Web safe color of #6BF210 is #66FF00 (or #6F0).

RGB color model

#6BF210 color RGB value is (107,242,16).

  • red value is 107;
  • green value is 242;
  • blue value is 16.
RGB:
(107,242,16)
(42%,95%,6%)

RGB channels and saturation

R 107 of 255 = 42%
G 242 of 255 = 95%
B 16 of 255 = 6%

107
242
16

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

Portions of RGB colors in percentages

R + G + B =
107 + 242 + 16 = 365 (100%)
R 107 of 365 ~ 29.32%
G 242 of 365 ~ 66.3%
B 16 of 365 ~ 4.38%

%29.32
%66.3

CMYK color model

#6BF210 color CMYK value is (56,0,93,5).

  • cyan value is 55.79%
  • magenta value is 0.00%
  • yellow value is 93.39%
  • key color value is 5.10%
CMYK:
(56,0,93,5)
C56M0Y93K5 
(56%,0%,93%,5%)
(0.56/0.00/0.93/0.05)	

CMYK percentages

%55.79
%0
%93.39
%5.1

Codes

Color #6BF210 in popluar color models

6BF210
RGB10724216
HSL96°89.68%50.59%
HSB/HSV96°93.39%94.90%
CMYK55.79%0.00%93.39%
5.10%

Color #6BF210 in popluar number systems.

HEX6BF210
Decimal10724216
Binary11010111111001010000
Octal15336220

Shades and tints

Shades of #6BF210

#6BF210
(107,242,16)
#62DC0F
(98,220,15)
#59C60E
(89,198,14)
#50B00D
(80,176,13)
#479A0C
(71,154,12)
#3E840B
(62,132,11)
#356E0A
(53,110,10)
#2C5809
(44,88,9)
#234208
(35,66,8)
#1A2C07
(26,44,7)
#111606
(17,22,6)
#000000
(0,0,0)

Tints of #6BF210

#6BF210
(107,242,16)
#78F325
(120,243,37)
#85F43A
(133,244,58)
#92F54F
(146,245,79)
#9FF664
(159,246,100)
#ACF779
(172,247,121)
#B9F88E
(185,248,142)
#C6F9A3
(198,249,163)
#D3FAB8
(211,250,184)
#E0FBCD
(224,251,205)
#EDFCE2
(237,252,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BF210 color. Also use rgb(107,242,16) instead hex code.

Text Font Color

.myTextColor { color: #6BF210; }

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

This text font color is #6BF210.


Background Color

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

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

This div background color is #6BF210.


Border color

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

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

This div border color is #6BF210.


Opacity

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

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

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

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

This text has shadow with #6BF210 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BF210 on black background.


Color preview on white background

This text has color #6BF210 on white background.



Black color preview on #6BF210 background

This text has black color on #6BF210 background.


White color preview on #6BF210 background

This text has white color on #6BF210 background.