Html Css Color HEX #DCFD01 Chartreuse Yellow

📋 copy color: '#DCFD01'

red 220 ◦ green 253 ◦ blue 1

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

Shades of Chartreuse Yellow #DCFD01

Tints of Chartreuse Yellow #DCFD01

RGB

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

 GREEN value IS 253 (99.22% from 255) = 53.38%

 BLUE value IS 1 (0.78% from 255) = 0.21%

R = 46.41%
G = 53.38%
B = 0.21%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 1.00

 K value IS 0.01

RGB Variations

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

Color information

#DCFD01 (or 0xDCFD01) is known color: Chartreuse Yellow. HEX triplet: DC, FD and 01. RGB value is (220,253,1). Sum of RGB (Red+Green+Blue) = 220+253+1=474 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.41% from 474); Green value is 253 (99.22% from 255 or 53.38% from 474); Blue value is 1 (0.78% from 255 or 0.21% from 474); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFD01 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCFD01 is #2302FE. Grayscale: #D7D7D7. Windows color (decimal): -2294527 or 130524. OLE color: 130524.

HSL color Cylindrical-coordinate representation of color #DCFD01: hue angle of 67.86º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DCFD01 is Cyan = 0.13, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.01.

Color convert

RGB 220 253 1 -
CMYK 0.13 0 1.00 0.01
HSL 67.86º 0.99% 0.5% -
HSV(B) 67.86º 1% 0.99% -
XYZ 64.65 85.47 13.12 -
YUV 214.41 7.57 131.99 -
System Red Green Blue C M Y K H S L
Decimal 220 253 1 0.13 0 1.00 0.01 67.86 0.99 0.5
Hex DC FD 1 D 0 64 1 44 63 32
Octal 334 375 1 15 0 144 1 104 143 62
Binary 11011100 11111101 1 1101 0 1100100 1 1000100 1100011 110010

Color Harmonies of #DCFD01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFD01

Black with #DCFD01

Text Example


Text Example

White with #DCFD01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFD01; }

 p { color: rgb(220,253,1); }

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

background-color css

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

 a { background-color: rgb(220,253,1); }

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

border-color css

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

 span { border-color: rgb(220,253,1); }

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