Html Css Color HEX #DCF40F Chartreuse Yellow

📋 copy color: '#DCF40F'

red 220 ◦ green 244 ◦ blue 15

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

Shades of Chartreuse Yellow #DCF40F

Tints of Chartreuse Yellow #DCF40F

RGB

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

 GREEN value IS 244 (95.7% from 255) = 50.94%

 BLUE value IS 15 (6.25% from 255) = 3.13%

R = 45.93%
G = 50.94%
B = 3.13%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#DCF40F (or 0xDCF40F) is known color: Chartreuse Yellow. HEX triplet: DC, F4 and 0F. RGB value is (220,244,15). Sum of RGB (Red+Green+Blue) = 220+244+15=479 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.93% from 479); Green value is 244 (95.70% from 255 or 50.94% from 479); Blue value is 15 (6.25% from 255 or 3.13% from 479); Max value from RGB is 244 - color contains mainly: green. Hex color #DCF40F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCF40F is #230BF0. Grayscale: #D3D3D3. Windows color (decimal): -2296817 or 1045724. OLE color: 1045724.

HSL color Cylindrical-coordinate representation of color #DCF40F: hue angle of 66.29º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DCF40F is Cyan = 0.10, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.04.

Color convert

RGB 220 244 15 -
CMYK 0.10 0 0.94 0.04
HSL 66.29º 0.91% 0.51% -
HSV(B) 66.29º 0.94% 0.96% -
XYZ 61.95 79.95 12.62 -
YUV 210.72 17.55 134.62 -
System Red Green Blue C M Y K H S L
Decimal 220 244 15 0.10 0 0.94 0.04 66.29 0.91 0.51
Hex DC F4 F A 0 5E 4 42 5B 33
Octal 334 364 17 12 0 136 4 102 133 63
Binary 11011100 11110100 1111 1010 0 1011110 100 1000010 1011011 110011

Color Harmonies of #DCF40F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF40F

Black with #DCF40F

Text Example


Text Example

White with #DCF40F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF40F; }

 p { color: rgb(220,244,15); }

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

background-color css

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

 a { background-color: rgb(220,244,15); }

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

border-color css

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

 span { border-color: rgb(220,244,15); }

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