Html Css Color HEX #DCFA00 Chartreuse Yellow

📋 copy color: '#DCFA00'

red 220 ◦ green 250 ◦ blue 0

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

Shades of Chartreuse Yellow #DCFA00

Tints of Chartreuse Yellow #DCFA00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 46.81%
G = 53.19%
B = 0%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#DCFA00 (or 0xDCFA00) is known color: Chartreuse Yellow. HEX triplet: DC, FA and 00. RGB value is (220,250,0). Sum of RGB (Red+Green+Blue) = 220+250+0=470 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.81% from 470); Green value is 250 (98.05% from 255 or 53.19% from 470); Blue value is 0 (0.39% from 255 or 0% from 470); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFA00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCFA00 is #2305FF. Grayscale: #D5D5D5. Windows color (decimal): -2295296 or 64220. OLE color: 64220.

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

Color convert

RGB 220 250 0 -
CMYK 0.12 0 1 0.02
HSL 67.2º 1% 0.49% -
HSV(B) 67.2º 1% 0.98% -
XYZ 63.7 83.59 12.78 -
YUV 212.53 8.06 133.33 -
System Red Green Blue C M Y K H S L
Decimal 220 250 0 0.12 0 1 0.02 67.2 1 0.49
Hex DC FA 0 C 0 64 2 43 64 31
Octal 334 372 0 14 0 144 2 103 144 61
Binary 11011100 11111010 0 1100 0 1100100 10 1000011 1100100 110001

Color Harmonies of #DCFA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFA00

Black with #DCFA00

Text Example


Text Example

White with #DCFA00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFA00; }

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

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

background-color css

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

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

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

border-color css

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

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

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