crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#75ed85 hex color - Green - Cool color - Information

#75ed85 hex color - Green - Cool color

Color Hue/Base color: Green

Hex #75ed85 Color code in RGB color code model is created after adding 45.88% red color, 92.94% green color and 52.16% blue color. Hex #75ed85 Color code in CMYK color (process color) code model is generated after subtraction of 51% cyan, 0% magenta, 44% yellow and 7% black.

Hex #75ed85 color code is between #77ee88 web safe hex color code and #66dd77 web safe hex color code. #77ee88 is the nearest web safe color code. You can see here many more shades of #75ed85 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code75ed85#75ed85
RGB Decimal117, 237, 133rgb(117, 237, 133)
RGB Percent46%, 93%, 52%rgb(46%, 93%, 52%)
CSS RGBa117, 237, 133,1rgba(117,237,133,1)
CMYK Modelcmyk(51%,0%,44%,7%)
HSL Color Space128,77% ,69%hsl(128,77% ,69%)
HSV Color Space128°, 51%, 93%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011101011110110110000101
Octal165355205
Decimal117237133
Hex75ed85

Different shades of #75ed85 color code.

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

Light Shade of #75ed85
#a2f3ad
Dark Shade of #75ed85
#48e75d
Saturated Shade of #75ed85
#6df57f
Desaturated Shade of #75ed85
#7de58b
Grey scale Shade of #75ed85
#b1b1b1
Brighten Shade
#8eff9e
Most Readable Shade
#000000

Shades of #75ed85 color code

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

#75ed85
#68d276
#5bb867
#4e9e58
#418349
#34693b
#274f2c
#1a341d
#0d1a0e
#000000

Similar Color like #75ed85 color

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

#76ee86
#77ef87
#78f088
#79f189
#7af28a
#7bf38b
#7cf48c
#7df58d
#7ef68e
#7ff78f
#80f890
#81f991
#82fa92
#83fb93
#74ec84
#73eb83
#72ea82
#71e981
#70e880
#6fe77f
#6ee67e
#6de57d
#6ce47c
#6be37b
#6ae27a
#69e179
#68e078
#67df77

Monochromatic Color with #75ed85

#75ed85
#0c180e
#214326
#366d3d
#4b9855
#60c26d

Tints of #75ed85 Color

#75ed85
#84ef92
#93f1a0
#a3f3ad
#b2f5bb
#c1f7c8
#d1f9d6
#e0fbe3
#effdf1
#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

#75ed85
#ed75dd

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

Split Complementary

#75ed85
#c175ed
#ed75a1

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

Analogous Color

#95ed75
#7ded75
#75ed85
#75ed9d
#75edb5

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

#75ed85
#8575ed
#ed8575

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

#75ed85
#75a1ed
#ed75dd
#edc175

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

#75ed85
#ed75dd
#ed75a1
#75edc1

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 #75ed85 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.

#75ed85 Color Code Preview on Black Background Color

This is how #75ed85 Color will look on black background color. Color contrast ratio is 14.21

#75ed85 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #75ed85

HTML with inline CSS

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

Your Example Paragraph content text in with font color #75ed85

#75ed85 color code is use for CSS Background Color

Background color for the above div is #75ed85

HTML with inline CSS

<div style="background-color:#75ed85;"></div>

#75ed85 color code is use for CSS Border Color

CSS Border color for the above div is #75ed85

HTML with inline CSS

<div style="border:5px solid #75ed85;"></div>

CSS Border Left color for the above div is #75ed85

HTML with inline CSS

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

CSS Border Right color for the above div is #75ed85

HTML with inline CSS

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

CSS Border Bottom color for the above div is #75ed85

HTML with inline CSS

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

CSS Border Top color for the above div is #75ed85

HTML with inline CSS

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

#75ed85 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#75ed85 Color code Preview on White Background

This is how #75ed85 Color code will look on white background color. Color contrast ratio is 1.48

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

Related Gradients

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.