Html Css Color HEX #DCF000 Chartreuse Yellow

📋 copy color: '#DCF000'

red 220 ◦ green 240 ◦ blue 0

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

Shades of Chartreuse Yellow #DCF000

Tints of Chartreuse Yellow #DCF000

RGB

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

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

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

R = 47.83%
G = 52.17%
B = 0%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#DCF000 (or 0xDCF000) is known color: Chartreuse Yellow. HEX triplet: DC, F0 and 00. RGB value is (220,240,0). Sum of RGB (Red+Green+Blue) = 220+240+0=460 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.83% from 460); Green value is 240 (94.14% from 255 or 52.17% from 460); Blue value is 0 (0.39% from 255 or 0% from 460); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF000 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCF000 is #230FFF. Grayscale: #CFCFCF. Windows color (decimal): -2297856 or 61660. OLE color: 61660.

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

Color convert

RGB 220 240 0 -
CMYK 0.08 0 1 0.06
HSL 65º 1% 0.47% -
HSV(B) 65º 1% 0.94% -
XYZ 60.68 77.54 11.77 -
YUV 206.66 11.37 137.51 -
System Red Green Blue C M Y K H S L
Decimal 220 240 0 0.08 0 1 0.06 65 1 0.47
Hex DC F0 0 8 0 64 6 41 64 2F
Octal 334 360 0 10 0 144 6 101 144 57
Binary 11011100 11110000 0 1000 0 1100100 110 1000001 1100100 101111

Color Harmonies of #DCF000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF000

Black with #DCF000

Text Example


Text Example

White with #DCF000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF000; }

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

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

background-color css

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

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

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

border-color css

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

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

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