Html Css Color HEX #DCF404 Chartreuse Yellow

📋 copy color: '#DCF404'

red 220 ◦ green 244 ◦ blue 4

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

Shades of Chartreuse Yellow #DCF404

Tints of Chartreuse Yellow #DCF404

RGB

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

 GREEN value IS 244 (95.7% from 255) = 52.14%

 BLUE value IS 4 (1.95% from 255) = 0.85%

R = 47.01%
G = 52.14%
B = 0.85%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#DCF404 (or 0xDCF404) is known color: Chartreuse Yellow. HEX triplet: DC, F4 and 04. RGB value is (220,244,4). Sum of RGB (Red+Green+Blue) = 220+244+4=468 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.01% from 468); Green value is 244 (95.70% from 255 or 52.14% from 468); Blue value is 4 (1.95% from 255 or 0.85% from 468); Max value from RGB is 244 - color contains mainly: green. Hex color #DCF404 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCF404 is #230BFB. Grayscale: #D2D2D2. Windows color (decimal): -2296828 or 324828. OLE color: 324828.

HSL color Cylindrical-coordinate representation of color #DCF404: hue angle of 66º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DCF404 is Cyan = 0.10, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.04.

Color convert

RGB 220 244 4 -
CMYK 0.10 0 0.98 0.04
HSL 66º 0.97% 0.49% -
HSV(B) 66º 0.98% 0.96% -
XYZ 61.89 79.93 12.28 -
YUV 209.46 12.05 135.51 -
System Red Green Blue C M Y K H S L
Decimal 220 244 4 0.10 0 0.98 0.04 66 0.97 0.49
Hex DC F4 4 A 0 62 4 42 61 31
Octal 334 364 4 12 0 142 4 102 141 61
Binary 11011100 11110100 100 1010 0 1100010 100 1000010 1100001 110001

Color Harmonies of #DCF404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF404

Black with #DCF404

Text Example


Text Example

White with #DCF404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF404; }

 p { color: rgb(220,244,4); }

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

background-color css

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

 a { background-color: rgb(220,244,4); }

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

border-color css

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

 span { border-color: rgb(220,244,4); }

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