COLOR #67D21F

HEX: #67D21F RGB: (103,210,31)

Color info

#67D21F contains mainly green color. Web safe color of #67D21F is #66CC33 (or #6C3).

RGB color model

#67D21F color RGB value is (103,210,31).

RGB: (103,210,31) (40%, 82%, 12%)

RGB channels and saturation

R 103 of 255 = 40%
G 210 of 255 = 82%
B 31 of 255 = 12%

103
210
31

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

Portions of RGB colors in percentages

R + G + B = 103 + 210 + 31 = 344 (100%)
R 103 of 344 ~ 29.94%
G 210 of 344 ~ 61.05%
B 31 of 344 ~ 9.01'%

%29.94
%61.05

CMYK color model

#67D21F color CMYK value is (51,0,85,18).

  • cyan value is 50.95%
  • magenta value is 0.00%
  • yellow value is 85.24%
  • key color value is 17.65%

CMYK: (51,0,85,18)
C51M0Y85K18 (51%, 0%, 85%, 18%)
(0.51 / 0.00 / 0.85 / 0.18)

CMYK percentages

%50.95
%0
%85.24
%17.65

Codes

Color #67D21F in popluar color models

67 D2 1F
RGB 103 210 31
HSL 96° 74.27% 47.25%
HSB/HSV 96° 85.24% 82.35%
CMYK 50.95% 0.00% 85.24%
17.65%

Color #67D21F in popluar number systems.

HEX 67 D2 1F
Decimal 103 210 31
Binary 1100111 11010010 11111
Octal 147 322 37

Shades and tints

Shades of #67D21F

#67D21F
(103,210,31)
#5EBF1D
(94,191,29)
#55AC1B
(85,172,27)
#4C9919
(76,153,25)
#438617
(67,134,23)
#3A7315
(58,115,21)
#316013
(49,96,19)
#284D11
(40,77,17)
#1F3A0F
(31,58,15)
#16270D
(22,39,13)
#0D140B
(13,20,11)
#000000
(0,0,0)

Tints of #67D21F

#67D21F
(103,210,31)
#74D633
(116,214,51)
#81DA47
(129,218,71)
#8EDE5B
(142,222,91)
#9BE26F
(155,226,111)
#A8E683
(168,230,131)
#B5EA97
(181,234,151)
#C2EEAB
(194,238,171)
#CFF2BF
(207,242,191)
#DCF6D3
(220,246,211)
#E9FAE7
(233,250,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #67D21F color. Also use rgb(103,210,31) instead hex code.

Text Font Color

.myTextColor { color: #67D21F; }

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

This text font color is #67D21F.

Background Color

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

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

This div background color is #67D21F.

Border color

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

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

This div border color is #67D21F.

Opacity

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

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

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

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

This text has shadow with #67D21F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #67D21F.

Preview

Color preview on black background

This text has color #67D21F on black background.


Color preview on white background

This text has color #67D21F on white background.


Black color preview on #67D21F background

This text has black color on #67D21F background.


White color preview on #67D21F background

This text has white color on #67D21F background.


Related colors

Complementary color

Complementary color for #hex is #982DE0.


I love getcolorcode.com

Triadic colors

1 #1F67D2 and #D21F67 with #67D21F are triadic colors.

2 #1FD267 and #D2671F with #67D21F are triadic colors.