Html Css Color HEX #DCF50C Chartreuse Yellow

📋 copy color: '#DCF50C'

red 220 ◦ green 245 ◦ blue 12

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

Shades of Chartreuse Yellow #DCF50C

Tints of Chartreuse Yellow #DCF50C

RGB

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

 GREEN value IS 245 (96.09% from 255) = 51.36%

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

R = 46.12%
G = 51.36%
B = 2.52%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#DCF50C (or 0xDCF50C) is known color: Chartreuse Yellow. HEX triplet: DC, F5 and 0C. RGB value is (220,245,12). Sum of RGB (Red+Green+Blue) = 220+245+12=477 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.12% from 477); Green value is 245 (96.09% from 255 or 51.36% from 477); Blue value is 12 (5.08% from 255 or 2.52% from 477); Max value from RGB is 245 - color contains mainly: green. Hex color #DCF50C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCF50C is #230AF3. Grayscale: #D3D3D3. Windows color (decimal): -2296564 or 849372. OLE color: 849372.

HSL color Cylindrical-coordinate representation of color #DCF50C: hue angle of 66.44º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DCF50C is Cyan = 0.10, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.

Color convert

RGB 220 245 12 -
CMYK 0.10 0 0.95 0.04
HSL 66.44º 0.92% 0.5% -
HSV(B) 66.44º 0.95% 0.96% -
XYZ 62.23 80.55 12.61 -
YUV 210.96 15.72 134.45 -
System Red Green Blue C M Y K H S L
Decimal 220 245 12 0.10 0 0.95 0.04 66.44 0.92 0.5
Hex DC F5 C A 0 5F 4 42 5C 32
Octal 334 365 14 12 0 137 4 102 134 62
Binary 11011100 11110101 1100 1010 0 1011111 100 1000010 1011100 110010

Color Harmonies of #DCF50C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF50C

Black with #DCF50C

Text Example


Text Example

White with #DCF50C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF50C; }

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

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

background-color css

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

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

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

border-color css

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

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

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