Html Css Color HEX #DCED12 Chartreuse Yellow

📋 copy color: '#DCED12'

red 220 ◦ green 237 ◦ blue 18

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

Shades of Chartreuse Yellow #DCED12

Tints of Chartreuse Yellow #DCED12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 3.79%

R = 46.32%
G = 49.89%
B = 3.79%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#DCED12 (or 0xDCED12) is known color: Chartreuse Yellow. HEX triplet: DC, ED and 12. RGB value is (220,237,18). Sum of RGB (Red+Green+Blue) = 220+237+18=475 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.32% from 475); Green value is 237 (92.97% from 255 or 49.89% from 475); Blue value is 18 (7.42% from 255 or 3.79% from 475); Max value from RGB is 237 - color contains mainly: green. Hex color #DCED12 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCED12 is #2312ED. Grayscale: #CFCFCF. Windows color (decimal): -2298606 or 1240540. OLE color: 1240540.

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

Color convert

RGB 220 237 18 -
CMYK 0.07 0 0.92 0.07
HSL 64.66º 0.86% 0.5% -
HSV(B) 64.66º 0.92% 0.93% -
XYZ 59.91 75.83 12.05 -
YUV 206.95 21.37 137.31 -
System Red Green Blue C M Y K H S L
Decimal 220 237 18 0.07 0 0.92 0.07 64.66 0.86 0.5
Hex DC ED 12 7 0 5C 7 41 56 32
Octal 334 355 22 7 0 134 7 101 126 62
Binary 11011100 11101101 10010 111 0 1011100 111 1000001 1010110 110010

Color Harmonies of #DCED12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCED12

Black with #DCED12

Text Example


Text Example

White with #DCED12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCED12; }

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

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

background-color css

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

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

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

border-color css

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

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

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