COLOR #35CF6D

HEX: #35CF6D
RGB: (53,207,109)

Color info

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

RGB color model

#35CF6D color RGB value is (53,207,109).

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

RGB channels and saturation

R 53 of 255 = 21%
G 207 of 255 = 81%
B 109 of 255 = 43%

53
207
109

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

Portions of RGB colors in percentages

R + G + B =
53 + 207 + 109 = 369 (100%)
R 53 of 369 ~ 14.36%
G 207 of 369 ~ 56.1%
B 109 of 369 ~ 29.54%

%14.36
%56.1
%29.54

CMYK color model

#35CF6D color CMYK value is (74,0,47,19).

  • cyan value is 74.40%
  • magenta value is 0.00%
  • yellow value is 47.34%
  • key color value is 18.82%
CMYK:
(74,0,47,19)
C74M0Y47K19 
(74%,0%,47%,19%)
(0.74/0.00/0.47/0.19)	

CMYK percentages

%74.4
%0
%47.34
%18.82

Codes

Color #35CF6D in popluar color models

35CF6D
RGB53207109
HSL142°61.60%50.98%
HSB/HSV142°74.40%81.18%
CMYK74.40%0.00%47.34%
18.82%

Color #35CF6D in popluar number systems.

HEX35CF6D
Decimal53207109
Binary110101110011111101101
Octal65317155

Shades and tints

Shades of #35CF6D

#35CF6D
(53,207,109)
#31BD64
(49,189,100)
#2DAB5B
(45,171,91)
#299952
(41,153,82)
#258749
(37,135,73)
#217540
(33,117,64)
#1D6337
(29,99,55)
#19512E
(25,81,46)
#153F25
(21,63,37)
#112D1C
(17,45,28)
#0D1B13
(13,27,19)
#000000
(0,0,0)

Tints of #35CF6D

#35CF6D
(53,207,109)
#47D37A
(71,211,122)
#59D787
(89,215,135)
#6BDB94
(107,219,148)
#7DDFA1
(125,223,161)
#8FE3AE
(143,227,174)
#A1E7BB
(161,231,187)
#B3EBC8
(179,235,200)
#C5EFD5
(197,239,213)
#D7F3E2
(215,243,226)
#E9F7EF
(233,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #35CF6D; }

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

This text font color is #35CF6D.


Background Color

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

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

This div background color is #35CF6D.


Border color

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

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

This div border color is #35CF6D.


Opacity

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

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

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

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

This text has shadow with #35CF6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35CF6D on black background.


Color preview on white background

This text has color #35CF6D on white background.



Black color preview on #35CF6D background

This text has black color on #35CF6D background.


White color preview on #35CF6D background

This text has white color on #35CF6D background.