COLOR #06EE77

HEX: #06EE77
RGB: (6,238,119)

Color info

#06EE77 contains mainly green color. Web safe color of #06EE77 is #00FF66 (or #0F6).

RGB color model

#06EE77 color RGB value is (6,238,119).

  • red value is 6;
  • green value is 238;
  • blue value is 119.
RGB:
(6,238,119)
(2%,93%,47%)

RGB channels and saturation

R 6 of 255 = 2%
G 238 of 255 = 93%
B 119 of 255 = 47%

6
238
119

R + G + B ~ 47%. #06EE77 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
6 + 238 + 119 = 363 (100%)
R 6 of 363 ~ 1.65%
G 238 of 363 ~ 65.56%
B 119 of 363 ~ 32.78%

%65.56
%32.78

CMYK color model

#06EE77 color CMYK value is (97,0,50,7).

  • cyan value is 97.48%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 6.67%
CMYK:
(97,0,50,7)
C97M0Y50K7 
(97%,0%,50%,7%)
(0.97/0.00/0.50/0.07)	

CMYK percentages

%97.48
%0
%50
%6.67

Codes

Color #06EE77 in popluar color models

06EE77
RGB6238119
HSL149°95.08%47.84%
HSB/HSV149°97.48%93.33%
CMYK97.48%0.00%50.00%
6.67%

Color #06EE77 in popluar number systems.

HEX06EE77
Decimal6238119
Binary110111011101110111
Octal6356167

Shades and tints

Shades of #06EE77

#06EE77
(6,238,119)
#06D96D
(6,217,109)
#06C463
(6,196,99)
#06AF59
(6,175,89)
#069A4F
(6,154,79)
#068545
(6,133,69)
#06703B
(6,112,59)
#065B31
(6,91,49)
#064627
(6,70,39)
#06311D
(6,49,29)
#061C13
(6,28,19)
#000000
(0,0,0)

Tints of #06EE77

#06EE77
(6,238,119)
#1CEF83
(28,239,131)
#32F08F
(50,240,143)
#48F19B
(72,241,155)
#5EF2A7
(94,242,167)
#74F3B3
(116,243,179)
#8AF4BF
(138,244,191)
#A0F5CB
(160,245,203)
#B6F6D7
(182,246,215)
#CCF7E3
(204,247,227)
#E2F8EF
(226,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06EE77 color. Also use rgb(6,238,119) instead hex code.

Text Font Color

.myTextColor { color: #06EE77; }

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

This text font color is #06EE77.


Background Color

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

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

This div background color is #06EE77.


Border color

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

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

This div border color is #06EE77.


Opacity

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

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

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

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

This text has shadow with #06EE77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06EE77 on black background.


Color preview on white background

This text has color #06EE77 on white background.



Black color preview on #06EE77 background

This text has black color on #06EE77 background.


White color preview on #06EE77 background

This text has white color on #06EE77 background.