Html Css Color HEX #DCF901 Chartreuse Yellow

📋 copy color: '#DCF901'

red 220 ◦ green 249 ◦ blue 1

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

Shades of Chartreuse Yellow #DCF901

Tints of Chartreuse Yellow #DCF901

RGB

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

 GREEN value IS 249 (97.66% from 255) = 52.98%

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

R = 46.81%
G = 52.98%
B = 0.21%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#DCF901 (or 0xDCF901) is known color: Chartreuse Yellow. HEX triplet: DC, F9 and 01. RGB value is (220,249,1). Sum of RGB (Red+Green+Blue) = 220+249+1=470 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.81% from 470); Green value is 249 (97.66% from 255 or 52.98% from 470); Blue value is 1 (0.78% from 255 or 0.21% from 470); Max value from RGB is 249 - color contains mainly: green. Hex color #DCF901 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCF901 is #2306FE. Grayscale: #D5D5D5. Windows color (decimal): -2295551 or 129500. OLE color: 129500.

HSL color Cylindrical-coordinate representation of color #DCF901: hue angle of 67.02º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DCF901 is Cyan = 0.12, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.02.

Color convert

RGB 220 249 1 -
CMYK 0.12 0 1.00 0.02
HSL 67.02º 0.99% 0.49% -
HSV(B) 67.02º 1% 0.98% -
XYZ 63.4 82.97 12.7 -
YUV 212.06 8.89 133.67 -
System Red Green Blue C M Y K H S L
Decimal 220 249 1 0.12 0 1.00 0.02 67.02 0.99 0.49
Hex DC F9 1 C 0 64 2 43 63 31
Octal 334 371 1 14 0 144 2 103 143 61
Binary 11011100 11111001 1 1100 0 1100100 10 1000011 1100011 110001

Color Harmonies of #DCF901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF901

Black with #DCF901

Text Example


Text Example

White with #DCF901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF901; }

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

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

background-color css

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

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

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

border-color css

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

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

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