COLOR #35BD6D

HEX: #35BD6D
RGB: (53,189,109)

Color info

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

RGB color model

#35BD6D color RGB value is (53,189,109).

  • red value is 53;
  • green value is 189;
  • blue value is 109.
RGB:
(53,189,109)
(21%,74%,43%)

RGB channels and saturation

R 53 of 255 = 21%
G 189 of 255 = 74%
B 109 of 255 = 43%

53
189
109

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

Portions of RGB colors in percentages

R + G + B =
53 + 189 + 109 = 351 (100%)
R 53 of 351 ~ 15.1%
G 189 of 351 ~ 53.85%
B 109 of 351 ~ 31.05%

%15.1
%53.85
%31.05

CMYK color model

#35BD6D color CMYK value is (72,0,42,26).

  • cyan value is 71.96%
  • magenta value is 0.00%
  • yellow value is 42.33%
  • key color value is 25.88%
CMYK:
(72,0,42,26)
C72M0Y42K26 
(72%,0%,42%,26%)
(0.72/0.00/0.42/0.26)	

CMYK percentages

%71.96
%0
%42.33
%25.88

Codes

Color #35BD6D in popluar color models

35BD6D
RGB53189109
HSL145°56.20%47.45%
HSB/HSV145°71.96%74.12%
CMYK71.96%0.00%42.33%
25.88%

Color #35BD6D in popluar number systems.

HEX35BD6D
Decimal53189109
Binary110101101111011101101
Octal65275155

Shades and tints

Shades of #35BD6D

#35BD6D
(53,189,109)
#31AC64
(49,172,100)
#2D9B5B
(45,155,91)
#298A52
(41,138,82)
#257949
(37,121,73)
#216840
(33,104,64)
#1D5737
(29,87,55)
#19462E
(25,70,46)
#153525
(21,53,37)
#11241C
(17,36,28)
#0D1313
(13,19,19)
#000000
(0,0,0)

Tints of #35BD6D

#35BD6D
(53,189,109)
#47C37A
(71,195,122)
#59C987
(89,201,135)
#6BCF94
(107,207,148)
#7DD5A1
(125,213,161)
#8FDBAE
(143,219,174)
#A1E1BB
(161,225,187)
#B3E7C8
(179,231,200)
#C5EDD5
(197,237,213)
#D7F3E2
(215,243,226)
#E9F9EF
(233,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35BD6D color. Also use rgb(53,189,109) instead hex code.

Text Font Color

.myTextColor { color: #35BD6D; }

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

This text font color is #35BD6D.


Background Color

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

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

This div background color is #35BD6D.


Border color

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

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

This div border color is #35BD6D.


Opacity

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

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

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

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

This text has shadow with #35BD6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35BD6D on black background.


Color preview on white background

This text has color #35BD6D on white background.



Black color preview on #35BD6D background

This text has black color on #35BD6D background.


White color preview on #35BD6D background

This text has white color on #35BD6D background.