Html Css Color HEX #DCFA01 Chartreuse Yellow

📋 copy color: '#DCFA01'

red 220 ◦ green 250 ◦ blue 1

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

Shades of Chartreuse Yellow #DCFA01

Tints of Chartreuse Yellow #DCFA01

RGB

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

 GREEN value IS 250 (98.05% from 255) = 53.08%

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

R = 46.71%
G = 53.08%
B = 0.21%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#DCFA01 (or 0xDCFA01) is known color: Chartreuse Yellow. HEX triplet: DC, FA and 01. RGB value is (220,250,1). Sum of RGB (Red+Green+Blue) = 220+250+1=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 250 (98.05% from 255 or 53.08% from 471); Blue value is 1 (0.78% from 255 or 0.21% from 471); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFA01 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCFA01 is #2305FE. Grayscale: #D5D5D5. Windows color (decimal): -2295295 or 129756. OLE color: 129756.

HSL color Cylindrical-coordinate representation of color #DCFA01: hue angle of 67.23º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DCFA01 is Cyan = 0.12, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.02.

Color convert

RGB 220 250 1 -
CMYK 0.12 0 1.00 0.02
HSL 67.23º 0.99% 0.49% -
HSV(B) 67.23º 1% 0.98% -
XYZ 63.71 83.59 12.81 -
YUV 212.64 8.56 133.25 -
System Red Green Blue C M Y K H S L
Decimal 220 250 1 0.12 0 1.00 0.02 67.23 0.99 0.49
Hex DC FA 1 C 0 64 2 43 63 31
Octal 334 372 1 14 0 144 2 103 143 61
Binary 11011100 11111010 1 1100 0 1100100 10 1000011 1100011 110001

Color Harmonies of #DCFA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFA01

Black with #DCFA01

Text Example


Text Example

White with #DCFA01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFA01; }

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

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

background-color css

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

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

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

border-color css

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

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

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