crispedge.com

Color picker

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

#73d140 hex color - Green - Cool color - Information

#73d140 hex color - Green - Cool color

Color Hue/Base color: Green

Hex #73d140 Color code in RGB color code model is created after adding 45.1% red color, 81.96% green color and 25.1% blue color. Hex #73d140 Color code in CMYK color (process color) code model is generated after subtraction of 45% cyan, 0% magenta, 69% yellow and 18% black.

Hex #73d140 color code is between #77cc44 web safe hex color code and #66dd33 web safe hex color code. #77cc44 is the nearest web safe color code. You can see here many more shades of #73d140 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code73d140#73d140
RGB Decimal115, 209, 64rgb(115, 209, 64)
RGB Percent45%, 82%, 25%rgb(45%, 82%, 25%)
CSS RGBa115, 209, 64,1rgba(115,209,64,1)
CMYK Modelcmyk(45%,0%,69%,18%)
HSL Color Space99,61% ,54%hsl(99,61% ,54%)
HSV Color Space99°, 69%, 82%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011100111101000101000000
Octal163321100
Decimal11520964
Hex73d140

Different shades of #73d140 color code.

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

Light Shade of #73d140
#91db69
Dark Shade of #73d140
#5bb32b
Saturated Shade of #73d140
#6fdd34
Desaturated Shade of #73d140
#76c54c
Grey scale Shade of #73d140
#888888
Brighten Shade
#8cea59
Most Readable Shade
#000000

Shades of #73d140 color code

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

#73d140
#66b938
#59a231
#4c8b2a
#3f7423
#335c1c
#264515
#192e0e
#0c1707
#000000

Similar Color like #73d140 color

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

#74d241
#75d342
#76d443
#77d544
#78d645
#79d746
#7ad847
#7bd948
#7cda49
#7ddb4a
#7edc4b
#7fdd4c
#80de4d
#81df4e
#72d03f
#71cf3e
#70ce3d
#6fcd3c
#6ecc3b
#6dcb3a
#6cca39
#6bc938
#6ac837
#69c736
#68c635
#67c534
#66c433
#65c332

Monochromatic Color with #73d140

#73d140
#8afb4d
#15270c
#2d5119
#447c26
#5ca633

Tints of #73d140 Color

#73d140
#82d655
#92db6a
#a1e07f
#b1e594
#c0eaaa
#d0efbf
#dff4d4
#eff9e9
#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

#73d140
#9e40d1

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

Split Complementary

#73d140
#5640d1
#d140bc

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

Analogous Color

#add140
#90d140
#73d140
#56d140
#40d147

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

#73d140
#4073d1
#d14073

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

#73d140
#40bbd1
#9e40d1
#d15540

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

#73d140
#9e40d1
#d140bc
#40d155

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 #73d140 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.

#73d140 Color Code Preview on Black Background Color

This is how #73d140 Color will look on black background color. Color contrast ratio is 10.92

#73d140 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #73d140

HTML with inline CSS

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

Your Example Paragraph content text in with font color #73d140

#73d140 color code is use for CSS Background Color

Background color for the above div is #73d140

HTML with inline CSS

<div style="background-color:#73d140;"></div>

#73d140 color code is use for CSS Border Color

CSS Border color for the above div is #73d140

HTML with inline CSS

<div style="border:5px solid #73d140;"></div>

CSS Border Left color for the above div is #73d140

HTML with inline CSS

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

CSS Border Right color for the above div is #73d140

HTML with inline CSS

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

CSS Border Bottom color for the above div is #73d140

HTML with inline CSS

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

CSS Border Top color for the above div is #73d140

HTML with inline CSS

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

#73d140 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#73d140 Color code Preview on White Background

This is how #73d140 Color code will look on white background color. Color contrast ratio is 1.92

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

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.