COLOR #35C860

HEX: #35C860
RGB: (53,200,96)

Color info

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

RGB color model

#35C860 color RGB value is (53,200,96).

  • red value is 53;
  • green value is 200;
  • blue value is 96.
RGB:
(53,200,96)
(21%,78%,38%)

RGB channels and saturation

R 53 of 255 = 21%
G 200 of 255 = 78%
B 96 of 255 = 38%

53
200
96

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

Portions of RGB colors in percentages

R + G + B =
53 + 200 + 96 = 349 (100%)
R 53 of 349 ~ 15.19%
G 200 of 349 ~ 57.31%
B 96 of 349 ~ 27.51%

%15.19
%57.31
%27.51

CMYK color model

#35C860 color CMYK value is (74,0,52,22).

  • cyan value is 73.50%
  • magenta value is 0.00%
  • yellow value is 52.00%
  • key color value is 21.57%
CMYK:
(74,0,52,22)
C74M0Y52K22 
(74%,0%,52%,22%)
(0.74/0.00/0.52/0.22)	

CMYK percentages

%73.5
%0
%52
%21.57

Codes

Color #35C860 in popluar color models

35C860
RGB5320096
HSL138°58.10%49.61%
HSB/HSV138°73.50%78.43%
CMYK73.50%0.00%52.00%
21.57%

Color #35C860 in popluar number systems.

HEX35C860
Decimal5320096
Binary110101110010001100000
Octal65310140

Shades and tints

Shades of #35C860

#35C860
(53,200,96)
#31B658
(49,182,88)
#2DA450
(45,164,80)
#299248
(41,146,72)
#258040
(37,128,64)
#216E38
(33,110,56)
#1D5C30
(29,92,48)
#194A28
(25,74,40)
#153820
(21,56,32)
#112618
(17,38,24)
#0D1410
(13,20,16)
#000000
(0,0,0)

Tints of #35C860

#35C860
(53,200,96)
#47CD6E
(71,205,110)
#59D27C
(89,210,124)
#6BD78A
(107,215,138)
#7DDC98
(125,220,152)
#8FE1A6
(143,225,166)
#A1E6B4
(161,230,180)
#B3EBC2
(179,235,194)
#C5F0D0
(197,240,208)
#D7F5DE
(215,245,222)
#E9FAEC
(233,250,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35C860 color. Also use rgb(53,200,96) instead hex code.

Text Font Color

.myTextColor { color: #35C860; }

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

This text font color is #35C860.


Background Color

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

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

This div background color is #35C860.


Border color

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

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

This div border color is #35C860.


Opacity

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

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

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

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

This text has shadow with #35C860 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35C860 on black background.


Color preview on white background

This text has color #35C860 on white background.



Black color preview on #35C860 background

This text has black color on #35C860 background.


White color preview on #35C860 background

This text has white color on #35C860 background.