Html Css Color HEX #DCFD13 Chartreuse Yellow

📋 copy color: '#DCFD13'

red 220 ◦ green 253 ◦ blue 19

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

Shades of Chartreuse Yellow #DCFD13

Tints of Chartreuse Yellow #DCFD13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 3.86%

R = 44.72%
G = 51.42%
B = 3.86%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#DCFD13 (or 0xDCFD13) is known color: Chartreuse Yellow. HEX triplet: DC, FD and 13. RGB value is (220,253,19). Sum of RGB (Red+Green+Blue) = 220+253+19=492 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.72% from 492); Green value is 253 (99.22% from 255 or 51.42% from 492); Blue value is 19 (7.81% from 255 or 3.86% from 492); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFD13 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCFD13 is #2302EC. Grayscale: #D9D9D9. Windows color (decimal): -2294509 or 1310172. OLE color: 1310172.

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

Color convert

RGB 220 253 19 -
CMYK 0.13 0 0.92 0.01
HSL 68.46º 0.98% 0.53% -
HSV(B) 68.46º 0.92% 0.99% -
XYZ 64.76 85.51 13.71 -
YUV 216.46 16.57 130.53 -
System Red Green Blue C M Y K H S L
Decimal 220 253 19 0.13 0 0.92 0.01 68.46 0.98 0.53
Hex DC FD 13 D 0 5C 1 44 62 35
Octal 334 375 23 15 0 134 1 104 142 65
Binary 11011100 11111101 10011 1101 0 1011100 1 1000100 1100010 110101

Color Harmonies of #DCFD13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFD13

Black with #DCFD13

Text Example


Text Example

White with #DCFD13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFD13; }

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

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

background-color css

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

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

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

border-color css

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

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

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