Html Css Color HEX #DCF600 Chartreuse Yellow

📋 copy color: '#DCF600'

red 220 ◦ green 246 ◦ blue 0

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

Shades of Chartreuse Yellow #DCF600

Tints of Chartreuse Yellow #DCF600

RGB

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

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

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

R = 47.21%
G = 52.79%
B = 0%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 1

 K value IS 0.04

RGB Variations

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

Color information

#DCF600 (or 0xDCF600) is known color: Chartreuse Yellow. HEX triplet: DC, F6 and 00. RGB value is (220,246,0). Sum of RGB (Red+Green+Blue) = 220+246+0=466 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.21% from 466); Green value is 246 (96.48% from 255 or 52.79% from 466); Blue value is 0 (0.39% from 255 or 0% from 466); Max value from RGB is 246 - color contains mainly: green. Hex color #DCF600 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCF600 is #2309FF. Grayscale: #D3D3D3. Windows color (decimal): -2296320 or 63196. OLE color: 63196.

HSL color Cylindrical-coordinate representation of color #DCF600: hue angle of 66.34º 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 #DCF600 is Cyan = 0.11, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.04.

Color convert

RGB 220 246 0 -
CMYK 0.11 0 1 0.04
HSL 66.34º 1% 0.48% -
HSV(B) 66.34º 1% 0.96% -
XYZ 62.47 81.13 12.37 -
YUV 210.18 9.39 135 -
System Red Green Blue C M Y K H S L
Decimal 220 246 0 0.11 0 1 0.04 66.34 1 0.48
Hex DC F6 0 B 0 64 4 42 64 30
Octal 334 366 0 13 0 144 4 102 144 60
Binary 11011100 11110110 0 1011 0 1100100 100 1000010 1100100 110000

Color Harmonies of #DCF600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF600

Black with #DCF600

Text Example


Text Example

White with #DCF600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF600; }

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

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

background-color css

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

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

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

border-color css

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

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

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