Html Css Color HEX #DCF201 Chartreuse Yellow

📋 copy color: '#DCF201'

red 220 ◦ green 242 ◦ blue 1

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

Shades of Chartreuse Yellow #DCF201

Tints of Chartreuse Yellow #DCF201

RGB

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

 GREEN value IS 242 (94.92% from 255) = 52.27%

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

R = 47.52%
G = 52.27%
B = 0.22%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 1.00

 K value IS 0.05

RGB Variations

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

Color information

#DCF201 (or 0xDCF201) is known color: Chartreuse Yellow. HEX triplet: DC, F2 and 01. RGB value is (220,242,1). Sum of RGB (Red+Green+Blue) = 220+242+1=463 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.52% from 463); Green value is 242 (94.92% from 255 or 52.27% from 463); Blue value is 1 (0.78% from 255 or 0.22% from 463); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF201 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCF201 is #230DFE. Grayscale: #D0D0D0. Windows color (decimal): -2297343 or 127708. OLE color: 127708.

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

Color convert

RGB 220 242 1 -
CMYK 0.09 0 1.00 0.05
HSL 65.48º 0.99% 0.48% -
HSV(B) 65.48º 1% 0.95% -
XYZ 61.27 78.72 11.99 -
YUV 207.95 11.21 136.6 -
System Red Green Blue C M Y K H S L
Decimal 220 242 1 0.09 0 1.00 0.05 65.48 0.99 0.48
Hex DC F2 1 9 0 64 5 41 63 30
Octal 334 362 1 11 0 144 5 101 143 60
Binary 11011100 11110010 1 1001 0 1100100 101 1000001 1100011 110000

Color Harmonies of #DCF201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF201

Black with #DCF201

Text Example


Text Example

White with #DCF201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF201; }

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

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

background-color css

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

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

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

border-color css

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

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

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