Html Css Color HEX #DCF20C Chartreuse Yellow

📋 copy color: '#DCF20C'

red 220 ◦ green 242 ◦ blue 12

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

Shades of Chartreuse Yellow #DCF20C

Tints of Chartreuse Yellow #DCF20C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.53%

R = 46.41%
G = 51.05%
B = 2.53%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#DCF20C (or 0xDCF20C) is known color: Chartreuse Yellow. HEX triplet: DC, F2 and 0C. RGB value is (220,242,12). Sum of RGB (Red+Green+Blue) = 220+242+12=474 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.41% from 474); Green value is 242 (94.92% from 255 or 51.05% from 474); Blue value is 12 (5.08% from 255 or 2.53% from 474); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF20C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCF20C is #230DF3. Grayscale: #D2D2D2. Windows color (decimal): -2297332 or 848604. OLE color: 848604.

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

Color convert

RGB 220 242 12 -
CMYK 0.09 0 0.95 0.05
HSL 65.74º 0.91% 0.5% -
HSV(B) 65.74º 0.95% 0.95% -
XYZ 61.33 78.75 12.31 -
YUV 209.2 16.71 135.7 -
System Red Green Blue C M Y K H S L
Decimal 220 242 12 0.09 0 0.95 0.05 65.74 0.91 0.5
Hex DC F2 C 9 0 5F 5 42 5B 32
Octal 334 362 14 11 0 137 5 102 133 62
Binary 11011100 11110010 1100 1001 0 1011111 101 1000010 1011011 110010

Color Harmonies of #DCF20C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF20C

Black with #DCF20C

Text Example


Text Example

White with #DCF20C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF20C; }

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

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

background-color css

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

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

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

border-color css

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

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

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