COLOR #42B65F

HEX: #42B65F
RGB: (66,182,95)

Color info

#42B65F contains mainly green color. Web safe color of #42B65F is #33CC66 (or #3C6).

RGB color model

#42B65F color RGB value is (66,182,95).

  • red value is 66;
  • green value is 182;
  • blue value is 95.
RGB:
(66,182,95)
(26%,71%,37%)

RGB channels and saturation

R 66 of 255 = 26%
G 182 of 255 = 71%
B 95 of 255 = 37%

66
182
95

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

Portions of RGB colors in percentages

R + G + B =
66 + 182 + 95 = 343 (100%)
R 66 of 343 ~ 19.24%
G 182 of 343 ~ 53.06%
B 95 of 343 ~ 27.7%

%19.24
%53.06
%27.7

CMYK color model

#42B65F color CMYK value is (64,0,48,29).

  • cyan value is 63.74%
  • magenta value is 0.00%
  • yellow value is 47.80%
  • key color value is 28.63%
CMYK:
(64,0,48,29)
C64M0Y48K29 
(64%,0%,48%,29%)
(0.64/0.00/0.48/0.29)	

CMYK percentages

%63.74
%0
%47.8
%28.63

Codes

Color #42B65F in popluar color models

42B65F
RGB6618295
HSL135°46.77%48.63%
HSB/HSV135°63.74%71.37%
CMYK63.74%0.00%47.80%
28.63%

Color #42B65F in popluar number systems.

HEX42B65F
Decimal6618295
Binary1000010101101101011111
Octal102266137

Shades and tints

Shades of #42B65F

#42B65F
(66,182,95)
#3CA657
(60,166,87)
#36964F
(54,150,79)
#308647
(48,134,71)
#2A763F
(42,118,63)
#246637
(36,102,55)
#1E562F
(30,86,47)
#184627
(24,70,39)
#12361F
(18,54,31)
#0C2617
(12,38,23)
#06160F
(6,22,15)
#000000
(0,0,0)

Tints of #42B65F

#42B65F
(66,182,95)
#53BC6D
(83,188,109)
#64C27B
(100,194,123)
#75C889
(117,200,137)
#86CE97
(134,206,151)
#97D4A5
(151,212,165)
#A8DAB3
(168,218,179)
#B9E0C1
(185,224,193)
#CAE6CF
(202,230,207)
#DBECDD
(219,236,221)
#ECF2EB
(236,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42B65F color. Also use rgb(66,182,95) instead hex code.

Text Font Color

.myTextColor { color: #42B65F; }

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

This text font color is #42B65F.


Background Color

.myBgColor { background-color: #42B65F; }

<div style="background-color:#42B65F">Inner text</div>

This div background color is #42B65F.


Border color

.myBorderColor { border: 1px solid #42B65F; }

<div style="border:3px solid #42B65F">Div</div>

This div border color is #42B65F.


Opacity

.myOpacity80 { color: #42B65F; opacity: 0.8; }

<p style="color:#42B65F;opacity:0.8;">80%</p>

Text with #42B65F 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 #42B65F;}

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

This text has shadow with #42B65F color.

.textShadow {text-shadow: 3px 3px 1px #42B65F, 3px 3px 1px red;}

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

This text has shadow with #42B65F primary color and red secondary color.


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

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

This text has shadow with #42B65F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42B65F on black background.


Color preview on white background

This text has color #42B65F on white background.



Black color preview on #42B65F background

This text has black color on #42B65F background.


White color preview on #42B65F background

This text has white color on #42B65F background.