COLOR #06E50B

HEX: #06E50B
RGB: (6,229,11)

Color info

#06E50B contains mainly green color. Web safe color of #06E50B is #00CC00 (or #0C0).

RGB color model

#06E50B color RGB value is (6,229,11).

  • red value is 6;
  • green value is 229;
  • blue value is 11.
RGB:
(6,229,11)
(2%,90%,4%)

RGB channels and saturation

R 6 of 255 = 2%
G 229 of 255 = 90%
B 11 of 255 = 4%

6
229
11

R + G + B ~ 32%. #06E50B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 229 + 11 = 246 (100%)
R 6 of 246 ~ 2.44%
G 229 of 246 ~ 93.09%
B 11 of 246 ~ 4.47%

%93.09

CMYK color model

#06E50B color CMYK value is (97,0,95,10).

  • cyan value is 97.38%
  • magenta value is 0.00%
  • yellow value is 95.20%
  • key color value is 10.20%
CMYK:
(97,0,95,10)
C97M0Y95K10 
(97%,0%,95%,10%)
(0.97/0.00/0.95/0.10)	

CMYK percentages

%97.38
%0
%95.2
%10.2

Codes

Color #06E50B in popluar color models

06E50B
RGB622911
HSL121°94.89%46.08%
HSB/HSV121°97.38%89.80%
CMYK97.38%0.00%95.20%
10.20%

Color #06E50B in popluar number systems.

HEX06E50B
Decimal622911
Binary110111001011011
Octal634513

Shades and tints

Shades of #06E50B

#06E50B
(6,229,11)
#06D10A
(6,209,10)
#06BD09
(6,189,9)
#06A908
(6,169,8)
#069507
(6,149,7)
#068106
(6,129,6)
#066D05
(6,109,5)
#065904
(6,89,4)
#064503
(6,69,3)
#063102
(6,49,2)
#061D01
(6,29,1)
#000000
(0,0,0)

Tints of #06E50B

#06E50B
(6,229,11)
#1CE721
(28,231,33)
#32E937
(50,233,55)
#48EB4D
(72,235,77)
#5EED63
(94,237,99)
#74EF79
(116,239,121)
#8AF18F
(138,241,143)
#A0F3A5
(160,243,165)
#B6F5BB
(182,245,187)
#CCF7D1
(204,247,209)
#E2F9E7
(226,249,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06E50B color. Also use rgb(6,229,11) instead hex code.

Text Font Color

.myTextColor { color: #06E50B; }

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

This text font color is #06E50B.


Background Color

.myBgColor { background-color: #06E50B; }

<div style="background-color:#06E50B">Inner text</div>

This div background color is #06E50B.


Border color

.myBorderColor { border: 1px solid #06E50B; }

<div style="border:3px solid #06E50B">Div</div>

This div border color is #06E50B.


Opacity

.myOpacity80 { color: #06E50B; opacity: 0.8; }

<p style="color:#06E50B;opacity:0.8;">80%</p>

Text with #06E50B 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 #06E50B;}

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

This text has shadow with #06E50B color.

.textShadow {text-shadow: 3px 3px 1px #06E50B, 3px 3px 1px red;}

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

This text has shadow with #06E50B primary color and red secondary color.


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

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

This text has shadow with #06E50B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06E50B on black background.


Color preview on white background

This text has color #06E50B on white background.



Black color preview on #06E50B background

This text has black color on #06E50B background.


White color preview on #06E50B background

This text has white color on #06E50B background.