@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#52fe9b hex color - Green - Cool color - Information

#52fe9b hex color - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

Hex #52fe9b Color code in RGB color code model is created after adding 32.16% red color, 99.61% green color and 60.78% blue color. Hex #52fe9b Color code in CMYK color (process color) code model is generated after subtraction of 68% cyan, 0% magenta, 39% yellow and 0.39% black.

Hex #52fe9b color code is between #55ff99 web safe hex color code and #44eeaa web safe hex color code. #55ff99 is the nearest web safe color code. You can see here many more shades of #52fe9b color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code52fe9b#52fe9b
RGB Decimal82, 254, 155rgb(82, 254, 155)
RGB Percent32%, 100%, 61%rgb(32%, 100%, 61%)
CSS RGBa82, 254, 155,1rgba(82,254,155,1)
CMYK Modelcmyk(68%,0%,39%,0.39%)
HSL Color Space145,99% ,66%hsl(145,99% ,66%)
HSV Color Space145°, 68%, 100%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010100101111111010011011
Octal122376233
Decimal82254155
Hex52fe9b

Different shades of #52fe9b color code.

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

Light Shade of #52fe9b
#85feb8
Dark Shade of #52fe9b
#1ffe7e
Saturated Shade of #52fe9b
#51ff9b
Desaturated Shade of #52fe9b
#5bf59c
Grey scale Shade of #52fe9b
#a8a8a8
Brighten Shade
#6bffb4
Most Readable Shade
#000000

Shades of #52fe9b color code

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

#52fe9b
#48e189
#3fc578
#36a967
#2d8d56
#247044
#1b5433
#123822
#091c11
#000000

Similar Color like #52fe9b color

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

#53ff9c
#54ff9d
#55ff9e
#56ff9f
#57ffa0
#58ffa1
#59ffa2
#5affa3
#5bffa4
#5cffa5
#5dffa6
#5effa7
#5fffa8
#60ffa9
#51fd9a
#50fc99
#4ffb98
#4efa97
#4df996
#4cf895
#4bf794
#4af693
#49f592
#48f491
#47f390
#46f28f
#45f18e
#44f08d

Monochromatic Color with #52fe9b

#52fe9b
#0d2919
#1b5433
#297e4d
#37a967
#44d381

Tints of #52fe9b Color

#52fe9b
#65fea6
#78feb1
#8bfebc
#9efec7
#b2fed2
#c5fedd
#d8fee8
#ebfef3
#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

#52fe9b
#fe52b5

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

Split Complementary

#52fe9b
#f152fe
#fe525f

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

Analogous Color

#52fe56
#52fe79
#52fe9b
#52febd
#52fee0

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

#52fe9b
#9b52fe
#fe9b52

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

#52fe9b
#525ffe
#fe52b5
#fef152

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

#52fe9b
#fe52b5
#fe525f
#52fef1

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 #52fe9b 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.

#52fe9b Color Code Preview on Black Background Color

This is how #52fe9b Color will look on black background color. Color contrast ratio is 16.01

#52fe9b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #52fe9b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #52fe9b

#52fe9b color code is use for CSS Background Color

Background color for the above div is #52fe9b

HTML with inline CSS

<div style="background-color:#52fe9b;"></div>

#52fe9b color code is use for CSS Border Color

CSS Border color for the above div is #52fe9b

HTML with inline CSS

<div style="border:5px solid #52fe9b;"></div>

CSS Border Left color for the above div is #52fe9b

HTML with inline CSS

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

CSS Border Right color for the above div is #52fe9b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #52fe9b

HTML with inline CSS

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

CSS Border Top color for the above div is #52fe9b

HTML with inline CSS

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

#52fe9b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#52fe9b Color code Preview on White Background

This is how #52fe9b Color code will look on white background color. Color contrast ratio is 1.31

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 #52fe9b; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #52fe9b; }

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(82,254,155,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(254,82,181,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(82,254,155,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.