crispedge.com

Color picker

Loading...

#35f49d hex color - Green - Cool color - Information

#35f49d hex color - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

Hex #35f49d Color code in RGB color code model is created after adding 20.78% red color, 95.69% green color and 61.57% blue color. Hex #35f49d Color code in CMYK color (process color) code model is generated after subtraction of 78% cyan, 0% magenta, 36% yellow and 4% black.

Hex #35f49d color code is between #33ee99 web safe hex color code and #44ffaa web safe hex color code. #33ee99 is the nearest web safe color code. You can see here many more shades of #35f49d color code.

0 Likes 0 Comments | 1 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code 35f49d #35f49d
RGB Decimal 53, 244, 157 rgb(53, 244, 157)
RGB Percent 21%, 96%, 62% rgb(21%, 96%, 62%)
CSS RGBa 53, 244, 157,1 rgba(53,244,157,1)
CMYK Model cmyk(78%,0%,36%,4%)
HSL Color Space 153,90% ,58% hsl(153,90% ,58%)
HSV Color Space 153°, 78%, 96%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00110101 11110100 10011101
Octal 65 364 235
Decimal 53 244 157
Hex 35 f4 9d

Different shades of #35f49d color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #35f49d
#65f7b4
Dark Shade of #35f49d
#0de985
Saturated Shade of #35f49d
#2aff9e
Desaturated Shade of #35f49d
#40e99c
Grey scale Shade of #35f49d
#949494
Brighten Shade
#4effb6
Most Readable Shade
#000000

Shades of #35f49d color code

Generate more color scales with scales (color stack) generator.

#35f49d
#2fd88b
#29bd7a
#23a268
#1d8757
#176c45
#115134
#0b3622
#051b11
#000000

Similar Color like #35f49d color

Find visually similar hex color codes nearing to #35f49d hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#36f59e
#37f69f
#38f7a0
#39f8a1
#3af9a2
#3bfaa3
#3cfba4
#3dfca5
#3efda6
#3ffea7
#40ffa8
#41ffa9
#42ffaa
#43ffab
#34f39c
#33f29b
#32f19a
#31f099
#30ef98
#2fee97
#2eed96
#2dec95
#2ceb94
#2bea93
#2ae992
#29e891
#28e790
#27e68f

Monochromatic Color with #35f49d

#35f49d
#071f14
#104a30
#19744b
#239f66
#2cc982

Tints of #35f49d Color

#35f49d
#4bf5a7
#61f6b2
#78f7bd
#8ef8c8
#a5fad3
#bbfbde
#d2fce9
#e8fdf4
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#35f49d
#f4358c

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#35f49d
#f435eb
#f43e35

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#35f451
#35f477
#35f49d
#35f4c3
#35f4e9

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#35f49d
#9d35f4
#f49d35

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#35f49d
#3d35f4
#f4358c
#ebf435

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#35f49d
#f4358c
#f43e35
#35ebf4

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #35f49d Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#35f49d Color Code Preview on Black Background Color

This is how #35f49d Color will look on black background color. Color contrast ratio is 14.58

#35f49d in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#35f49d">Your Example Paragraph content text in with font color #35f49d </p>

Your Example Paragraph content text in with font color #35f49d

HTML with inline CSS

<div style="color:#35f49d">Your Paragraph text in with font color #35f49d </div>

Your Example Paragraph content text in with font color #35f49d

#35f49d color code is use for CSS Background Color

Background color for the above div is #35f49d

HTML with inline CSS

<div style="background-color:#35f49d;"></div>

#35f49d color code is use for CSS Border Color

CSS Border color for the above div is #35f49d

HTML with inline CSS

<div style="border:5px solid #35f49d;"></div>

CSS Border Left color for the above div is #35f49d

HTML with inline CSS

<div style="border-left:5px solid #35f49d;"></div>

CSS Border Right color for the above div is #35f49d

HTML with inline CSS

<div style="border-right:5px solid #35f49d;"></div>

CSS Border Bottom color for the above div is #35f49d

HTML with inline CSS

<div style="border-bottom:5px solid #35f49d;"></div>

CSS Border Top color for the above div is #35f49d

HTML with inline CSS

<div style="border-top:5px solid #35f49d;"></div>

#35f49d hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#35f49d; } .examplecolorclass {color:#35f49d; } .examplebordercolor {border:3px solid #35f49d; }

#35f49d Color code Preview on White Background

This is how #35f49d Color code will look on white background color. Color contrast ratio is 1.44

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #35f49d; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #35f49d; }

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(53,244,157,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(244,53,140,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(53,244,157,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.