Html Css Color HEX #DCFD20 Chartreuse Yellow

📋 copy color: '#DCFD20'

red 220 ◦ green 253 ◦ blue 32

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

Shades of Chartreuse Yellow #DCFD20

Tints of Chartreuse Yellow #DCFD20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 6.34%

R = 43.56%
G = 50.1%
B = 6.34%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#DCFD20 (or 0xDCFD20) is known color: Chartreuse Yellow. HEX triplet: DC, FD and 20. RGB value is (220,253,32). Sum of RGB (Red+Green+Blue) = 220+253+32=505 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.56% from 505); Green value is 253 (99.22% from 255 or 50.10% from 505); Blue value is 32 (12.89% from 255 or 6.34% from 505); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFD20 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCFD20 is #2302DF. Grayscale: #DADADA. Windows color (decimal): -2294496 or 2162140. OLE color: 2162140.

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

Color convert

RGB 220 253 32 -
CMYK 0.13 0 0.87 0.01
HSL 68.96º 0.98% 0.56% -
HSV(B) 68.96º 0.87% 0.99% -
XYZ 64.9 85.57 14.46 -
YUV 217.94 23.07 129.47 -
System Red Green Blue C M Y K H S L
Decimal 220 253 32 0.13 0 0.87 0.01 68.96 0.98 0.56
Hex DC FD 20 D 0 57 1 45 62 38
Octal 334 375 40 15 0 127 1 105 142 70
Binary 11011100 11111101 100000 1101 0 1010111 1 1000101 1100010 111000

Color Harmonies of #DCFD20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFD20

Black with #DCFD20

Text Example


Text Example

White with #DCFD20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFD20; }

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

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

background-color css

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

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

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

border-color css

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

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

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