Html Css Color HEX #DCF500 Chartreuse Yellow

📋 copy color: '#DCF500'

red 220 ◦ green 245 ◦ blue 0

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

Shades of Chartreuse Yellow #DCF500

Tints of Chartreuse Yellow #DCF500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 47.31%
G = 52.69%
B = 0%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 1

 K value IS 0.04

RGB Variations

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

Color information

#DCF500 (or 0xDCF500) is known color: Chartreuse Yellow. HEX triplet: DC, F5 and 00. RGB value is (220,245,0). Sum of RGB (Red+Green+Blue) = 220+245+0=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 245 (96.09% from 255 or 52.69% from 465); Blue value is 0 (0.39% from 255 or 0% from 465); Max value from RGB is 245 - color contains mainly: green. Hex color #DCF500 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCF500 is #230AFF. Grayscale: #D2D2D2. Windows color (decimal): -2296576 or 62940. OLE color: 62940.

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

Color convert

RGB 220 245 0 -
CMYK 0.10 0 1 0.04
HSL 66.12º 1% 0.48% -
HSV(B) 66.12º 1% 0.96% -
XYZ 62.17 80.52 12.27 -
YUV 209.6 9.72 135.42 -
System Red Green Blue C M Y K H S L
Decimal 220 245 0 0.10 0 1 0.04 66.12 1 0.48
Hex DC F5 0 A 0 64 4 42 64 30
Octal 334 365 0 12 0 144 4 102 144 60
Binary 11011100 11110101 0 1010 0 1100100 100 1000010 1100100 110000

Color Harmonies of #DCF500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF500

Black with #DCF500

Text Example


Text Example

White with #DCF500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF500; }

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

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

background-color css

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

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

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

border-color css

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

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

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