crispedge.com

Color picker

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

#c2ee85 hex color - Green - Warm color - Information

#c2ee85 hex color - Green - Warm color

Color Hue/Base color: Green

Hex #c2ee85 Color code in RGB color code model is created after adding 76.08% red color, 93.33% green color and 52.16% blue color. Hex #c2ee85 Color code in CMYK color (process color) code model is generated after subtraction of 18% cyan, 0% magenta, 44% yellow and 7% black.

Hex #c2ee85 color code is between #bbdd88 web safe hex color code and #ccff77 web safe hex color code. #bbdd88 is the nearest web safe color code. You can see here many more shades of #c2ee85 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codec2ee85#c2ee85
RGB Decimal194, 238, 133rgb(194, 238, 133)
RGB Percent76%, 93%, 52%rgb(76%, 93%, 52%)
CSS RGBa194, 238, 133,1rgba(194,238,133,1)
CMYK Modelcmyk(18%,0%,44%,7%)
HSL Color Space85,76% ,73%hsl(85,76% ,73%)
HSV Color Space85°, 44%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110000101110111010000101
Octal302356205
Decimal194238133
Hexc2ee85

Different shades of #c2ee85 color code.

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

Light Shade of #c2ee85
#d8f4b2
Dark Shade of #c2ee85
#ace858
Saturated Shade of #c2ee85
#c3f57e
Desaturated Shade of #c2ee85
#c1e78c
Grey scale Shade of #c2ee85
#b9b9b9
Brighten Shade
#dbff9e
Most Readable Shade
#000000

Shades of #c2ee85 color code

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

#c2ee85
#acd376
#96b967
#819e58
#6b8449
#56693b
#404f2c
#2b341d
#151a0e
#000000

Similar Color like #c2ee85 color

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

#c3ef86
#c4f087
#c5f188
#c6f289
#c7f38a
#c8f48b
#c9f58c
#caf68d
#cbf78e
#ccf88f
#cdf990
#cefa91
#cffb92
#d0fc93
#c1ed84
#c0ec83
#bfeb82
#beea81
#bde980
#bce87f
#bbe77e
#bae67d
#b9e57c
#b8e47b
#b7e37a
#b6e279
#b5e178
#b4e077

Monochromatic Color with #c2ee85

#c2ee85
#151a0e
#374426
#5a6e3e
#7d9956
#9fc36d

Tints of #c2ee85 Color

#c2ee85
#c8ef92
#cff1a0
#d6f3ad
#ddf5bb
#e3f7c8
#eaf9d6
#f1fbe3
#f8fdf1
#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

#c2ee85
#b185ee

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

Split Complementary

#c2ee85
#858dee
#e685ee

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

Analogous Color

#ecee85
#d7ee85
#c2ee85
#adee85
#98ee85

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

#c2ee85
#85c2ee
#ee85c2

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

#c2ee85
#85eee5
#b185ee
#ee858d

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

#c2ee85
#b185ee
#e685ee
#8dee85

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 #c2ee85 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.

#c2ee85 Color Code Preview on Black Background Color

This is how #c2ee85 Color will look on black background color. Color contrast ratio is 15.86

#c2ee85 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c2ee85

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c2ee85

#c2ee85 color code is use for CSS Background Color

Background color for the above div is #c2ee85

HTML with inline CSS

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

#c2ee85 color code is use for CSS Border Color

CSS Border color for the above div is #c2ee85

HTML with inline CSS

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

CSS Border Left color for the above div is #c2ee85

HTML with inline CSS

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

CSS Border Right color for the above div is #c2ee85

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c2ee85

HTML with inline CSS

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

CSS Border Top color for the above div is #c2ee85

HTML with inline CSS

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

#c2ee85 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c2ee85 Color code Preview on White Background

This is how #c2ee85 Color code will look on white background color. Color contrast ratio is 1.32

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

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.