Html Css Color HEX #DCFF04 Chartreuse Yellow

📋 copy color: '#DCFF04'

red 220 ◦ green 255 ◦ blue 4

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

Shades of Chartreuse Yellow #DCFF04

Tints of Chartreuse Yellow #DCFF04

RGB

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

 GREEN value IS 255 (100% from 255) = 53.24%

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

R = 45.93%
G = 53.24%
B = 0.84%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#DCFF04 (or 0xDCFF04) is known color: Chartreuse Yellow. HEX triplet: DC, FF and 04. RGB value is (220,255,4). Sum of RGB (Red+Green+Blue) = 220+255+4=479 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.93% from 479); Green value is 255 (100% from 255 or 53.24% from 479); Blue value is 4 (1.95% from 255 or 0.84% from 479); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFF04 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCFF04 is #2300FB. Grayscale: #D8D8D8. Windows color (decimal): -2294012 or 327644. OLE color: 327644.

HSL color Cylindrical-coordinate representation of color #DCFF04: hue angle of 68.37º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DCFF04 is Cyan = 0.14, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.

Color convert

RGB 220 255 4 -
CMYK 0.14 0 0.98 0
HSL 68.37º 1% 0.51% -
HSV(B) 68.37º 0.98% 1% -
XYZ 65.3 86.74 13.42 -
YUV 215.92 8.4 130.91 -
System Red Green Blue C M Y K H S L
Decimal 220 255 4 0.14 0 0.98 0 68.37 1 0.51
Hex DC FF 4 E 0 62 0 44 64 33
Octal 334 377 4 16 0 142 0 104 144 63
Binary 11011100 11111111 100 1110 0 1100010 0 1000100 1100100 110011

Color Harmonies of #DCFF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFF04

Black with #DCFF04

Text Example


Text Example

White with #DCFF04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFF04; }

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

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

background-color css

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

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

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

border-color css

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

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

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