Html Css Color HEX #DCFF13 Chartreuse Yellow

📋 copy color: '#DCFF13'

red 220 ◦ green 255 ◦ blue 19

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

Shades of Chartreuse Yellow #DCFF13

Tints of Chartreuse Yellow #DCFF13

RGB

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

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

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

R = 44.53%
G = 51.62%
B = 3.85%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#DCFF13 (or 0xDCFF13) is known color: Chartreuse Yellow. HEX triplet: DC, FF and 13. RGB value is (220,255,19). Sum of RGB (Red+Green+Blue) = 220+255+19=494 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.53% from 494); Green value is 255 (100% from 255 or 51.62% from 494); Blue value is 19 (7.81% from 255 or 3.85% from 494); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFF13 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCFF13 is #2300EC. Grayscale: #DADADA. Windows color (decimal): -2293997 or 1310684. OLE color: 1310684.

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

Color convert

RGB 220 255 19 -
CMYK 0.14 0 0.93 0
HSL 68.9º 1% 0.54% -
HSV(B) 68.9º 0.93% 1% -
XYZ 65.39 86.78 13.92 -
YUV 217.63 15.9 129.69 -
System Red Green Blue C M Y K H S L
Decimal 220 255 19 0.14 0 0.93 0 68.9 1 0.54
Hex DC FF 13 E 0 5D 0 45 64 36
Octal 334 377 23 16 0 135 0 105 144 66
Binary 11011100 11111111 10011 1110 0 1011101 0 1000101 1100100 110110

Color Harmonies of #DCFF13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFF13

Black with #DCFF13

Text Example


Text Example

White with #DCFF13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFF13; }

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

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

background-color css

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

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

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

border-color css

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

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

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