crispedge.com

Color picker

Loading...

#c6ff70 hex color - Yellow - Warm color - Information

#c6ff70 hex color - Yellow - Warm color

Color Hue/Base color: Yellow

Hex #c6ff70 Color code in RGB color code model is created after adding 77.65% red color, 100% green color and 43.92% blue color. Hex #c6ff70 Color code in CMYK color (process color) code model is generated after subtraction of 22% cyan, 0% magenta, 56% yellow and 0% black.

Hex #c6ff70 color code is between #ccee77 web safe hex color code and #bbdd66 web safe hex color code. #ccee77 is the nearest web safe color code. You can see here many more shades of #c6ff70 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Codec6ff70#c6ff70
RGB Decimal198, 255, 112rgb(198, 255, 112)
RGB Percent78%, 100%, 44%rgb(78%, 100%, 44%)
CSS RGBa198, 255, 112,1rgba(198,255,112,1)
CMYK Modelcmyk(22%,0%,56%,0%)
HSL Color Space84,100% ,72%hsl(84,100% ,72%)
HSV Color Space84°, 56%, 100%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110001101111111101110000
Octal306377160
Decimal198255112
Hexc6ff70

Different shades of #c6ff70 color code.

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

Light Shade of #c6ff70
#daffa3
Dark Shade of #c6ff70
#b2ff3d
Saturated Shade of #c6ff70
#c6ff70
Desaturated Shade of #c6ff70
#c5f877
Grey scale Shade of #c6ff70
#b7b7b7
Brighten Shade
#dfff89
Most Readable Shade
#000000

Shades of #c6ff70 color code

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

#c6ff70
#b0e263
#9ac657
#84aa4a
#6e8d3e
#587131
#425525
#2c3818
#161c0c
#000000

Similar Color like #c6ff70 color

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

#c7ff71
#c8ff72
#c9ff73
#caff74
#cbff75
#ccff76
#cdff77
#ceff78
#cfff79
#d0ff7a
#d1ff7b
#d2ff7c
#d3ff7d
#d4ff7e
#c5fe6f
#c4fd6e
#c3fc6d
#c2fb6c
#c1fa6b
#c0f96a
#bff869
#bef768
#bdf667
#bcf566
#bbf465
#baf364
#b9f263
#b8f162

Monochromatic Color with #c6ff70

#c6ff70
#212a13
#425525
#638038
#84aa4b
#a5d45d

Tints of #c6ff70 Color

#c6ff70
#ccff7f
#d2ff8f
#d9ff9f
#dfffaf
#e5ffbf
#ecffcf
#f2ffdf
#f8ffef
#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

#c6ff70
#a970ff

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

Split Complementary

#c6ff70
#707eff
#f170ff

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

Analogous Color

#ffff70
#e3ff70
#c6ff70
#a9ff70
#8dff70

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

#c6ff70
#70c6ff
#ff70c6

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

#c6ff70
#70fff0
#a970ff
#ff707e

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

#c6ff70
#a970ff
#f170ff
#7eff70

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

#c6ff70 Color Code Preview on Black Background Color

This is how #c6ff70 Color will look on black background color. Color contrast ratio is 17.94

#c6ff70 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c6ff70

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c6ff70

#c6ff70 color code is use for CSS Background Color

Background color for the above div is #c6ff70

HTML with inline CSS

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

#c6ff70 color code is use for CSS Border Color

CSS Border color for the above div is #c6ff70

HTML with inline CSS

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

CSS Border Left color for the above div is #c6ff70

HTML with inline CSS

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

CSS Border Right color for the above div is #c6ff70

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c6ff70

HTML with inline CSS

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

CSS Border Top color for the above div is #c6ff70

HTML with inline CSS

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

#c6ff70 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c6ff70 Color code Preview on White Background

This is how #c6ff70 Color code will look on white background color. Color contrast ratio is 1.17

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

Gradient Background

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

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(198,255,112,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(169,112,255,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(198,255,112,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.