Html Css Color HEX #DCF601 Chartreuse Yellow

📋 copy color: '#DCF601'

red 220 ◦ green 246 ◦ blue 1

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

Shades of Chartreuse Yellow #DCF601

Tints of Chartreuse Yellow #DCF601

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.21%

R = 47.11%
G = 52.68%
B = 0.21%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 1.00

 K value IS 0.04

RGB Variations

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

Color information

#DCF601 (or 0xDCF601) is known color: Chartreuse Yellow. HEX triplet: DC, F6 and 01. RGB value is (220,246,1). Sum of RGB (Red+Green+Blue) = 220+246+1=467 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.11% from 467); Green value is 246 (96.48% from 255 or 52.68% from 467); Blue value is 1 (0.78% from 255 or 0.21% from 467); Max value from RGB is 246 - color contains mainly: green. Hex color #DCF601 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCF601 is #2309FE. Grayscale: #D3D3D3. Windows color (decimal): -2296319 or 128732. OLE color: 128732.

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

Color convert

RGB 220 246 1 -
CMYK 0.11 0 1.00 0.04
HSL 66.37º 0.99% 0.48% -
HSV(B) 66.37º 1% 0.96% -
XYZ 62.48 81.13 12.4 -
YUV 210.3 9.89 134.92 -
System Red Green Blue C M Y K H S L
Decimal 220 246 1 0.11 0 1.00 0.04 66.37 0.99 0.48
Hex DC F6 1 B 0 64 4 42 63 30
Octal 334 366 1 13 0 144 4 102 143 60
Binary 11011100 11110110 1 1011 0 1100100 100 1000010 1100011 110000

Color Harmonies of #DCF601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF601

Black with #DCF601

Text Example


Text Example

White with #DCF601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF601; }

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

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

background-color css

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

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

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

border-color css

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

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

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