Skip to main content Skip to docs navigation

#ceed00 hex color | Download Dark Green BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Spleen Green and its hex is #CCEE00 Nearest Color Name

Color Hue/Base color: Green

Hex #ceed00 Color code in RGB color code model is created after adding 80.78% red color, 92.94% green color and 0% blue color. Hex #ceed00 Color code in CMYK color (process color) code model is generated after subtraction of 13% cyan, 0% magenta, 100% yellow and 7.06% black.

Hex #ceed00 color code is between #ccee00 web safe hex color code and #dddd00 web safe hex color code. #ccee00 is the nearest web safe color code. You can see here many more shades of #ceed00 color code.

RGB Chart

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

Color Table

Hex Color Code ceed00 #ceed00
RGB Decimal 206, 237, 0 206, 237, 0
RGB Percent 81%, 93%, 0% rgb(81%, 93%, 0%)
CSS RGBa 206, 237, 0,1 rgba(206,237,0,1)
CMYK Model cmyk(13%,0%,100%,7.06%)
HSL Color Space 68,100% ,46% hsl(68,100% ,46%)
HSV Color Space 68°, 100%, 93%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11001110 11101101 00000000
Octal 316 355 0
Decimal 206 237 0
Hex ce ed 00

Different shades of #ceed00 color code.

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

Darkest of #ceed00
#495400
Darker of #ceed00
#758700
Dark of #ceed00
#a2ba00
Base of #ceed00
#ceed00
Light of #ceed00
#e2ff21
Lighter
#e9ff54
Lightest
#efff87

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

#ceed00
#1f00ed

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

Split Complementary

#ceed00
#0057ed
#9600ed

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

Analogous Color

#ed8200
#eda900
#ceed00
#7fed00
#1ced00

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

#ceed00
#ed00ce
#00ceed

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

#ceed00
#00ceed
#1f00ed
#ed1f00

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#ceed00
#00ed96
#1f00ed
#ed0057

Square 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).

Monochromatic Color with #ceed00

#1d2100
#495400
#758700
#a2ba00
#ceed00
#e2ff21
#e9ff54
#efff87
#f6ffba

Tints of #ceed00 Color

#ceed00
#d3ef1c
#d8f138
#def355
#e3f571
#e9f78d
#eef9aa
#f4fbc6
#f9fde2
#ffffff

Shades of #ceed00 color code

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

#ceed00
#b7d200
#a0b800
#899e00
#728300
#5b6900
#444f00
#2d3400
#161a00
#000000

Tones

#ceed00
#bcd518
#abbe2f
#99a647
#888e5f

Tones

Similar Color like #ceed00 color

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

#cfee01
#d0ef02
#d1f003
#d2f104
#d3f205
#d4f306
#d5f407
#d6f508
#d7f609
#d8f70a
#d9f80b
#daf90c
#dbfa0d
#dcfb0e
#cdec00
#cceb00
#cbea00
#cae900
#c9e800
#c8e700
#c7e600
#c6e500
#c5e400
#c4e300
#c3e200
#c2e100
#c1e000
#c0df00

Download this Dark Green

Hex #ceed00 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.

#ceed00 Color Code Preview on Black Background Color

This is how #ceed00 Color will look on black background color. Color contrast ratio is 15.74

#ceed00 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ceed00

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ceed00

#ceed00 color code is use for CSS Background Color

Background color for the above div is #ceed00

HTML with inline CSS

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

#ceed00 color code is use for CSS Border Color

CSS Border color for the above div is #ceed00

HTML with inline CSS

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

CSS Border Left color for the above div is #ceed00

HTML with inline CSS

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

CSS Border Right color for the above div is #ceed00

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ceed00

HTML with inline CSS

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

CSS Border Top color for the above div is #ceed00

HTML with inline CSS

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

#ceed00 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ceed00 Color code Preview on White Background

This is how #ceed00 Color code will look on white background color. Color contrast ratio is 1.33

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(206,237,0,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(31,0,237,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(206,237,0,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }