COLOR #40F692

HEX: #40F692
RGB: (64,246,146)

Color info

#40F692 contains mainly green color. Web safe color of #40F692 is #33FF99 (or #3F9).

RGB color model

#40F692 color RGB value is (64,246,146).

  • red value is 64;
  • green value is 246;
  • blue value is 146.
RGB:
(64,246,146)
(25%,96%,57%)

RGB channels and saturation

R 64 of 255 = 25%
G 246 of 255 = 96%
B 146 of 255 = 57%

64
246
146

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

Portions of RGB colors in percentages

R + G + B =
64 + 246 + 146 = 456 (100%)
R 64 of 456 ~ 14.04%
G 246 of 456 ~ 53.95%
B 146 of 456 ~ 32.02%

%14.04
%53.95
%32.02

CMYK color model

#40F692 color CMYK value is (74,0,41,4).

  • cyan value is 73.98%
  • magenta value is 0.00%
  • yellow value is 40.65%
  • key color value is 3.53%
CMYK:
(74,0,41,4)
C74M0Y41K4 
(74%,0%,41%,4%)
(0.74/0.00/0.41/0.04)	

CMYK percentages

%73.98
%0
%40.65
%3.53

Codes

Color #40F692 in popluar color models

40F692
RGB64246146
HSL147°91.00%60.78%
HSB/HSV147°73.98%96.47%
CMYK73.98%0.00%40.65%
3.53%

Color #40F692 in popluar number systems.

HEX40F692
Decimal64246146
Binary10000001111011010010010
Octal100366222

Shades and tints

Shades of #40F692

#40F692
(64,246,146)
#3BE085
(59,224,133)
#36CA78
(54,202,120)
#31B46B
(49,180,107)
#2C9E5E
(44,158,94)
#278851
(39,136,81)
#227244
(34,114,68)
#1D5C37
(29,92,55)
#18462A
(24,70,42)
#13301D
(19,48,29)
#0E1A10
(14,26,16)
#000000
(0,0,0)

Tints of #40F692

#40F692
(64,246,146)
#51F69B
(81,246,155)
#62F6A4
(98,246,164)
#73F6AD
(115,246,173)
#84F6B6
(132,246,182)
#95F6BF
(149,246,191)
#A6F6C8
(166,246,200)
#B7F6D1
(183,246,209)
#C8F6DA
(200,246,218)
#D9F6E3
(217,246,227)
#EAF6EC
(234,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40F692 color. Also use rgb(64,246,146) instead hex code.

Text Font Color

.myTextColor { color: #40F692; }

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

This text font color is #40F692.


Background Color

.myBgColor { background-color: #40F692; }

<div style="background-color:#40F692">Inner text</div>

This div background color is #40F692.


Border color

.myBorderColor { border: 1px solid #40F692; }

<div style="border:3px solid #40F692">Div</div>

This div border color is #40F692.


Opacity

.myOpacity80 { color: #40F692; opacity: 0.8; }

<p style="color:#40F692;opacity:0.8;">80%</p>

Text with #40F692 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 #40F692;}

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

This text has shadow with #40F692 color.

.textShadow {text-shadow: 3px 3px 1px #40F692, 3px 3px 1px red;}

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

This text has shadow with #40F692 primary color and red secondary color.


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

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

This text has shadow with #40F692 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40F692 on black background.


Color preview on white background

This text has color #40F692 on white background.



Black color preview on #40F692 background

This text has black color on #40F692 background.


White color preview on #40F692 background

This text has white color on #40F692 background.