COLOR #35D943

HEX: #35D943
RGB: (53,217,67)

Color info

#35D943 contains mainly green color. Web safe color of #35D943 is #33CC33 (or #3C3).

RGB color model

#35D943 color RGB value is (53,217,67).

  • red value is 53;
  • green value is 217;
  • blue value is 67.
RGB:
(53,217,67)
(21%,85%,26%)

RGB channels and saturation

R 53 of 255 = 21%
G 217 of 255 = 85%
B 67 of 255 = 26%

53
217
67

R + G + B ~ 44%. #35D943 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
53 + 217 + 67 = 337 (100%)
R 53 of 337 ~ 15.73%
G 217 of 337 ~ 64.39%
B 67 of 337 ~ 19.88%

%15.73
%64.39
%19.88

CMYK color model

#35D943 color CMYK value is (76,0,69,15).

  • cyan value is 75.58%
  • magenta value is 0.00%
  • yellow value is 69.12%
  • key color value is 14.90%
CMYK:
(76,0,69,15)
C76M0Y69K15 
(76%,0%,69%,15%)
(0.76/0.00/0.69/0.15)	

CMYK percentages

%75.58
%0
%69.12
%14.9

Codes

Color #35D943 in popluar color models

35D943
RGB5321767
HSL125°68.33%52.94%
HSB/HSV125°75.58%85.10%
CMYK75.58%0.00%69.12%
14.90%

Color #35D943 in popluar number systems.

HEX35D943
Decimal5321767
Binary110101110110011000011
Octal65331103

Shades and tints

Shades of #35D943

#35D943
(53,217,67)
#31C63D
(49,198,61)
#2DB337
(45,179,55)
#29A031
(41,160,49)
#258D2B
(37,141,43)
#217A25
(33,122,37)
#1D671F
(29,103,31)
#195419
(25,84,25)
#154113
(21,65,19)
#112E0D
(17,46,13)
#0D1B07
(13,27,7)
#000000
(0,0,0)

Tints of #35D943

#35D943
(53,217,67)
#47DC54
(71,220,84)
#59DF65
(89,223,101)
#6BE276
(107,226,118)
#7DE587
(125,229,135)
#8FE898
(143,232,152)
#A1EBA9
(161,235,169)
#B3EEBA
(179,238,186)
#C5F1CB
(197,241,203)
#D7F4DC
(215,244,220)
#E9F7ED
(233,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35D943 color. Also use rgb(53,217,67) instead hex code.

Text Font Color

.myTextColor { color: #35D943; }

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

This text font color is #35D943.


Background Color

.myBgColor { background-color: #35D943; }

<div style="background-color:#35D943">Inner text</div>

This div background color is #35D943.


Border color

.myBorderColor { border: 1px solid #35D943; }

<div style="border:3px solid #35D943">Div</div>

This div border color is #35D943.


Opacity

.myOpacity80 { color: #35D943; opacity: 0.8; }

<p style="color:#35D943;opacity:0.8;">80%</p>

Text with #35D943 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 #35D943;}

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

This text has shadow with #35D943 color.

.textShadow {text-shadow: 3px 3px 1px #35D943, 3px 3px 1px red;}

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

This text has shadow with #35D943 primary color and red secondary color.


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

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

This text has shadow with #35D943 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35D943 on black background.


Color preview on white background

This text has color #35D943 on white background.



Black color preview on #35D943 background

This text has black color on #35D943 background.


White color preview on #35D943 background

This text has white color on #35D943 background.