Html Css Color HEX #DCF204 Chartreuse Yellow

📋 copy color: '#DCF204'

red 220 ◦ green 242 ◦ blue 4

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

Shades of Chartreuse Yellow #DCF204

Tints of Chartreuse Yellow #DCF204

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.86%

R = 47.21%
G = 51.93%
B = 0.86%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#DCF204 (or 0xDCF204) is known color: Chartreuse Yellow. HEX triplet: DC, F2 and 04. RGB value is (220,242,4). Sum of RGB (Red+Green+Blue) = 220+242+4=466 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.21% from 466); Green value is 242 (94.92% from 255 or 51.93% from 466); Blue value is 4 (1.95% from 255 or 0.86% from 466); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF204 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCF204 is #230DFB. Grayscale: #D1D1D1. Windows color (decimal): -2297340 or 324316. OLE color: 324316.

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

Color convert

RGB 220 242 4 -
CMYK 0.09 0 0.98 0.05
HSL 65.55º 0.97% 0.48% -
HSV(B) 65.55º 0.98% 0.95% -
XYZ 61.29 78.73 12.08 -
YUV 208.29 12.71 136.35 -
System Red Green Blue C M Y K H S L
Decimal 220 242 4 0.09 0 0.98 0.05 65.55 0.97 0.48
Hex DC F2 4 9 0 62 5 42 61 30
Octal 334 362 4 11 0 142 5 102 141 60
Binary 11011100 11110010 100 1001 0 1100010 101 1000010 1100001 110000

Color Harmonies of #DCF204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF204

Black with #DCF204

Text Example


Text Example

White with #DCF204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF204; }

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

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

background-color css

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

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

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

border-color css

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

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

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