Html Css Color HEX #DCFF20 Chartreuse Yellow

📋 copy color: '#DCFF20'

red 220 ◦ green 255 ◦ blue 32

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

Shades of Chartreuse Yellow #DCFF20

Tints of Chartreuse Yellow #DCFF20

RGB

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

 GREEN value IS 255 (100% from 255) = 50.3%

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

R = 43.39%
G = 50.3%
B = 6.31%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.87

 K value IS 0

RGB Variations

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

Color information

#DCFF20 (or 0xDCFF20) is known color: Chartreuse Yellow. HEX triplet: DC, FF and 20. RGB value is (220,255,32). Sum of RGB (Red+Green+Blue) = 220+255+32=507 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.39% from 507); Green value is 255 (100% from 255 or 50.30% from 507); Blue value is 32 (12.89% from 255 or 6.31% from 507); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFF20 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCFF20 is #2300DF. Grayscale: #DBDBDB. Windows color (decimal): -2293984 or 2162652. OLE color: 2162652.

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

Color convert

RGB 220 255 32 -
CMYK 0.14 0 0.87 0
HSL 69.42º 1% 0.56% -
HSV(B) 69.42º 0.87% 1% -
XYZ 65.54 86.84 14.67 -
YUV 219.11 22.4 128.63 -
System Red Green Blue C M Y K H S L
Decimal 220 255 32 0.14 0 0.87 0 69.42 1 0.56
Hex DC FF 20 E 0 57 0 45 64 38
Octal 334 377 40 16 0 127 0 105 144 70
Binary 11011100 11111111 100000 1110 0 1010111 0 1000101 1100100 111000

Color Harmonies of #DCFF20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFF20

Black with #DCFF20

Text Example


Text Example

White with #DCFF20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFF20; }

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

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

background-color css

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

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

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

border-color css

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

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

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