Html Css Color HEX #DCF613 Chartreuse Yellow

📋 copy color: '#DCF613'

red 220 ◦ green 246 ◦ blue 19

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

Shades of Chartreuse Yellow #DCF613

Tints of Chartreuse Yellow #DCF613

RGB

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

 GREEN value IS 246 (96.48% from 255) = 50.72%

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

R = 45.36%
G = 50.72%
B = 3.92%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#DCF613 (or 0xDCF613) is known color: Chartreuse Yellow. HEX triplet: DC, F6 and 13. RGB value is (220,246,19). Sum of RGB (Red+Green+Blue) = 220+246+19=485 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.36% from 485); Green value is 246 (96.48% from 255 or 50.72% from 485); Blue value is 19 (7.81% from 255 or 3.92% from 485); Max value from RGB is 246 - color contains mainly: green. Hex color #DCF613 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCF613 is #2309EC. Grayscale: #D5D5D5. Windows color (decimal): -2296301 or 1308380. OLE color: 1308380.

HSL color Cylindrical-coordinate representation of color #DCF613: hue angle of 66.87º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DCF613 is Cyan = 0.11, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.04.

Color convert

RGB 220 246 19 -
CMYK 0.11 0 0.92 0.04
HSL 66.87º 0.93% 0.52% -
HSV(B) 66.87º 0.92% 0.96% -
XYZ 62.59 81.17 12.99 -
YUV 212.35 18.89 133.46 -
System Red Green Blue C M Y K H S L
Decimal 220 246 19 0.11 0 0.92 0.04 66.87 0.93 0.52
Hex DC F6 13 B 0 5C 4 43 5D 34
Octal 334 366 23 13 0 134 4 103 135 64
Binary 11011100 11110110 10011 1011 0 1011100 100 1000011 1011101 110100

Color Harmonies of #DCF613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF613

Black with #DCF613

Text Example


Text Example

White with #DCF613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF613; }

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

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

background-color css

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

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

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

border-color css

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

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

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