crispedge.com

Color picker

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

#95fc97 hex color - Green - Cool color - Information

#95fc97 hex color - Green - Cool color

Color Hue/Base color: Green

Hex #95fc97 Color code in RGB color code model is created after adding 58.43% red color, 98.82% green color and 59.22% blue color. Hex #95fc97 Color code in CMYK color (process color) code model is generated after subtraction of 41% cyan, 0% magenta, 40% yellow and 1% black.

Hex #95fc97 color code is between #99ff99 web safe hex color code and #88ee88 web safe hex color code. #99ff99 is the nearest web safe color code. You can see here many more shades of #95fc97 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code95fc97#95fc97
RGB Decimal149, 252, 151rgb(149, 252, 151)
RGB Percent58%, 99%, 59%rgb(58%, 99%, 59%)
CSS RGBa149, 252, 151,1rgba(149,252,151,1)
CMYK Modelcmyk(41%,0%,40%,1%)
HSL Color Space121,94% ,79%hsl(121,94% ,79%)
HSV Color Space121°, 41%, 99%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100101011111110010010111
Octal225374227
Decimal149252151
Hex95fc97

Different shades of #95fc97 color code.

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

Light Shade of #95fc97
#c7fdc8
Dark Shade of #95fc97
#63fb66
Saturated Shade of #95fc97
#92ff94
Desaturated Shade of #95fc97
#9af79c
Grey scale Shade of #95fc97
#c8c8c8
Brighten Shade
#aeffb0
Most Readable Shade
#000000

Shades of #95fc97 color code

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

#95fc97
#84e086
#73c475
#63a864
#528c53
#427043
#315432
#213821
#101c10
#000000

Similar Color like #95fc97 color

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

#96fd98
#97fe99
#98ff9a
#99ff9b
#9aff9c
#9bff9d
#9cff9e
#9dff9f
#9effa0
#9fffa1
#a0ffa2
#a1ffa3
#a2ffa4
#a3ffa5
#94fb96
#93fa95
#92f994
#91f893
#90f792
#8ff691
#8ef590
#8df48f
#8cf38e
#8bf28d
#8af18c
#89f08b
#88ef8a
#87ee89

Monochromatic Color with #95fc97

#95fc97
#172718
#305231
#4a7c4b
#63a764
#7cd17e

Tints of #95fc97 Color

#95fc97
#a0fca2
#acfcae
#b8fdb9
#c4fdc5
#cffdd0
#dbfedc
#e7fee7
#f3fef3
#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

#95fc97
#fc95fa

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

Split Complementary

#95fc97
#ca95fc
#fc95c7

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

Analogous Color

#bcfc95
#a8fc95
#95fc97
#95fcac
#95fcc0

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

#95fc97
#9795fc
#fc9795

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

#95fc97
#95c6fc
#fc95fa
#fcca95

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

#95fc97
#fc95fa
#fc95c7
#95fcca

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 #95fc97 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.

#95fc97 Color Code Preview on Black Background Color

This is how #95fc97 Color will look on black background color. Color contrast ratio is 16.65

#95fc97 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #95fc97

HTML with inline CSS

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

Your Example Paragraph content text in with font color #95fc97

#95fc97 color code is use for CSS Background Color

Background color for the above div is #95fc97

HTML with inline CSS

<div style="background-color:#95fc97;"></div>

#95fc97 color code is use for CSS Border Color

CSS Border color for the above div is #95fc97

HTML with inline CSS

<div style="border:5px solid #95fc97;"></div>

CSS Border Left color for the above div is #95fc97

HTML with inline CSS

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

CSS Border Right color for the above div is #95fc97

HTML with inline CSS

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

CSS Border Bottom color for the above div is #95fc97

HTML with inline CSS

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

CSS Border Top color for the above div is #95fc97

HTML with inline CSS

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

#95fc97 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#95fc97 Color code Preview on White Background

This is how #95fc97 Color code will look on white background color. Color contrast ratio is 1.26

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

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.