crispedge.com

Color picker

Loading...

#c0f478 hex color - Green - Warm color - Information

#c0f478 hex color - Green - Warm color

Color Hue/Base color: Green

Hex #c0f478 Color code in RGB color code model is created after adding 75.29% red color, 95.69% green color and 47.06% blue color. Hex #c0f478 Color code in CMYK color (process color) code model is generated after subtraction of 21% cyan, 0% magenta, 51% yellow and 4% black.

Hex #c0f478 color code is between #bbee77 web safe hex color code and #ccff88 web safe hex color code. #bbee77 is the nearest web safe color code. You can see here many more shades of #c0f478 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codec0f478#c0f478
RGB Decimal192, 244, 120rgb(192, 244, 120)
RGB Percent75%, 96%, 47%rgb(75%, 96%, 47%)
CSS RGBa192, 244, 120,1rgba(192,244,120,1)
CMYK Modelcmyk(21%,0%,51%,4%)
HSL Color Space85,85% ,71%hsl(85,85% ,71%)
HSV Color Space85°, 51%, 96%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110000001111010001111000
Octal300364170
Decimal192244120
Hexc0f478

Different shades of #c0f478 color code.

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

Light Shade of #c0f478
#d6f8a7
Dark Shade of #c0f478
#aaf049
Saturated Shade of #c0f478
#c1fb71
Desaturated Shade of #c0f478
#bfed7f
Grey scale Shade of #c0f478
#b6b6b6
Brighten Shade
#d9ff91
Most Readable Shade
#000000

Shades of #c0f478 color code

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

#c0f478
#aad86a
#95bd5d
#80a250
#6a8742
#556c35
#405128
#2a361a
#151b0d
#000000

Similar Color like #c0f478 color

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

#c1f579
#c2f67a
#c3f77b
#c4f87c
#c5f97d
#c6fa7e
#c7fb7f
#c8fc80
#c9fd81
#cafe82
#cbff83
#ccff84
#cdff85
#ceff86
#bff377
#bef276
#bdf175
#bcf074
#bbef73
#baee72
#b9ed71
#b8ec70
#b7eb6f
#b6ea6e
#b5e96d
#b4e86c
#b3e76b
#b2e66a

Monochromatic Color with #c0f478

#c0f478
#191f0f
#3a4a24
#5c7439
#7d9f4e
#9fc963

Tints of #c0f478 Color

#c0f478
#c7f587
#cef696
#d5f7a5
#dcf8b4
#e3fac3
#eafbd2
#f1fce1
#f8fdf0
#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

#c0f478
#ac78f4

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

Split Complementary

#c0f478
#7882f4
#ea78f4

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

Analogous Color

#f2f478
#d9f478
#c0f478
#a7f478
#8ef478

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

#c0f478
#78c0f4
#f478c0

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

#c0f478
#78f4ea
#ac78f4
#f47882

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

#c0f478
#ac78f4
#ea78f4
#82f478

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

#c0f478 Color Code Preview on Black Background Color

This is how #c0f478 Color will look on black background color. Color contrast ratio is 16.45

#c0f478 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c0f478

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c0f478

#c0f478 color code is use for CSS Background Color

Background color for the above div is #c0f478

HTML with inline CSS

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

#c0f478 color code is use for CSS Border Color

CSS Border color for the above div is #c0f478

HTML with inline CSS

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

CSS Border Left color for the above div is #c0f478

HTML with inline CSS

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

CSS Border Right color for the above div is #c0f478

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c0f478

HTML with inline CSS

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

CSS Border Top color for the above div is #c0f478

HTML with inline CSS

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

#c0f478 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c0f478 Color code Preview on White Background

This is how #c0f478 Color code will look on white background color. Color contrast ratio is 1.28

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

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(192,244,120,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(172,120,244,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(192,244,120,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.