COLOR #67CF90

HEX: #67CF90
RGB: (103,207,144)

Color info

#67CF90 contains mainly green color. Web safe color of #67CF90 is #66CC99 (or #6C9).

RGB color model

#67CF90 color RGB value is (103,207,144).

  • red value is 103;
  • green value is 207;
  • blue value is 144.
RGB:
(103,207,144)
(40%,81%,56%)

RGB channels and saturation

R 103 of 255 = 40%
G 207 of 255 = 81%
B 144 of 255 = 56%

103
207
144

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

Portions of RGB colors in percentages

R + G + B =
103 + 207 + 144 = 454 (100%)
R 103 of 454 ~ 22.69%
G 207 of 454 ~ 45.59%
B 144 of 454 ~ 31.72%

%22.69
%45.59
%31.72

CMYK color model

#67CF90 color CMYK value is (50,0,30,19).

  • cyan value is 50.24%
  • magenta value is 0.00%
  • yellow value is 30.43%
  • key color value is 18.82%
CMYK:
(50,0,30,19)
C50M0Y30K19 
(50%,0%,30%,19%)
(0.50/0.00/0.30/0.19)	

CMYK percentages

%50.24
%0
%30.43
%18.82

Codes

Color #67CF90 in popluar color models

67CF90
RGB103207144
HSL144°52.00%60.78%
HSB/HSV144°50.24%81.18%
CMYK50.24%0.00%30.43%
18.82%

Color #67CF90 in popluar number systems.

HEX67CF90
Decimal103207144
Binary11001111100111110010000
Octal147317220

Shades and tints

Shades of #67CF90

#67CF90
(103,207,144)
#5EBD83
(94,189,131)
#55AB76
(85,171,118)
#4C9969
(76,153,105)
#43875C
(67,135,92)
#3A754F
(58,117,79)
#316342
(49,99,66)
#285135
(40,81,53)
#1F3F28
(31,63,40)
#162D1B
(22,45,27)
#0D1B0E
(13,27,14)
#000000
(0,0,0)

Tints of #67CF90

#67CF90
(103,207,144)
#74D39A
(116,211,154)
#81D7A4
(129,215,164)
#8EDBAE
(142,219,174)
#9BDFB8
(155,223,184)
#A8E3C2
(168,227,194)
#B5E7CC
(181,231,204)
#C2EBD6
(194,235,214)
#CFEFE0
(207,239,224)
#DCF3EA
(220,243,234)
#E9F7F4
(233,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #67CF90 color. Also use rgb(103,207,144) instead hex code.

Text Font Color

.myTextColor { color: #67CF90; }

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

This text font color is #67CF90.


Background Color

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

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

This div background color is #67CF90.


Border color

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

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

This div border color is #67CF90.


Opacity

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

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

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

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

This text has shadow with #67CF90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #67CF90 on black background.


Color preview on white background

This text has color #67CF90 on white background.



Black color preview on #67CF90 background

This text has black color on #67CF90 background.


White color preview on #67CF90 background

This text has white color on #67CF90 background.