COLOR #42F853

HEX: #42F853
RGB: (66,248,83)

Color info

#42F853 contains mainly green color. Web safe color of #42F853 is #33FF66 (or #3F6).

RGB color model

#42F853 color RGB value is (66,248,83).

  • red value is 66;
  • green value is 248;
  • blue value is 83.
RGB:
(66,248,83)
(26%,97%,33%)

RGB channels and saturation

R 66 of 255 = 26%
G 248 of 255 = 97%
B 83 of 255 = 33%

66
248
83

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

Portions of RGB colors in percentages

R + G + B =
66 + 248 + 83 = 397 (100%)
R 66 of 397 ~ 16.62%
G 248 of 397 ~ 62.47%
B 83 of 397 ~ 20.91%

%16.62
%62.47
%20.91

CMYK color model

#42F853 color CMYK value is (73,0,67,3).

  • cyan value is 73.39%
  • magenta value is 0.00%
  • yellow value is 66.53%
  • key color value is 2.75%
CMYK:
(73,0,67,3)
C73M0Y67K3 
(73%,0%,67%,3%)
(0.73/0.00/0.67/0.03)	

CMYK percentages

%73.39
%0
%66.53
%2.75

Codes

Color #42F853 in popluar color models

42F853
RGB6624883
HSL126°92.86%61.57%
HSB/HSV126°73.39%97.25%
CMYK73.39%0.00%66.53%
2.75%

Color #42F853 in popluar number systems.

HEX42F853
Decimal6624883
Binary1000010111110001010011
Octal102370123

Shades and tints

Shades of #42F853

#42F853
(66,248,83)
#3CE24C
(60,226,76)
#36CC45
(54,204,69)
#30B63E
(48,182,62)
#2AA037
(42,160,55)
#248A30
(36,138,48)
#1E7429
(30,116,41)
#185E22
(24,94,34)
#12481B
(18,72,27)
#0C3214
(12,50,20)
#061C0D
(6,28,13)
#000000
(0,0,0)

Tints of #42F853

#42F853
(66,248,83)
#53F862
(83,248,98)
#64F871
(100,248,113)
#75F880
(117,248,128)
#86F88F
(134,248,143)
#97F89E
(151,248,158)
#A8F8AD
(168,248,173)
#B9F8BC
(185,248,188)
#CAF8CB
(202,248,203)
#DBF8DA
(219,248,218)
#ECF8E9
(236,248,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42F853 color. Also use rgb(66,248,83) instead hex code.

Text Font Color

.myTextColor { color: #42F853; }

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

This text font color is #42F853.


Background Color

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

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

This div background color is #42F853.


Border color

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

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

This div border color is #42F853.


Opacity

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

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

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

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

This text has shadow with #42F853 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42F853 on black background.


Color preview on white background

This text has color #42F853 on white background.



Black color preview on #42F853 background

This text has black color on #42F853 background.


White color preview on #42F853 background

This text has white color on #42F853 background.