COLOR #06DF74

HEX: #06DF74
RGB: (6,223,116)

Color info

#06DF74 contains mainly green color. Web safe color of #06DF74 is #00CC66 (or #0C6).

RGB color model

#06DF74 color RGB value is (6,223,116).

  • red value is 6;
  • green value is 223;
  • blue value is 116.
RGB:
(6,223,116)
(2%,87%,45%)

RGB channels and saturation

R 6 of 255 = 2%
G 223 of 255 = 87%
B 116 of 255 = 45%

6
223
116

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

Portions of RGB colors in percentages

R + G + B =
6 + 223 + 116 = 345 (100%)
R 6 of 345 ~ 1.74%
G 223 of 345 ~ 64.64%
B 116 of 345 ~ 33.62%

%64.64
%33.62

CMYK color model

#06DF74 color CMYK value is (97,0,48,13).

  • cyan value is 97.31%
  • magenta value is 0.00%
  • yellow value is 47.98%
  • key color value is 12.55%
CMYK:
(97,0,48,13)
C97M0Y48K13 
(97%,0%,48%,13%)
(0.97/0.00/0.48/0.13)	

CMYK percentages

%97.31
%0
%47.98
%12.55

Codes

Color #06DF74 in popluar color models

06DF74
RGB6223116
HSL150°94.76%44.90%
HSB/HSV150°97.31%87.45%
CMYK97.31%0.00%47.98%
12.55%

Color #06DF74 in popluar number systems.

HEX06DF74
Decimal6223116
Binary110110111111110100
Octal6337164

Shades and tints

Shades of #06DF74

#06DF74
(6,223,116)
#06CB6A
(6,203,106)
#06B760
(6,183,96)
#06A356
(6,163,86)
#068F4C
(6,143,76)
#067B42
(6,123,66)
#066738
(6,103,56)
#06532E
(6,83,46)
#063F24
(6,63,36)
#062B1A
(6,43,26)
#061710
(6,23,16)
#000000
(0,0,0)

Tints of #06DF74

#06DF74
(6,223,116)
#1CE180
(28,225,128)
#32E38C
(50,227,140)
#48E598
(72,229,152)
#5EE7A4
(94,231,164)
#74E9B0
(116,233,176)
#8AEBBC
(138,235,188)
#A0EDC8
(160,237,200)
#B6EFD4
(182,239,212)
#CCF1E0
(204,241,224)
#E2F3EC
(226,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06DF74 color. Also use rgb(6,223,116) instead hex code.

Text Font Color

.myTextColor { color: #06DF74; }

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

This text font color is #06DF74.


Background Color

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

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

This div background color is #06DF74.


Border color

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

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

This div border color is #06DF74.


Opacity

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

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

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

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

This text has shadow with #06DF74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06DF74 on black background.


Color preview on white background

This text has color #06DF74 on white background.



Black color preview on #06DF74 background

This text has black color on #06DF74 background.


White color preview on #06DF74 background

This text has white color on #06DF74 background.