Html Css Color HEX #DCF518 Chartreuse Yellow

📋 copy color: '#DCF518'

red 220 ◦ green 245 ◦ blue 24

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

Shades of Chartreuse Yellow #DCF518

Tints of Chartreuse Yellow #DCF518

RGB

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

 GREEN value IS 245 (96.09% from 255) = 50.1%

 BLUE value IS 24 (9.77% from 255) = 4.91%

R = 44.99%
G = 50.1%
B = 4.91%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.90

 K value IS 0.04

RGB Variations

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

Color information

#DCF518 (or 0xDCF518) is known color: Chartreuse Yellow. HEX triplet: DC, F5 and 18. RGB value is (220,245,24). Sum of RGB (Red+Green+Blue) = 220+245+24=489 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.99% from 489); Green value is 245 (96.09% from 255 or 50.10% from 489); Blue value is 24 (9.77% from 255 or 4.91% from 489); Max value from RGB is 245 - color contains mainly: green. Hex color #DCF518 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCF518 is #230AE7. Grayscale: #D5D5D5. Windows color (decimal): -2296552 or 1635804. OLE color: 1635804.

HSL color Cylindrical-coordinate representation of color #DCF518: hue angle of 66.79º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DCF518 is Cyan = 0.10, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.04.

Color convert

RGB 220 245 24 -
CMYK 0.10 0 0.90 0.04
HSL 66.79º 0.92% 0.53% -
HSV(B) 66.79º 0.9% 0.96% -
XYZ 62.33 80.59 13.13 -
YUV 212.33 21.72 133.47 -
System Red Green Blue C M Y K H S L
Decimal 220 245 24 0.10 0 0.90 0.04 66.79 0.92 0.53
Hex DC F5 18 A 0 5A 4 43 5C 35
Octal 334 365 30 12 0 132 4 103 134 65
Binary 11011100 11110101 11000 1010 0 1011010 100 1000011 1011100 110101

Color Harmonies of #DCF518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF518

Black with #DCF518

Text Example


Text Example

White with #DCF518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF518; }

 p { color: rgb(220,245,24); }

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

background-color css

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

 a { background-color: rgb(220,245,24); }

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

border-color css

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

 span { border-color: rgb(220,245,24); }

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