Html Css Color HEX #DCF013 Chartreuse Yellow

📋 copy color: '#DCF013'

red 220 ◦ green 240 ◦ blue 19

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

Shades of Chartreuse Yellow #DCF013

Tints of Chartreuse Yellow #DCF013

RGB

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

 GREEN value IS 240 (94.14% from 255) = 50.1%

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

R = 45.93%
G = 50.1%
B = 3.97%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#DCF013 (or 0xDCF013) is known color: Chartreuse Yellow. HEX triplet: DC, F0 and 13. RGB value is (220,240,19). Sum of RGB (Red+Green+Blue) = 220+240+19=479 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.93% from 479); Green value is 240 (94.14% from 255 or 50.10% from 479); Blue value is 19 (7.81% from 255 or 3.97% from 479); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF013 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCF013 is #230FEC. Grayscale: #D1D1D1. Windows color (decimal): -2297837 or 1306844. OLE color: 1306844.

HSL color Cylindrical-coordinate representation of color #DCF013: hue angle of 65.43º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DCF013 is Cyan = 0.08, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB 220 240 19 -
CMYK 0.08 0 0.92 0.06
HSL 65.43º 0.88% 0.51% -
HSV(B) 65.43º 0.92% 0.94% -
XYZ 60.79 77.58 12.39 -
YUV 208.83 20.87 135.97 -
System Red Green Blue C M Y K H S L
Decimal 220 240 19 0.08 0 0.92 0.06 65.43 0.88 0.51
Hex DC F0 13 8 0 5C 6 41 58 33
Octal 334 360 23 10 0 134 6 101 130 63
Binary 11011100 11110000 10011 1000 0 1011100 110 1000001 1011000 110011

Color Harmonies of #DCF013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF013

Black with #DCF013

Text Example


Text Example

White with #DCF013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF013; }

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

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

background-color css

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

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

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

border-color css

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

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

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