COLOR #6AFF67

HEX: #6AFF67
RGB: (106,255,103)

Color info

#6AFF67 contains mainly green color. Web safe color of #6AFF67 is #66FF66 (or #6F6).

RGB color model

#6AFF67 color RGB value is (106,255,103).

  • red value is 106;
  • green value is 255;
  • blue value is 103.
RGB:
(106,255,103)
(42%,100%,40%)

RGB channels and saturation

R 106 of 255 = 42%
G 255 of 255 = 100%
B 103 of 255 = 40%

106
255
103

R + G + B ~ 61%. #6AFF67 is quite light color.

Portions of RGB colors in percentages

R + G + B =
106 + 255 + 103 = 464 (100%)
R 106 of 464 ~ 22.84%
G 255 of 464 ~ 54.96%
B 103 of 464 ~ 22.2%

%22.84
%54.96
%22.2

CMYK color model

#6AFF67 color CMYK value is (58,0,60,0).

  • cyan value is 58.43%
  • magenta value is 0.00%
  • yellow value is 59.61%
  • key color value is 0.00%
CMYK:
(58,0,60,0)
C58M0Y60K0 
(58%,0%,60%,0%)
(0.58/0.00/0.60/0.00)	

CMYK percentages

%58.43
%0
%59.61
%0

Codes

Color #6AFF67 in popluar color models

6AFF67
RGB106255103
HSL119°100.00%70.20%
HSB/HSV119°59.61%100.00%
CMYK58.43%0.00%59.61%
0.00%

Color #6AFF67 in popluar number systems.

HEX6AFF67
Decimal106255103
Binary1101010111111111100111
Octal152377147

Shades and tints

Shades of #6AFF67

#6AFF67
(106,255,103)
#61E85E
(97,232,94)
#58D155
(88,209,85)
#4FBA4C
(79,186,76)
#46A343
(70,163,67)
#3D8C3A
(61,140,58)
#347531
(52,117,49)
#2B5E28
(43,94,40)
#22471F
(34,71,31)
#193016
(25,48,22)
#10190D
(16,25,13)
#000000
(0,0,0)

Tints of #6AFF67

#6AFF67
(106,255,103)
#77FF74
(119,255,116)
#84FF81
(132,255,129)
#91FF8E
(145,255,142)
#9EFF9B
(158,255,155)
#ABFFA8
(171,255,168)
#B8FFB5
(184,255,181)
#C5FFC2
(197,255,194)
#D2FFCF
(210,255,207)
#DFFFDC
(223,255,220)
#ECFFE9
(236,255,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AFF67 color. Also use rgb(106,255,103) instead hex code.

Text Font Color

.myTextColor { color: #6AFF67; }

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

This text font color is #6AFF67.


Background Color

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

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

This div background color is #6AFF67.


Border color

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

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

This div border color is #6AFF67.


Opacity

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

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

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

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

This text has shadow with #6AFF67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AFF67 on black background.


Color preview on white background

This text has color #6AFF67 on white background.



Black color preview on #6AFF67 background

This text has black color on #6AFF67 background.


White color preview on #6AFF67 background

This text has white color on #6AFF67 background.