crispedge.com

Color picker

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

#65df95 hex color - Green - Cool color - Information

#65df95 hex color - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

Hex #65df95 Color code in RGB color code model is created after adding 39.61% red color, 87.45% green color and 58.43% blue color. Hex #65df95 Color code in CMYK color (process color) code model is generated after subtraction of 55% cyan, 0% magenta, 33% yellow and 13% black.

Hex #65df95 color code is between #66dd99 web safe hex color code and #55ee88 web safe hex color code. #66dd99 is the nearest web safe color code. You can see here many more shades of #65df95 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code65df95#65df95
RGB Decimal101, 223, 149rgb(101, 223, 149)
RGB Percent40%, 87%, 58%rgb(40%, 87%, 58%)
CSS RGBa101, 223, 149,1rgba(101,223,149,1)
CMYK Modelcmyk(55%,0%,33%,13%)
HSL Color Space144,66% ,64%hsl(144,66% ,64%)
HSV Color Space144°, 55%, 87%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011001011101111110010101
Octal145337225
Decimal101223149
Hex65df95

Different shades of #65df95 color code.

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

Light Shade of #65df95
#8fe8b2
Dark Shade of #65df95
#3bd678
Saturated Shade of #65df95
#5ce893
Desaturated Shade of #65df95
#6ed697
Grey scale Shade of #65df95
#a2a2a2
Brighten Shade
#7ef8ae
Most Readable Shade
#000000

Shades of #65df95 color code

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

#65df95
#59c684
#4ead73
#439463
#387b52
#2c6342
#214a31
#163121
#0b1810
#000000

Similar Color like #65df95 color

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

#66e096
#67e197
#68e298
#69e399
#6ae49a
#6be59b
#6ce69c
#6de79d
#6ee89e
#6fe99f
#70eaa0
#71eba1
#72eca2
#73eda3
#64de94
#63dd93
#62dc92
#61db91
#60da90
#5fd98f
#5ed88e
#5dd78d
#5cd68c
#5bd58b
#5ad48a
#59d389
#58d288
#57d187

Monochromatic Color with #65df95

#65df95
#050a07
#183523
#2b5f40
#3f8a5c
#52b479

Tints of #65df95 Color

#65df95
#76e2a0
#87e6ac
#98e9b8
#a9edc4
#baf0cf
#cbf4db
#dcf7e7
#edfbf3
#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

#65df95
#df65af

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

Split Complementary

#65df95
#d265df
#df6572

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

Analogous Color

#66df65
#65df7d
#65df95
#65dfad
#65dfc6

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

#65df95
#9565df
#df9565

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

#65df95
#6572df
#df65af
#dfd265

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

#65df95
#df65af
#df6572
#65dfd2

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 #65df95 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.

#65df95 Color Code Preview on Black Background Color

This is how #65df95 Color will look on black background color. Color contrast ratio is 12.54

#65df95 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #65df95

HTML with inline CSS

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

Your Example Paragraph content text in with font color #65df95

#65df95 color code is use for CSS Background Color

Background color for the above div is #65df95

HTML with inline CSS

<div style="background-color:#65df95;"></div>

#65df95 color code is use for CSS Border Color

CSS Border color for the above div is #65df95

HTML with inline CSS

<div style="border:5px solid #65df95;"></div>

CSS Border Left color for the above div is #65df95

HTML with inline CSS

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

CSS Border Right color for the above div is #65df95

HTML with inline CSS

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

CSS Border Bottom color for the above div is #65df95

HTML with inline CSS

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

CSS Border Top color for the above div is #65df95

HTML with inline CSS

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

#65df95 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#65df95 Color code Preview on White Background

This is how #65df95 Color code will look on white background color. Color contrast ratio is 1.67

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

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.