crispedge.com

Color picker

Loading...

#d2d900 hex color - Green - Warm color - Information

#d2d900 hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #d2d900 Color code in RGB color code model is created after adding 82.35% red color, 85.1% green color and 0% blue color. Hex #d2d900 Color code in CMYK color (process color) code model is generated after subtraction of 3% cyan, 0% magenta, 100% yellow and 15% black.

Hex #d2d900 color code is between #ccdd00 web safe hex color code and #ddcc00 web safe hex color code. #ccdd00 is the nearest web safe color code. You can see here many more shades of #d2d900 color code.

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Coded2d900#d2d900
RGB Decimal210, 217, 0rgb(210, 217, 0)
RGB Percent82%, 85%, 0%rgb(82%, 85%, 0%)
CSS RGBa210, 217, 0,1rgba(210,217,0,1)
CMYK Modelcmyk(3%,0%,100%,15%)
HSL Color Space62,100% ,43%hsl(62,100% ,43%)
HSV Color Space62°, 100%, 85%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110100101101100100000000
Octal3223310
Decimal2102170
Hexd2d900

Different shades of #d2d900 color code.

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

Light Shade of #d2d900
#f7ff0d
Dark Shade of #d2d900
#a1a600
Saturated Shade of #d2d900
#d2d900
Desaturated Shade of #d2d900
#c8ce0b
Grey scale Shade of #d2d900
#6c6c6c
Brighten Shade
#ebf219
Most Readable Shade
#000000

Shades of #d2d900 color code

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

#d2d900
#bac000
#a3a800
#8c9000
#747800
#5d6000
#464800
#2e3000
#171800
#000000

Similar Color like #d2d900 color

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

#d3da01
#d4db02
#d5dc03
#d6dd04
#d7de05
#d8df06
#d9e007
#dae108
#dbe209
#dce30a
#dde40b
#dee50c
#dfe60d
#e0e70e
#d1d800
#d0d700
#cfd600
#ced500
#cdd400
#ccd300
#cbd200
#cad100
#c9d000
#c8cf00
#c7ce00
#c6cd00
#c5cc00
#c4cb00

Monochromatic Color with #d2d900

#d2d900
#040400
#2d2f00
#575900
#808400
#a9ae00

Tints of #d2d900 Color

#d2d900
#d7dd1c
#dce138
#e1e555
#e6e971
#ebee8d
#f0f2aa
#f5f6c6
#fafae2
#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

#d2d900
#0700d9

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

Split Complementary

#d2d900
#0065d9
#7400d9

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

Analogous Color

#d98900
#d9b500
#d2d900
#a7d900
#7bd900

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

#d2d900
#00d2d9
#d900d2

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

#d2d900
#00d973
#0700d9
#d90065

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

#d2d900
#0700d9
#7400d9
#65d900

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

#d2d900 Color Code Preview on Black Background Color

This is how #d2d900 Color will look on black background color. Color contrast ratio is 13.67

#d2d900 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d2d900

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d2d900

#d2d900 color code is use for CSS Background Color

Background color for the above div is #d2d900

HTML with inline CSS

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

#d2d900 color code is use for CSS Border Color

CSS Border color for the above div is #d2d900

HTML with inline CSS

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

CSS Border Left color for the above div is #d2d900

HTML with inline CSS

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

CSS Border Right color for the above div is #d2d900

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d2d900

HTML with inline CSS

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

CSS Border Top color for the above div is #d2d900

HTML with inline CSS

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

#d2d900 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d2d900 Color code Preview on White Background

This is how #d2d900 Color code will look on white background color. Color contrast ratio is 1.54

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

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(210,217,0,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(7,0,217,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(210,217,0,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.