COLOR #35C57D

HEX: #35C57D
RGB: (53,197,125)

Color info

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

RGB color model

#35C57D color RGB value is (53,197,125).

  • red value is 53;
  • green value is 197;
  • blue value is 125.
RGB:
(53,197,125)
(21%,77%,49%)

RGB channels and saturation

R 53 of 255 = 21%
G 197 of 255 = 77%
B 125 of 255 = 49%

53
197
125

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

Portions of RGB colors in percentages

R + G + B =
53 + 197 + 125 = 375 (100%)
R 53 of 375 ~ 14.13%
G 197 of 375 ~ 52.53%
B 125 of 375 ~ 33.33%

%14.13
%52.53
%33.33

CMYK color model

#35C57D color CMYK value is (73,0,37,23).

  • cyan value is 73.10%
  • magenta value is 0.00%
  • yellow value is 36.55%
  • key color value is 22.75%
CMYK:
(73,0,37,23)
C73M0Y37K23 
(73%,0%,37%,23%)
(0.73/0.00/0.37/0.23)	

CMYK percentages

%73.1
%0
%36.55
%22.75

Codes

Color #35C57D in popluar color models

35C57D
RGB53197125
HSL150°57.60%49.02%
HSB/HSV150°73.10%77.25%
CMYK73.10%0.00%36.55%
22.75%

Color #35C57D in popluar number systems.

HEX35C57D
Decimal53197125
Binary110101110001011111101
Octal65305175

Shades and tints

Shades of #35C57D

#35C57D
(53,197,125)
#31B472
(49,180,114)
#2DA367
(45,163,103)
#29925C
(41,146,92)
#258151
(37,129,81)
#217046
(33,112,70)
#1D5F3B
(29,95,59)
#194E30
(25,78,48)
#153D25
(21,61,37)
#112C1A
(17,44,26)
#0D1B0F
(13,27,15)
#000000
(0,0,0)

Tints of #35C57D

#35C57D
(53,197,125)
#47CA88
(71,202,136)
#59CF93
(89,207,147)
#6BD49E
(107,212,158)
#7DD9A9
(125,217,169)
#8FDEB4
(143,222,180)
#A1E3BF
(161,227,191)
#B3E8CA
(179,232,202)
#C5EDD5
(197,237,213)
#D7F2E0
(215,242,224)
#E9F7EB
(233,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35C57D color. Also use rgb(53,197,125) instead hex code.

Text Font Color

.myTextColor { color: #35C57D; }

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

This text font color is #35C57D.


Background Color

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

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

This div background color is #35C57D.


Border color

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

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

This div border color is #35C57D.


Opacity

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

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

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

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

This text has shadow with #35C57D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35C57D on black background.


Color preview on white background

This text has color #35C57D on white background.



Black color preview on #35C57D background

This text has black color on #35C57D background.


White color preview on #35C57D background

This text has white color on #35C57D background.