COLOR #67F993

HEX: #67F993
RGB: (103,249,147)

Color info

#67F993 contains mainly green color. Web safe color of #67F993 is #66FF99 (or #6F9).

RGB color model

#67F993 color RGB value is (103,249,147).

  • red value is 103;
  • green value is 249;
  • blue value is 147.
RGB:
(103,249,147)
(40%,98%,58%)

RGB channels and saturation

R 103 of 255 = 40%
G 249 of 255 = 98%
B 147 of 255 = 58%

103
249
147

R + G + B ~ 65%. #67F993 is quite light color.

Portions of RGB colors in percentages

R + G + B =
103 + 249 + 147 = 499 (100%)
R 103 of 499 ~ 20.64%
G 249 of 499 ~ 49.9%
B 147 of 499 ~ 29.46%

%20.64
%49.9
%29.46

CMYK color model

#67F993 color CMYK value is (59,0,41,2).

  • cyan value is 58.63%
  • magenta value is 0.00%
  • yellow value is 40.96%
  • key color value is 2.35%
CMYK:
(59,0,41,2)
C59M0Y41K2 
(59%,0%,41%,2%)
(0.59/0.00/0.41/0.02)	

CMYK percentages

%58.63
%0
%40.96
%2.35

Codes

Color #67F993 in popluar color models

67F993
RGB103249147
HSL138°92.41%69.02%
HSB/HSV138°58.63%97.65%
CMYK58.63%0.00%40.96%
2.35%

Color #67F993 in popluar number systems.

HEX67F993
Decimal103249147
Binary11001111111100110010011
Octal147371223

Shades and tints

Shades of #67F993

#67F993
(103,249,147)
#5EE386
(94,227,134)
#55CD79
(85,205,121)
#4CB76C
(76,183,108)
#43A15F
(67,161,95)
#3A8B52
(58,139,82)
#317545
(49,117,69)
#285F38
(40,95,56)
#1F492B
(31,73,43)
#16331E
(22,51,30)
#0D1D11
(13,29,17)
#000000
(0,0,0)

Tints of #67F993

#67F993
(103,249,147)
#74F99C
(116,249,156)
#81F9A5
(129,249,165)
#8EF9AE
(142,249,174)
#9BF9B7
(155,249,183)
#A8F9C0
(168,249,192)
#B5F9C9
(181,249,201)
#C2F9D2
(194,249,210)
#CFF9DB
(207,249,219)
#DCF9E4
(220,249,228)
#E9F9ED
(233,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #67F993 color. Also use rgb(103,249,147) instead hex code.

Text Font Color

.myTextColor { color: #67F993; }

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

This text font color is #67F993.


Background Color

.myBgColor { background-color: #67F993; }

<div style="background-color:#67F993">Inner text</div>

This div background color is #67F993.


Border color

.myBorderColor { border: 1px solid #67F993; }

<div style="border:3px solid #67F993">Div</div>

This div border color is #67F993.


Opacity

.myOpacity80 { color: #67F993; opacity: 0.8; }

<p style="color:#67F993;opacity:0.8;">80%</p>

Text with #67F993 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 #67F993;}

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

This text has shadow with #67F993 color.

.textShadow {text-shadow: 3px 3px 1px #67F993, 3px 3px 1px red;}

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

This text has shadow with #67F993 primary color and red secondary color.


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

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

This text has shadow with #67F993 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #67F993 on black background.


Color preview on white background

This text has color #67F993 on white background.



Black color preview on #67F993 background

This text has black color on #67F993 background.


White color preview on #67F993 background

This text has white color on #67F993 background.