Html Css Color HEX #DCED0C Chartreuse Yellow

📋 copy color: '#DCED0C'

red 220 ◦ green 237 ◦ blue 12

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

Shades of Chartreuse Yellow #DCED0C

Tints of Chartreuse Yellow #DCED0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.56%

R = 46.91%
G = 50.53%
B = 2.56%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#DCED0C (or 0xDCED0C) is known color: Chartreuse Yellow. HEX triplet: DC, ED and 0C. RGB value is (220,237,12). Sum of RGB (Red+Green+Blue) = 220+237+12=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 237 (92.97% from 255 or 50.53% from 469); Blue value is 12 (5.08% from 255 or 2.56% from 469); Max value from RGB is 237 - color contains mainly: green. Hex color #DCED0C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCED0C is #2312F3. Grayscale: #CFCFCF. Windows color (decimal): -2298612 or 847324. OLE color: 847324.

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

Color convert

RGB 220 237 12 -
CMYK 0.07 0 0.95 0.07
HSL 64.53º 0.9% 0.49% -
HSV(B) 64.53º 0.95% 0.93% -
XYZ 59.87 75.81 11.83 -
YUV 206.27 18.37 137.8 -
System Red Green Blue C M Y K H S L
Decimal 220 237 12 0.07 0 0.95 0.07 64.53 0.9 0.49
Hex DC ED C 7 0 5F 7 41 5A 31
Octal 334 355 14 7 0 137 7 101 132 61
Binary 11011100 11101101 1100 111 0 1011111 111 1000001 1011010 110001

Color Harmonies of #DCED0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCED0C

Black with #DCED0C

Text Example


Text Example

White with #DCED0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCED0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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