Html Css Color HEX #DCFE01 Chartreuse Yellow

📋 copy color: '#DCFE01'

red 220 ◦ green 254 ◦ blue 1

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

Shades of Chartreuse Yellow #DCFE01

Tints of Chartreuse Yellow #DCFE01

RGB

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

 GREEN value IS 254 (99.61% from 255) = 53.47%

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

R = 46.32%
G = 53.47%
B = 0.21%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 1.00

 K value IS 0.00

RGB Variations

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

Color information

#DCFE01 (or 0xDCFE01) is known color: Chartreuse Yellow. HEX triplet: DC, FE and 01. RGB value is (220,254,1). Sum of RGB (Red+Green+Blue) = 220+254+1=475 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.32% from 475); Green value is 254 (99.61% from 255 or 53.47% from 475); Blue value is 1 (0.78% from 255 or 0.21% from 475); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFE01 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCFE01 is #2301FE. Grayscale: #D7D7D7. Windows color (decimal): -2294271 or 130780. OLE color: 130780.

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

Color convert

RGB 220 254 1 -
CMYK 0.13 0 1.00 0.00
HSL 68.06º 0.99% 0.5% -
HSV(B) 68.06º 1% 1% -
XYZ 64.96 86.1 13.22 -
YUV 214.99 7.24 131.57 -
System Red Green Blue C M Y K H S L
Decimal 220 254 1 0.13 0 1.00 0.00 68.06 0.99 0.5
Hex DC FE 1 D 0 64 0 44 63 32
Octal 334 376 1 15 0 144 0 104 143 62
Binary 11011100 11111110 1 1101 0 1100100 0 1000100 1100011 110010

Color Harmonies of #DCFE01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFE01

Black with #DCFE01

Text Example


Text Example

White with #DCFE01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFE01; }

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

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

background-color css

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

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

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

border-color css

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

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

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