COLOR #35FC79

HEX: #35FC79
RGB: (53,252,121)

Color info

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

RGB color model

#35FC79 color RGB value is (53,252,121).

  • red value is 53;
  • green value is 252;
  • blue value is 121.
RGB:
(53,252,121)
(21%,99%,47%)

RGB channels and saturation

R 53 of 255 = 21%
G 252 of 255 = 99%
B 121 of 255 = 47%

53
252
121

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

Portions of RGB colors in percentages

R + G + B =
53 + 252 + 121 = 426 (100%)
R 53 of 426 ~ 12.44%
G 252 of 426 ~ 59.15%
B 121 of 426 ~ 28.4%

%12.44
%59.15
%28.4

CMYK color model

#35FC79 color CMYK value is (79,0,52,1).

  • cyan value is 78.97%
  • magenta value is 0.00%
  • yellow value is 51.98%
  • key color value is 1.18%
CMYK:
(79,0,52,1)
C79M0Y52K1 
(79%,0%,52%,1%)
(0.79/0.00/0.52/0.01)	

CMYK percentages

%78.97
%0
%51.98
%1.18

Codes

Color #35FC79 in popluar color models

35FC79
RGB53252121
HSL141°97.07%59.80%
HSB/HSV141°78.97%98.82%
CMYK78.97%0.00%51.98%
1.18%

Color #35FC79 in popluar number systems.

HEX35FC79
Decimal53252121
Binary110101111111001111001
Octal65374171

Shades and tints

Shades of #35FC79

#35FC79
(53,252,121)
#31E66E
(49,230,110)
#2DD063
(45,208,99)
#29BA58
(41,186,88)
#25A44D
(37,164,77)
#218E42
(33,142,66)
#1D7837
(29,120,55)
#19622C
(25,98,44)
#154C21
(21,76,33)
#113616
(17,54,22)
#0D200B
(13,32,11)
#000000
(0,0,0)

Tints of #35FC79

#35FC79
(53,252,121)
#47FC85
(71,252,133)
#59FC91
(89,252,145)
#6BFC9D
(107,252,157)
#7DFCA9
(125,252,169)
#8FFCB5
(143,252,181)
#A1FCC1
(161,252,193)
#B3FCCD
(179,252,205)
#C5FCD9
(197,252,217)
#D7FCE5
(215,252,229)
#E9FCF1
(233,252,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35FC79 color. Also use rgb(53,252,121) instead hex code.

Text Font Color

.myTextColor { color: #35FC79; }

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

This text font color is #35FC79.


Background Color

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

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

This div background color is #35FC79.


Border color

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

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

This div border color is #35FC79.


Opacity

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

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

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

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

This text has shadow with #35FC79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35FC79 on black background.


Color preview on white background

This text has color #35FC79 on white background.



Black color preview on #35FC79 background

This text has black color on #35FC79 background.


White color preview on #35FC79 background

This text has white color on #35FC79 background.