Html Css Color HEX #DCED10 Chartreuse Yellow

📋 copy color: '#DCED10'

red 220 ◦ green 237 ◦ blue 16

#DCED10
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chartreuse Yellow #DCED10

Tints of Chartreuse Yellow #DCED10

RGB

 RED value IS 220 (86.33% from 255) = 46.51%

 GREEN value IS 237 (92.97% from 255) = 50.11%

 BLUE value IS 16 (6.64% from 255) = 3.38%

R = 46.51%
G = 50.11%
B = 3.38%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.93

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DCED10 (or 0xDCED10) is known color: Chartreuse Yellow. HEX triplet: DC, ED and 10. RGB value is (220,237,16). Sum of RGB (Red+Green+Blue) = 220+237+16=473 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.51% from 473); Green value is 237 (92.97% from 255 or 50.11% from 473); Blue value is 16 (6.64% from 255 or 3.38% from 473); Max value from RGB is 237 - color contains mainly: green. Hex color #DCED10 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCED10 is #2312EF. Grayscale: #CFCFCF. Windows color (decimal): -2298608 or 1109468. OLE color: 1109468.

HSL color Cylindrical-coordinate representation of color #DCED10: hue angle of 64.62º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DCED10 is Cyan = 0.07, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.07.

Color convert

RGB 220 237 16 -
CMYK 0.07 0 0.93 0.07
HSL 64.62º 0.87% 0.5% -
HSV(B) 64.62º 0.93% 0.93% -
XYZ 59.89 75.82 11.97 -
YUV 206.72 20.37 137.47 -
System Red Green Blue C M Y K H S L
Decimal 220 237 16 0.07 0 0.93 0.07 64.62 0.87 0.5
Hex DC ED 10 7 0 5D 7 41 57 32
Octal 334 355 20 7 0 135 7 101 127 62
Binary 11011100 11101101 10000 111 0 1011101 111 1000001 1010111 110010

Color Harmonies of #DCED10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCED10

Black with #DCED10

Text Example


Text Example

White with #DCED10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCED10; }

 p { color: rgb(220,237,16); }

 H1.HeaderClassName
 {
   color: #DCED10;
 }
 .AnyTagClassName
 {
   color: #DCED10;
 }
</style>

background-color css

<style>
 a { background-color: #DCED10; }

 a { background-color: rgb(220,237,16); }

 div.DivClassName
 {
   background-color: #DCED10;
 }
 .BgClassName
 {
   background-color: #DCED10;
 }
</style>

border-color css

<style>
 span { border-color: #DCED10; }

 span { border-color: rgb(220,237,16); }

 td.TdClassName
 {
   border-color: #DCED10;
 }
 .TagClassName
 {
   border-color: #DCED10;
 }
</style>